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 26538

Summary: Looks manifest does not supply module name
Product: contrib Reporter: thierrylach <thierrylach>
Component: LooksAssignee: Petr Hrebejk <phrebejk>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: Proposed patch

Description thierrylach 2002-08-15 22:08:45 UTC
Very insignificant issue.

Looks manifest file does not have OpenIDE-Module-Name 
defined.  This causes the createmodulexml ant task to 
display "org.netbeans.modules.looks/1" instead of a name.

Please add a line similar to:

OpenIDE-Module-Name: Looks
Comment 1 thierrylach 2002-08-16 17:20:50 UTC
Patch attached.
Comment 2 thierrylach 2002-08-16 17:28:21 UTC
Created attachment 7115 [details]
Proposed patch
Comment 3 Petr Hrebejk 2003-05-13 13:38:32 UTC
The name of the module is given in the resource bundle to allow for
localization.
Comment 4 thierrylach 2003-05-27 20:51:51 UTC
Though my suggested patch may not properly handle the 
issue, the (insignificant) problem still remains.  Last I 
checked, looks still displayed its key rather than a 
name.  The module should behave similarly to other 
modules, so the name should then be incorporated into the 
resource bundles.