[jbosstools-commits] JBoss Tools SVN: r31061 - trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue May 3 22:27:57 EDT 2011


Author: scabanovich
Date: 2011-05-03 22:27:57 -0400 (Tue, 03 May 2011)
New Revision: 31061

Modified:
   trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/plugin.xml
Log:
JBIDE-8845
https://issues.jboss.org/browse/JBIDE-8845

Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/plugin.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/plugin.xml	2011-05-04 02:26:16 UTC (rev 31060)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.text.ext/plugin.xml	2011-05-04 02:27:57 UTC (rev 31061)
@@ -21,14 +21,20 @@
          	id="org.jboss.tools.cdi.seam.text.ext.hyperlink.SeamConfigTagNameHyperlinkPartitioner"
          	class="org.jboss.tools.cdi.seam.text.ext.hyperlink.SeamConfigTagNameHyperlinkPartitioner">
          	<contentType id="org.jboss.tools.common.model.ui.xml">
-         		<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT">
+         		<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT_NAME">
          		    <axis path="/beans/*"/>
          		</partitionType>
+         		<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_NAME">
+         		    <axis path="/beans/*"/>
+         		</partitionType>
          	</contentType>
          	<contentType id="org.eclipse.core.runtime.xml">
-         		<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT">
+         		<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT_NAME">
          		    <axis path="/beans/*"/>
          		</partitionType>
+         		<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_NAME">
+         		    <axis path="/beans/*"/>
+         		</partitionType>
          	</contentType>
 		</hyperlinkPartitioner>
    </extension>



More information about the jbosstools-commits mailing list