Author: snjeza
Date: 2008-05-25 17:22:02 -0400 (Sun, 25 May 2008)
New Revision: 8312
Modified:
trunk/common/plugins/org.jboss.tools.common.text.xml/plugin.xml
trunk/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/XmlEditorPlugin.java
Log:
JBIDE-2257 Invalid preference page path: XML Occurrences and JSP Occurrences
Modified: trunk/common/plugins/org.jboss.tools.common.text.xml/plugin.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.text.xml/plugin.xml 2008-05-23 18:23:51
UTC (rev 8311)
+++ trunk/common/plugins/org.jboss.tools.common.text.xml/plugin.xml 2008-05-25 21:22:02
UTC (rev 8312)
@@ -112,7 +112,7 @@
<!-- Additional XML PREFERENCE PAGES -->
<page
name="%XML_Occurrences.name"
- category="org.eclipse.wst.sse.ui.preferences.xml"
+ category="org.eclipse.wst.xml.ui.preferences.xml.xml"
class="org.jboss.tools.jst.jsp.preferences.xpl.XMLOccurrencesPreferencePage"
id="org.eclipse.wst.sse.ui.preferences.xml.occurrences">
</page>
Modified:
trunk/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/XmlEditorPlugin.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/XmlEditorPlugin.java 2008-05-23
18:23:51 UTC (rev 8311)
+++
trunk/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/XmlEditorPlugin.java 2008-05-25
21:22:02 UTC (rev 8312)
@@ -54,6 +54,7 @@
} catch (MissingResourceException x) {
resourceBundle = null;
}
+ initDefaultPluginPreferences();
}
/**
Show replies by date