Community
Participate
Working Groups
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).
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.