Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 61720 - Valid properties trimmed from org.eclipse.ui/plugin.properties
Summary: Valid properties trimmed from org.eclipse.ui/plugin.properties
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Andrew Eidsness CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-11 09:02 EDT by Kim Horne CLA
Modified: 2004-05-11 13:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Horne CLA 2004-05-11 09:02:21 EDT
You trimmed out a good portion of the *Desc* properties from the
plugin.properties file.  These were used in the color/font definitions (among
other places).
Comment 1 Andrew Eidsness CLA 2004-05-11 13:16:45 EDT
My script was looking in plugin.xml and fragment.xml for "%xxx", but there are 
cases where the keys are used as:

         <description>
            %Presentation.default.desc
         </description>

I fixed the script to look for just the % character, regardless of whether its 
in a string or not.

Re-pruned catalogs for ui and ide have been submitted to HEAD.