Author: vrubezhny
Date: 2007-12-20 13:13:58 -0500 (Thu, 20 Dec 2007)
New Revision: 5411
Modified:
trunk/struts/plugins/org.jboss.tools.struts.text.ext/plugin.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-574 OpenOn don't work in JSF and Struts
web.xml
This fixes the issue for servlet version 2.5
Modified: trunk/struts/plugins/org.jboss.tools.struts.text.ext/plugin.xml
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.text.ext/plugin.xml 2007-12-20 17:41:54
UTC (rev 5410)
+++ trunk/struts/plugins/org.jboss.tools.struts.text.ext/plugin.xml 2007-12-20 18:13:58
UTC (rev 5411)
@@ -79,6 +79,21 @@
<!-- Web.xml -->
</partitionType>
</contentType>
+ <contentType id="org.eclipse.jst.jee.ee5webDD">
+ <partitionType
id="org.jboss.tools.common.text.ext.xml.XML_TEXT">
+ <!-- Web.xml -->
+ <axis path="/web-app/error-page/location/" />
+ <axis
path="/web-app/login-config/form-login-config/form-error-page/" />
+ <axis
path="/web-app/login-config/form-login-config/form-login-page/" />
+ <axis path="/web-app/servlet/jsp-file/" />
+ <axis path="/web-app/*/icon/large-icon/" />
+ <axis path="/web-app/*/icon/small-icon/" />
+ <axis path="/web-app/taglib/taglib-location/" />
+ <axis path="/web-app/jsp-config/taglib/taglib-location/" />
+ <axis path="/web-app/welcome-file-list/welcome-file/" />
+ <!-- Web.xml -->
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -380,6 +395,11 @@
<axis path="/web-app/servlet/init-param/param-value/" />
</partitionType>
</contentType>
+ <contentType id="org.eclipse.jst.jee.ee5webDD">
+ <partitionType
id="org.jboss.tools.common.text.ext.xml.XML_TEXT">
+ <axis path="/web-app/servlet/init-param/param-value/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -1338,6 +1358,9 @@
<contenttypeidentifier id="org.eclipse.jst.j2ee.webDD">
<partitiontype
id="org.jboss.tools.common.text.ext.xml.STRUTS_XML_CONTEXT_PARAM_LINK" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.eclipse.jst.jee.ee5webDD">
+ <partitiontype
id="org.jboss.tools.common.text.ext.xml.STRUTS_XML_CONTEXT_PARAM_LINK" />
+ </contenttypeidentifier>
</hyperlink>
<!-- Web.inf File -->