Author: vrubezhny
Date: 2007-08-16 16:33:46 -0400 (Thu, 16 Aug 2007)
New Revision: 3195
Modified:
trunk/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-735 Open-Ons for Beans and Bean properties
don't work in Seam projects.
New content type is supported
Modified: trunk/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml 2007-08-16 19:48:07 UTC
(rev 3194)
+++ trunk/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml 2007-08-16 20:33:46 UTC
(rev 3195)
@@ -19,9 +19,9 @@
<contentType id="org.eclipse.core.runtime.xml">
<partitionType
id="org.jboss.tools.common.text.ext.jsp.JSP_EXPRESSION" />
</contentType>
-
- <!-- org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE -->
- <!-- org.jboss.tools.common.text.ext.xml.XML_TEXT -->
+ <contentType id="org.jboss.tools.common.model.ui.xml">
+ <partitionType
id="org.jboss.tools.common.text.ext.jsp.JSP_EXPRESSION" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
id="org.jboss.tools.common.text.ext.jsf.hyperlink.JSPExprHyperlinkPartitioner1"
@@ -31,6 +31,10 @@
<partitionType
id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE" />
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_TEXT"
/>
</contentType>
+ <contentType id="org.jboss.tools.common.model.ui.xml">
+ <partitionType
id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE" />
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_TEXT"
/>
+ </contentType>
</hyperlinkPartitioner>
</extension>
@@ -51,6 +55,9 @@
<contenttypeidentifier id="org.eclipse.core.runtime.xml">
<partitiontype id="org.jboss.tools.seam.text.ext.SEAM_BEAN" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.common.model.ui.xml">
+ <partitiontype id="org.jboss.tools.seam.text.ext.SEAM_BEAN" />
+ </contenttypeidentifier>
</hyperlink>
</extension>