Community
Participate
Working Groups
Created attachment 165846 [details] Refactored Static Attribute Definitions (externalized strings) The attached patch is mostly a refactoring of the core Attributes definitions to conform with externalized strings (Messages). Second patch of three referring to main bug 310188.
I, Albert L. Rossi, declare that I developed attached code from scratch, without referencing any 3rd party materials except material licensed under the EPL, and that said code contains no cryptography.
All patches are diff'd against CVS HEAD. -Al
Committed with the following changes: - Fixed licenses. Please see http://www.eclipse.org/legal/copyrightandlicensenotice.php for a description of the licenses format that must be used. - Renamed CorePBSMessages.java back to Messages.java. Please use standard names for message bundles. It makes life easer. - Removed suppresswarnings on the preference manager. Preferences need to be updated to use the new interfaces accross the whole of PTP so these will get fixed later.