Author: vrubezhny
Date: 2009-11-30 15:12:24 -0500 (Mon, 30 Nov 2009)
New Revision: 18929
Modified:
trunk/jst/plugins/org.jboss.tools.jst.text.ext/plugin.xml
Log:
JBIDE-5002: OpenOn doesn't work for html tags <link href="|"/> and
<a href="|" /> inside <f:view>
Modified: trunk/jst/plugins/org.jboss.tools.jst.text.ext/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.text.ext/plugin.xml 2009-11-30 19:57:42 UTC (rev
18928)
+++ trunk/jst/plugins/org.jboss.tools.jst.text.ext/plugin.xml 2009-11-30 20:12:24 UTC (rev
18929)
@@ -205,6 +205,7 @@
<contentType id="org.eclipse.jst.jsp.core.jspsource">
<partitionType
id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
<axis path="*/a/href/" ignoreCase="true"/>
+ <axis path="*/link/href/" ignoreCase="true"/>
<axis path="*/jsp:directive.include/file/" />
<axis
path="*/[http://java.sun.com/JSP/Page]:directive.include/file/" />
<axis path="*/jsp:directive.page/errorPage/" />
@@ -222,6 +223,7 @@
<contentType id="org.eclipse.wst.html.core.htmlsource">
<partitionType
id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
<axis path="*/a/href/" ignoreCase="true"/>
+ <axis path="*/link/href/" ignoreCase="true"/>
</partitionType>
</contentType>
</hyperlinkPartitioner>