Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] [GMF - API CHANGE] Deprecation of AbstractResourceManager and Xtools#getResourceManager()


Description
1. Deprecated AbstractResourceManager.
The functionality provided by AbstractResourceManager will be replaced by the new Eclipse 3.1 plug-in message bundles.  The methods from AbstractResourceManager are used to access or format String and those methods no longer necessary.

2. Deprecated XToolsPlugin#getResourceManager().
There will be no need for a plug-in to have a ResourceManager class as the String messages will be accessed using the new Eclipse 3.1 plug-in messages bundles so this class will become obsolete.

3. Removed “abstract” modifier from XToolsPlugin#getResourceManager().  

4. Removed “abstract” modifier from XToolsPlugin.

New API Availability
Eclipse API is available in 3.x

Old API Removal
Wednesday, November 9, 2005, unless teams request more time to migrate

Tracking                      
Bugzilla 109445 New Eclipse Bundles Should be Used

Clients Taken Care of        
- gmf
common
-
rmp common

Other Clients' Action      
Fix the "AbstractResourceManager" deprecation warnings and migrate your plug-in to use new Eclipse 3.1 plug-in messages bundles.
Use org.eclipse.gmf.runtime.common.ui or any of the org.eclipse.gmf.runtime.common.* as an example.

Regards,
Eliza
--
Eliza Tworkowska mailto:etworkow@xxxxxxxxxx
Software Developer
IBM Rational Software: Aurora Core Common / Modeling Tools
Phone: 613-591-2916

Back to the top