Bug 109445 - New Eclipse Resources Bundles Should Be Used
Summary: New Eclipse Resources Bundles Should Be Used
Status: CLOSED FIXED
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P1 enhancement
Target Milestone: 1.0   Edit
Assignee: Eliza Tworkowska CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2005-09-13 17:41 EDT by Chris McGee CLA
Modified: 2010-07-19 21:54 EDT (History)
2 users (show)

See Also:


Attachments
Migrated common.core to use new plug-in message bundles (19.45 KB, patch)
2005-10-27 14:52 EDT, Eliza Tworkowska CLA
no flags Details | Diff
Migrated commom.ui to new eclipse plug-in mesage bundles (34.20 KB, patch)
2005-10-27 14:53 EDT, Eliza Tworkowska CLA
no flags Details | Diff
Migrated common.ui to new plug-in message bundles (34.20 KB, patch)
2005-10-27 14:54 EDT, Eliza Tworkowska CLA
no flags Details | Diff
Migrated common.ui.action to new plug-in message bundles (38.22 KB, patch)
2005-10-27 14:54 EDT, Eliza Tworkowska CLA
no flags Details | Diff
Migrated common.ui.action.ide to new plug-in message bundles (10.08 KB, patch)
2005-10-27 14:55 EDT, Eliza Tworkowska CLA
no flags Details | Diff
Migrated common.ui.services.dnd to new plug-in message bundles (18.84 KB, patch)
2005-10-27 14:56 EDT, Eliza Tworkowska CLA
no flags Details | Diff
Migrated common.ui.services.dnd.ide to new plug-in message bundles (1.45 KB, patch)
2005-10-27 14:56 EDT, Eliza Tworkowska CLA
no flags Details | Diff
Migrated common.ui.services.properties to new plug-in message bundles (23.06 KB, patch)
2005-10-27 14:57 EDT, Eliza Tworkowska CLA
no flags Details | Diff
Migrated common.ui to new plug-in message bundles (69.39 KB, patch)
2005-10-27 17:04 EDT, Eliza Tworkowska CLA
no flags Details | Diff
Migrated common.ui to new plug-in message bundles (76.99 KB, patch)
2005-10-28 10:21 EDT, Eliza Tworkowska CLA
no flags Details | Diff
Migrated emf.commands to new plug-in messages bundles (13.98 KB, patch)
2005-11-09 16:37 EST, Eliza Tworkowska CLA
no flags Details | Diff
Migrated emf.type.ui to new plug-in message bundles (7.42 KB, patch)
2005-11-09 16:38 EST, Eliza Tworkowska CLA
no flags Details | Diff
Migrated emf.ui to new plug-in message bundles (34.02 KB, patch)
2005-11-09 16:39 EST, Eliza Tworkowska CLA
no flags Details | Diff
Migrated emf.ui.properties to new plug-in messages bundles (20.37 KB, patch)
2005-11-09 16:39 EST, Eliza Tworkowska CLA
no flags Details | Diff
Migrated org.eclipse.gmf.examples.runtime.diagram.geoshapes (23.22 KB, patch)
2005-11-15 14:31 EST, Chris Aniszczyk CLA
no flags Details | Diff
Migrated org.eclipse.gmf.examples.runtime.diagram.logic (24.64 KB, patch)
2005-11-21 16:12 EST, Chris Aniszczyk CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris McGee CLA 2005-09-13 17:41:41 EDT
The core eclipse plugins now subclass the org.osgi.util.NLS class in order to
benefit from improved memory performance when using translated strings. Also,
with this approach it is far easier to detect unused strings. The GMF runtime
and EMFT projects should be swept to upgrade their resource bundles.
Comment 1 Anthony Hunter CLA 2005-10-17 10:39:50 EDT
In eclipse 3.1 is a new facility for managing externalized strings.
See http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-core-
home/documents/3.1/message_bundles.html

All GMF plugins should be migrated to this new framework to improve 
performance and reduce memory consumption.

This task for core common includes creation of a migration document (FDS) for 
the GMF team.
Comment 2 Anthony Hunter CLA 2005-10-25 10:44:26 EDT
In eclipse 3.1 there is a new facility for managing externalized strings.
See <a href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-core-
home/documents/3.1/message_bundles.html">
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-core-
home/documents/3.1/message_bundles.html</a>


