This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 61568 - New J2SE Lib Desc wiz - loc bundle field in lib XML malformed
Summary: New J2SE Lib Desc wiz - loc bundle field in lib XML malformed
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-30 00:21 UTC by Jesse Glick
Modified: 2005-10-26 16:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-07-30 00:21:28 UTC
Make a new lib desc and you get something like

<localizing-bundle>src.org.yourorghere.somemodule.Bundle.properties</localizing-bundle>

which should be

<localizing-bundle>org.yourorghere.somemodule.Bundle</localizing-bundle>
Comment 1 rmatous 2005-07-30 20:08:16 UTC
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/CreatedModifiedFilesProvider.java,v
 <--  CreatedModifiedFilesProvider.java
new revision: 1.4; previous revision: 1.3

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/NameAndLocationPanel.form,v
 <--  NameAndLocationPanel.form
new revision: 1.2; previous revision: 1.1

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/librarydescriptor/NameAndLocationPanel.java,v
 <--  NameAndLocationPanel.java
new revision: 1.2; previous revision: 1.1
Comment 2 pzajac 2005-10-26 16:18:21 UTC
verified