Author: vrubezhny
Date: 2009-08-19 18:52:10 -0400 (Wed, 19 Aug 2009)
New Revision: 17168
Modified:
trunk/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml
Log:
JBIDE-3998: Make OpenOn work for testNG XML files opened in JBoss XML Editor.
Open-On is added for tag's attribute: <class name="..." />
Modified: trunk/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml 2009-08-19 22:43:24 UTC
(rev 17167)
+++ trunk/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml 2009-08-19 22:52:10 UTC
(rev 17168)
@@ -258,6 +258,22 @@
</partitionType>
</contentType>
</hyperlinkPartitioner>
+
+ <hyperlinkPartitioner
+
id="org.jboss.tools.seam.text.ext.hyperlink.TestNGHyperlinkPartitioner"
+
class="org.jboss.tools.common.text.ext.hyperlink.xml.XMLClassHyperlinkPartitioner">
+ <contentType id="org.eclipse.wst.xml.core.xmlsource">
+ <partitionType
id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="/suite/test/classes/class/name/" />
+ </partitionType>
+ </contentType>
+ <contentType id="org.eclipse.core.runtime.xml">
+ <partitionType
id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="/suite/test/classes/class/name/" />
+ </partitionType>
+ </contentType>
+
+ </hyperlinkPartitioner>
</extension>
<extension
Show replies by date