All GMF plugins should be migrated to this new framework to improve 
performance and reduce memory consumption.

This task for core common includes creation of a migration document (FDS) for 
the GMF team.
Comment 3 Eliza Tworkowska CLA 2005-10-27 14:52:17 EDT
Created attachment 28872 [details]
Migrated common.core to use new plug-in message bundles
Comment 4 Eliza Tworkowska CLA 2005-10-27 14:53:18 EDT
Created attachment 28873 [details]
Migrated commom.ui to new eclipse plug-in mesage bundles
Comment 5 Eliza Tworkowska CLA 2005-10-27 14:54:05 EDT
Created attachment 28874 [details]
Migrated common.ui to new plug-in message bundles
Comment 6 Eliza Tworkowska CLA 2005-10-27 14:54:46 EDT
Created attachment 28875 [details]
Migrated common.ui.action to new plug-in message bundles
Comment 7 Eliza Tworkowska CLA 2005-10-27 14:55:30 EDT
Created attachment 28876 [details]
Migrated common.ui.action.ide to new plug-in message bundles
Comment 8 Eliza Tworkowska CLA 2005-10-27 14:56:06 EDT
Created attachment 28877 [details]
Migrated common.ui.services.dnd to new plug-in message bundles
Comment 9 Eliza Tworkowska CLA 2005-10-27 14:56:52 EDT
Created attachment 28878 [details]
Migrated common.ui.services.dnd.ide to new plug-in message bundles
Comment 10 Eliza Tworkowska CLA 2005-10-27 14:57:38 EDT
Created attachment 28879 [details]
Migrated common.ui.services.properties to new plug-in message bundles
Comment 11 Eliza Tworkowska CLA 2005-10-27 17:04:43 EDT
Created attachment 28892 [details]
Migrated common.ui to new plug-in message bundles
Comment 12 Eliza Tworkowska CLA 2005-10-28 10:21:07 EDT
Created attachment 28921 [details]
Migrated common.ui to new plug-in message bundles
Comment 13 Anthony Hunter CLA 2005-11-09 15:59:41 EST
Committed the patches to common core
Comment 14 Eliza Tworkowska CLA 2005-11-09 16:37:38 EST
Created attachment 29644 [details]
Migrated emf.commands to new plug-in messages bundles
Comment 15 Eliza Tworkowska CLA 2005-11-09 16:38:17 EST
Created attachment 29646 [details]
Migrated emf.type.ui to new plug-in message bundles
Comment 16 Eliza Tworkowska CLA 2005-11-09 16:39:00 EST
Created attachment 29647 [details]
Migrated emf.ui to new plug-in message bundles
Comment 17 Eliza Tworkowska CLA 2005-11-09 16:39:33 EST
Created attachment 29648 [details]
Migrated emf.ui.properties to new plug-in messages bundles
Comment 18 Chris Aniszczyk CLA 2005-11-15 14:31:40 EST
Created attachment 29974 [details]
Migrated org.eclipse.gmf.examples.runtime.diagram.geoshapes

Had some time on the plane yesterday
Comment 19 Chris Aniszczyk CLA 2005-11-21 16:12:25 EST
Created attachment 30335 [details]
Migrated org.eclipse.gmf.examples.runtime.diagram.logic

get it out of the way
Comment 20 Steven R. Shaw CLA 2005-11-21 17:03:17 EST
Chris: we've already tackled the plug-ins you've swept in another bugzilla.  See bugzilla 113812.  Cherie is just finishing up testing for a delivery of this week.
Comment 21 Anthony Hunter CLA 2005-12-22 16:50:40 EST
The class has been removed and references cleaned up.
Comment 22 Anthony Hunter CLA 2006-01-10 10:23:06 EST
Delivered in M4
Comment 23 Richard Gronback CLA 2008-08-13 13:06:21 EDT
[target cleanup] 1.0 M4 was the original target milestone for this bug
Comment 24 Eclipse Webmaster CLA 2010-07-19 21:54:20 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Common was the original product and component for this bug