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 206247 - I18N: "Processor" and "Package required JARs in EJB jar" on option dialog are hardcoded
Summary: I18N: "Processor" and "Package required JARs in EJB jar" on option dialog are...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords: I18N
: 206248 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-12-12 06:54 UTC by Masaki Katakai
Modified: 2011-12-15 12:44 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 Masaki Katakai 2011-12-12 06:54:25 UTC
"Processor" and "Package required JARs in EJB jar" on option dialog for EJB
project are hardcoded. Please extract these strings to Bundle.properties.

./j2ee.ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/customizer/CustomizerLibraries.java:
        jTabbedPane1.addTab("Processor", jPanelCompileProcessor);

./j2ee.ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/customizer/CustomizerJar.java:
        org.openide.awt.Mnemonics.setLocalizedText(includeJarsCheckBox, "&Package required JARs in EJB jar");
Comment 1 David Konecny 2011-12-14 19:54:27 UTC
fixed in 9b2eb66af48a
Comment 2 David Konecny 2011-12-14 19:54:53 UTC
*** Bug 206248 has been marked as a duplicate of this bug. ***
Comment 3 Quality Engineering 2011-12-15 12:44:46 UTC
Integrated into 'main-golden', will be available in build *201112150600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9b2eb66af48a
User: David Konecny <dkonecny@netbeans.org>
Log: #206247 - I18N: "Processor" and "Package required JARs in EJB jar" on option dialog are hardcoded