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 61570 - New J2SE Lib Desc wiz - incorrect bundle entry
Summary: New J2SE Lib Desc wiz - incorrect bundle entry
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:24 UTC by Jesse Glick
Modified: 2005-11-08 14:34 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:24:17 UTC
Make a new J2SE lib desc for "javahelp"/"JavaHelp". Bundle.properties gets e.g.

org-netbeans-api-project-libraries/Libraries/javahelp.xml=JavaHelp

which is incorrect. Should be e.g.

javahelp=JavaHelp
Comment 1 Jesse Glick 2005-07-30 00:25:27 UTC
Also the layer has

<attr name="SystemFileSystem.localizingBundle"
stringvalue="org.yourorghere.somemodule.Bundle"/>

which is unnecessary and should be deleted. The descriptor file does not need a
localized display name - the library does, and that is handled by the contents
of the file.
Comment 2 rmatous 2005-07-30 20:05:31 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 3 pzajac 2005-11-08 14:34:32 UTC
v