Author: akazakov
Date: 2008-11-12 14:43:00 -0500 (Wed, 12 Nov 2008)
New Revision: 11736
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-3158 Fixed
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml 2008-11-12 18:52:42 UTC (rev
11735)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/plugin.xml 2008-11-12 19:43:00 UTC (rev
11736)
@@ -343,7 +343,6 @@
<contentAssistProcessor
class="org.jboss.tools.seam.ui.text.java.SeamELProposalProcessor"
id="org.jboss.tools.seam.ui.text.java.SeamELProposalProcessor">
-
<contenttype id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.eclipse.wst.xml.XML_DEFAULT" />
<partitiontype id="org.eclipse.wst.html.HTML_DEFAULT" />
@@ -368,7 +367,25 @@
<contenttype id="org.jboss.tools.common.model.ui.xml">
<partitiontype id="org.eclipse.wst.xml.XML_DEFAULT" />
</contenttype>
-
+
+ <contenttype id="org.jboss.tools.seam.xml.ui.pages12xmlsource">
+ <partitiontype id="org.eclipse.wst.xml.XML_DEFAULT" />
+ </contenttype>
+ <contenttype id="org.jboss.tools.seam.xml.ui.page12xmlsource">
+ <partitiontype id="org.eclipse.wst.xml.XML_DEFAULT" />
+ </contenttype>
+ <contenttype id="org.jboss.tools.seam.xml.ui.pages20xmlsource">
+ <partitiontype id="org.eclipse.wst.xml.XML_DEFAULT" />
+ </contenttype>
+ <contenttype id="org.jboss.tools.seam.xml.ui.page20xmlsource">
+ <partitiontype id="org.eclipse.wst.xml.XML_DEFAULT" />
+ </contenttype>
+ <contenttype id="org.jboss.tools.seam.xml.ui.pages21xmlsource">
+ <partitiontype id="org.eclipse.wst.xml.XML_DEFAULT" />
+ </contenttype>
+ <contenttype id="org.jboss.tools.seam.xml.ui.page21xmlsource">
+ <partitiontype id="org.eclipse.wst.xml.XML_DEFAULT" />
+ </contenttype>
</contentAssistProcessor>
</extension>