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 22016 - openidex/l10n.list does not correspond to source files
Summary: openidex/l10n.list does not correspond to source files
Status: CLOSED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: -FFJ-
Hardware: All All
: P2 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-04-02 06:12 UTC by jf4jbug
Modified: 2003-07-01 15:52 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Diff of suggested patch. (580 bytes, patch)
2002-04-02 09:29 UTC, Peter Zavadsky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jf4jbug 2002-04-02 06:12:53 UTC
The current l10n.list of openidex is as follows.

# cat openidex/l10n.list
openidex/src/org/openidex/projects/Bundle.properties  <-- not exist
openidex/src/org/openidex/search/Bundle.properties
openidex/src/org/openidex/util/Bundle.properties      <-- not exist
openidex/src/org/openidex/Bundle.properties

However, two properties files have already been obsoleted and
one properties file is missing. I think l10n.list should have
the following entries.

# cat openidex/l10n.list
openidex/src/org/openidex/search/Bundle.properties
openidex/src/org/openidex/Bundle.properties
openidex/src/org/openidex/nodes/looks/Bundle.properties  <-- need

Also, if the following file needs to be localized,
openidex/src/org/openidex/resources/mf-layer.xml
it should be added to l10n.list.

We need to localize missing file, so please fix this ASAP in 'orion_fcs'.
Comment 1 _ ttran 2002-04-02 06:59:16 UTC
Peter, please take care of this issue.  Thanks
Comment 2 Peter Zavadsky 2002-04-02 09:29:08 UTC
Created attachment 5254 [details]
Diff of suggested patch.
Comment 3 Peter Zavadsky 2002-04-02 09:34:12 UTC
The xml.layer is not localizable, thus only the above changes applied
to the patch.

Please review (Yarda, how is it with the looks in orion_fcs branch?)
 and approve for [orion_fcs] integration. (IN=6338).
Comment 4 Jaroslav Tulach 2002-04-02 12:20:34 UTC
Looks are dead, but still used. Until we release the new module we
cannot expect people to definitively stop using the old ones.
Comment 5 Peter Zavadsky 2002-04-02 15:04:24 UTC
Integrated into [orion_fcs] branch.

Fix:
openidex/l10n.list [1.2.22.1]
Comment 6 Jan Zajicek 2002-04-11 10:29:20 UTC
verified
Comment 7 Quality Engineering 2003-07-01 15:52:57 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.