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 38452

Summary: I18N - autoupdate-updatecenters not have OpenIDE information in bundles
Product: platform Reporter: Ken Frank <kfrank>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2004-01-06 22:59:19 UTC
The description and name of module seen in setup
and options
comes from manifest file information placed in
OpenIDE*
keys in bundle file  - this has not yet been done
for this
module in nb6.

ken.frank@sun.com
01/05/2003
Comment 1 Jiri Rechtacek 2004-01-08 23:05:35 UTC
Ken, sorry, I don't correctly understand your requirement what is
wrong. Please, could you explain it more strictly. Thanks
Comment 2 Jesse Glick 2004-01-23 16:29:19 UTC
Jirka the module's manifest has

OpenIDE-Module-Localizing-Bundle:
org/netbeans/modules/updatecenters/resources/Bundle.properties

but that bundle has none of the localizing keys for module metadata
such as OpenIDE-Module-Name. Please read the docs (e.g. Modules API).
Should take two minutes to fix.
Comment 3 Jiri Rechtacek 2004-02-02 12:41:14 UTC
fixed, thanks for information.

User: jrechtacek
Date: 04/02/02 04:39:33

Modified:   
updatecenters/src/org/netbeans/modules/updatecenters/resources
                        Bundle.properties
Log:
bugfix #38452, added localizing keys for module metadata
  
Revision  Changes    Path
1.2       +7 -0     
autoupdate/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
Comment 4 Lukas Hasik 2004-03-18 13:05:47 UTC
verified