JBoss Tools SVN: r29539 - branches/jbosstools-3.2.x/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-05 22:36:28 -0500 (Sat, 05 Mar 2011)
New Revision: 29539
Modified:
branches/jbosstools-3.2.x/build/target-platform/multiple.target
branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml
Log:
merge changes from trunk - add missing org.eclipse.datatools.sqldevtools.sqlbuilder; cleanup files
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-06 03:32:29 UTC (rev 29538)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-06 03:36:28 UTC (rev 29539)
@@ -26,10 +26,10 @@
<repository location="http://download.eclipse.org/technology/subversive/0.7/weekly-site/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <!-- want the latest, 1.6.2.v201005080631, not 1.5.1.v201005080630 -->
+ <!-- want the latest, 1.6.2.v201005080631, not 1.5.1.v201005080630 -->
<!-- <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
<unit id="javax.wsdl" version="1.5.1.v201005080630"/> -->
- <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
+ <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..."/>
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml 2011-03-06 03:32:29 UTC (rev 29538)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml 2011-03-06 03:36:28 UTC (rev 29539)
@@ -45,10 +45,6 @@
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
</source>
<iu id="org.maven.ide.eclipse.feature.feature.group" version=""/>
<iu id="org.maven.ide.eclipse.wtp.feature.feature.group" version=""/>
@@ -127,6 +123,7 @@
<iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.modelbase.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.apache.derby.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
13 years, 10 months
JBoss Tools SVN: r29538 - branches/jbosstools-3.2.x/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-05 22:32:29 -0500 (Sat, 05 Mar 2011)
New Revision: 29538
Modified:
branches/jbosstools-3.2.x/build/target-platform/jbds.target.p2mirror.xml
branches/jbosstools-3.2.x/build/target-platform/multiple.target
branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml
branches/jbosstools-3.2.x/build/target-platform/unified.target
Log:
want wsdl 1.6.2, not 1.5.1
Modified: branches/jbosstools-3.2.x/build/target-platform/jbds.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/jbds.target.p2mirror.xml 2011-03-06 03:23:11 UTC (rev 29537)
+++ branches/jbosstools-3.2.x/build/target-platform/jbds.target.p2mirror.xml 2011-03-06 03:32:29 UTC (rev 29538)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns:xs="http://www.w3.org/2001/XMLSchema" default="download.target.platform" name="Download target platform">
+<project name="Download target platform" default="download.target.platform" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<target name="help">
<echo>
Generated with useLatest = true
@@ -18,131 +18,131 @@
-Ddebug=true -DfollowStrict=true -DrepoDir=`pwd`/REPO/
</echo>
</target>
-<target unless="repoDir" name="init">
+<target name="init" unless="repoDir">
<fail>Must set -DrepoDir=/abs/path/to/download/artifacts/</fail>
</target>
-<target if="repoDir" description="Download from target platform definition" depends="init" name="download.target.platform">
-<property value="false" name="verbose"/>
-<property value="false" name="followStrict"/>
+<target name="download.target.platform" depends="init" description="Download from target platform definition" if="repoDir">
+<property name="verbose" value="false"/>
+<property name="followStrict" value="false"/>
<echo level="info">Download features/plugins into ${repoDir}</echo>
-<p2.mirror verbose="${verbose}" destination="file://${repoDir}">
-<slicingOptions followStrict="${followStrict}" includeFeatures="true"/>
+<p2.mirror destination="file://${repoDir}" verbose="${verbose}">
+<slicingOptions includeFeatures="true" followStrict="${followStrict}"/>
<source>
<repository location="http://download.eclipse.org/releases/helios/"/>
</source>
-<iu version="" id="org.eclipse.cvs.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.sdk.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.sdk.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.modelbase.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.connectivity.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.connectivity.oda.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.connectivity.oda.designer.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.apache.derby.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.hsqldb.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.ibm.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.jdbc.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.jdt.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.msft.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.mysql.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.oda.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.oracle.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.postgresql.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.sap.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.sybase.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.ingres.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.enablement.sqlite.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.sqldevtools.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.sqldevtools.results.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.sqldevtools.ddl.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.sqldevtools.data.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group"/>
-<iu version="" id="org.eclipse.datatools.intro.feature.group"/>
-<iu version="" id="org.eclipse.datatools.doc.user.feature.group"/>
-<iu version="" id="org.eclipse.datatools.common.doc.user.feature.group"/>
-<iu version="" id="org.eclipse.datatools.connectivity.doc.user.feature.group"/>
-<iu version="" id="org.eclipse.datatools.sqltools.doc.user.feature.group"/>
-<iu version="" id="org.eclipse.xsd.ecore.converter.feature.group"/>
-<iu version="" id="org.eclipse.xsd.edit.feature.group"/>
-<iu version="" id="org.eclipse.xsd.editor.feature.group"/>
-<iu version="" id="org.eclipse.xsd.mapping.editor.feature.group"/>
-<iu version="" id="org.eclipse.xsd.mapping.feature.group"/>
-<iu version="" id="org.eclipse.xsd.feature.group"/>
-<iu version="" id="org.eclipse.emf.feature.group"/>
-<iu version="" id="org.eclipse.draw2d.feature.group"/>
-<iu version="" id="org.eclipse.gef.feature.group"/>
-<iu version="" id="org.eclipse.zest.feature.group"/>
-<iu version="" id="org.eclipse.jdt.feature.group"/>
-<iu version="" id="org.eclipse.jpt.eclipselink.feature.feature.group"/>
-<iu version="" id="org.eclipse.jpt.feature.feature.group"/>
-<iu version="" id="org.eclipse.jsf.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.common.fproj.enablement.jdt.feature.group"/>
-<iu version="" id="org.eclipse.jst.enterprise_core.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.enterprise_ui.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.enterprise_userdoc.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.server_adapters.ext.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.server_adapters.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.server_core.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.server_ui.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.server_userdoc.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.web_core.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.webpageeditor.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.web_ui.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.web_userdoc.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.ws.axis2tools.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.ws.cxf.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.ws.jaxws.dom.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.ws.jaxws.feature.feature.group"/>
-<iu version="" id="org.eclipse.jst.ws.jaxws_userdoc.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.common_core.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.common.fproj.feature.group"/>
-<iu version="" id="org.eclipse.wst.common_ui.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.jsdt.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.server_adapters.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.server_core.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.server_ui.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.server_userdoc.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.web_core.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.web_ui.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.web_userdoc.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.ws_core.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.ws_ui.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.ws_userdoc.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.ws_wsdl15.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.xml_core.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.xml_ui.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.xml_userdoc.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.xml.xpath2.processor.feature.feature.group"/>
-<iu version="" id="org.eclipse.wst.xsl.feature.feature.group"/>
-<iu version="" id="org.eclipse.equinox.executable.feature.group"/>
-<iu version="" id="org.eclipse.equinox.p2.user.ui.feature.group"/>
-<iu version="" id="org.eclipse.help.feature.group"/>
-<iu version="" id="org.eclipse.platform.feature.group"/>
-<iu version="" id="org.eclipse.rcp.feature.group"/>
-<iu version="" id="org.eclipse.uml2.feature.group"/>
-<iu version="" id="org.eclipse.uml2.doc.feature.group"/>
-<iu version="" id="org.eclipse.pde.feature.group"/>
-<iu version="" id="org.eclipse.tptp.platform.commons.logging.feature.group"/>
-<iu version="" id="org.eclipse.tptp.platform.core.feature.group"/>
-<iu version="" id="org.eclipse.tptp.platform.instrumentation.ui.feature.group"/>
-<iu version="" id="org.eclipse.tptp.platform.jakarta.log4j.feature.group"/>
-<iu version="" id="org.eclipse.tptp.platform.jvmti.feature.group"/>
-<iu version="" id="org.eclipse.tptp.platform.probekit.feature.group"/>
-<iu version="" id="org.eclipse.tptp.platform.profile.server.feature.group"/>
-<iu version="" id="org.eclipse.tptp.platform.trace.feature.group"/>
-<iu version="" id="org.eclipse.tptp.platform.xerces.feature.group"/>
-<iu version="" id="org.eclipse.rse.feature.group"/>
-<iu version="" id="org.eclipse.rse.useractions.feature.group"/>
-<iu version="" id="org.eclipse.tm.terminal.feature.group"/>
-<iu version="" id="org.eclipse.tm.terminal.view.feature.group"/>
-<iu version="" id="org.eclipse.tm.terminal.telnet.feature.group"/>
-<iu version="" id="org.eclipse.tm.terminal.ssh.feature.group"/>
+<iu id="org.eclipse.cvs.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.sdk.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sdk.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.modelbase.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.connectivity.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.connectivity.oda.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.connectivity.oda.designer.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.apache.derby.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.hsqldb.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.ibm.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.jdbc.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.msft.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.mysql.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.oda.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.oda.designer.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.oracle.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.postgresql.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.sap.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.sybase.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.ingres.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.enablement.sqlite.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqldevtools.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqldevtools.results.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqldevtools.ddl.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqldevtools.data.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqldevtools.parsers.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.intro.feature.group" version=""/>
+<iu id="org.eclipse.datatools.doc.user.feature.group" version=""/>
+<iu id="org.eclipse.datatools.common.doc.user.feature.group" version=""/>
+<iu id="org.eclipse.datatools.connectivity.doc.user.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqltools.doc.user.feature.group" version=""/>
+<iu id="org.eclipse.xsd.ecore.converter.feature.group" version=""/>
+<iu id="org.eclipse.xsd.edit.feature.group" version=""/>
+<iu id="org.eclipse.xsd.editor.feature.group" version=""/>
+<iu id="org.eclipse.xsd.mapping.editor.feature.group" version=""/>
+<iu id="org.eclipse.xsd.mapping.feature.group" version=""/>
+<iu id="org.eclipse.xsd.feature.group" version=""/>
+<iu id="org.eclipse.emf.feature.group" version=""/>
+<iu id="org.eclipse.draw2d.feature.group" version=""/>
+<iu id="org.eclipse.gef.feature.group" version=""/>
+<iu id="org.eclipse.zest.feature.group" version=""/>
+<iu id="org.eclipse.jdt.feature.group" version=""/>
+<iu id="org.eclipse.jpt.eclipselink.feature.feature.group" version=""/>
+<iu id="org.eclipse.jpt.feature.feature.group" version=""/>
+<iu id="org.eclipse.jsf.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.common.fproj.enablement.jdt.feature.group" version=""/>
+<iu id="org.eclipse.jst.enterprise_core.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.enterprise_ui.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.enterprise_userdoc.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.server_adapters.ext.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.server_adapters.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.server_core.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.server_ui.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.server_userdoc.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.web_core.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.webpageeditor.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.web_ui.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.web_userdoc.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.ws.axis2tools.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.ws.cxf.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.ws.jaxws.dom.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.ws.jaxws.feature.feature.group" version=""/>
+<iu id="org.eclipse.jst.ws.jaxws_userdoc.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.common_core.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.common.fproj.feature.group" version=""/>
+<iu id="org.eclipse.wst.common_ui.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.jsdt.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.server_adapters.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.server_core.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.server_ui.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.server_userdoc.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.web_core.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.web_ui.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.web_userdoc.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.ws_core.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.ws_ui.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.ws_userdoc.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.ws_wsdl15.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.xml_core.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.xml_ui.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.xml_userdoc.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.xml.xpath2.processor.feature.feature.group" version=""/>
+<iu id="org.eclipse.wst.xsl.feature.feature.group" version=""/>
+<iu id="org.eclipse.equinox.executable.feature.group" version=""/>
+<iu id="org.eclipse.equinox.p2.user.ui.feature.group" version=""/>
+<iu id="org.eclipse.help.feature.group" version=""/>
+<iu id="org.eclipse.platform.feature.group" version=""/>
+<iu id="org.eclipse.rcp.feature.group" version=""/>
+<iu id="org.eclipse.uml2.feature.group" version=""/>
+<iu id="org.eclipse.uml2.doc.feature.group" version=""/>
+<iu id="org.eclipse.pde.feature.group" version=""/>
+<iu id="org.eclipse.tptp.platform.commons.logging.feature.group" version=""/>
+<iu id="org.eclipse.tptp.platform.core.feature.group" version=""/>
+<iu id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version=""/>
+<iu id="org.eclipse.tptp.platform.jakarta.log4j.feature.group" version=""/>
+<iu id="org.eclipse.tptp.platform.jvmti.feature.group" version=""/>
+<iu id="org.eclipse.tptp.platform.probekit.feature.group" version=""/>
+<iu id="org.eclipse.tptp.platform.profile.server.feature.group" version=""/>
+<iu id="org.eclipse.tptp.platform.trace.feature.group" version=""/>
+<iu id="org.eclipse.tptp.platform.xerces.feature.group" version=""/>
+<iu id="org.eclipse.rse.feature.group" version=""/>
+<iu id="org.eclipse.rse.useractions.feature.group" version=""/>
+<iu id="org.eclipse.tm.terminal.feature.group" version=""/>
+<iu id="org.eclipse.tm.terminal.view.feature.group" version=""/>
+<iu id="org.eclipse.tm.terminal.telnet.feature.group" version=""/>
+<iu id="org.eclipse.tm.terminal.ssh.feature.group" version=""/>
</p2.mirror>
</target>
</project>
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-06 03:23:11 UTC (rev 29537)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-06 03:32:29 UTC (rev 29538)
@@ -26,7 +26,10 @@
<repository location="http://download.eclipse.org/technology/subversive/0.7/weekly-site/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
+ <!-- want the latest, 1.6.2.v201005080631, not 1.5.1.v201005080630 -->
+ <!-- <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
+ <unit id="javax.wsdl" version="1.5.1.v201005080630"/> -->
+ <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..."/>
@@ -125,6 +128,8 @@
<unit id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version="1.8.2.v201010181125-2-07w31211518181A"/>
<unit id="org.eclipse.datatools.modelbase.feature.feature.group" version="1.8.2.v201010181125-77078CcNBGKBZI_FcRd"/>
<unit id="org.eclipse.datatools.enablement.apache.derby.feature.feature.group" version="1.8.2.v201010181125-77778fBmKDNOMgJvJ8Of7QBR"/>
+ <unit id="org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group" version="1.8.2.v201010181125-79-4EVVFJoFwKcN-L_"/>
+
<unit id="org.eclipse.draw2d.feature.group" version="3.6.2.v20110128-0100-4517w3122123901211"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.2.v20110128-0100-777B381A4Bz06565376E32322"/>
<unit id="org.eclipse.zest.feature.group" version="1.2.0.v20100519-2050-67818yE6F-AA7P4B8I52322"/>
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml 2011-03-06 03:23:11 UTC (rev 29537)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml 2011-03-06 03:32:29 UTC (rev 29538)
@@ -123,6 +123,7 @@
<iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.modelbase.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.apache.derby.feature.feature.group" version=""/>
+<iu id="org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group" version=""/>
<iu id="org.eclipse.draw2d.feature.group" version=""/>
<iu id="org.eclipse.gef.feature.group" version=""/>
<iu id="org.eclipse.zest.feature.group" version=""/>
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target 2011-03-06 03:23:11 UTC (rev 29537)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target 2011-03-06 03:32:29 UTC (rev 29538)
@@ -26,6 +26,9 @@
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+ <!-- want the latest, 1.6.2.v201005080631, not 1.5.1.v201005080630 -->
+ <!-- <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
+ <unit id="javax.wsdl" version="1.5.1.v201005080630"/> -->
<unit id="javax.wsdl" version="1.6.2.v201005080631"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
@@ -125,6 +128,8 @@
<unit id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version="1.8.2.v201010181125-2-07w31211518181A"/>
<unit id="org.eclipse.datatools.modelbase.feature.feature.group" version="1.8.2.v201010181125-77078CcNBGKBZI_FcRd"/>
<unit id="org.eclipse.datatools.enablement.apache.derby.feature.feature.group" version="1.8.2.v201010181125-77778fBmKDNOMgJvJ8Of7QBR"/>
+ <unit id="org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group" version="1.8.2.v201010181125-79-4EVVFJoFwKcN-L_"/>
+
<unit id="org.eclipse.draw2d.feature.group" version="3.6.2.v20110128-0100-4517w3122123901211"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.2.v20110128-0100-777B381A4Bz06565376E32322"/>
<unit id="org.eclipse.zest.feature.group" version="1.2.0.v20100519-2050-67818yE6F-AA7P4B8I52322"/>
@@ -219,4 +224,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
13 years, 10 months
JBoss Tools SVN: r29537 - branches/3.3.indigo/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-05 22:23:11 -0500 (Sat, 05 Mar 2011)
New Revision: 29537
Modified:
branches/3.3.indigo/build/target-platform/jbds.target
branches/3.3.indigo/build/target-platform/jbds.target.p2mirror.xml
Log:
update tptp versions to 4.7.2; remove dupe entry in feature list
Modified: branches/3.3.indigo/build/target-platform/jbds.target
===================================================================
--- branches/3.3.indigo/build/target-platform/jbds.target 2011-03-06 03:05:19 UTC (rev 29536)
+++ branches/3.3.indigo/build/target-platform/jbds.target 2011-03-06 03:23:11 UTC (rev 29537)
@@ -138,17 +138,17 @@
<unit id="org.eclipse.tm.terminal.ssh.feature.group" version="2.1.0.v201101042155-30-7w312212153266"/>
<!-- TPTP 4.7.2 is EOL; can only get bits from Helios, not Indigo -->
- <unit id="org.eclipse.tptp.platform.profile.server.feature.group" version="4.5.2.v201101261720-7H7F4AkF7B88MAQCKJH"/>
- <unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.2.v201101261720-797918s735435695C83"/>
- <unit id="org.eclipse.tptp.platform.core.feature.group" version="4.7.0.v201005032111-8X8ZFXNFLWUl6kmjuaADv7"/>
- <unit id="org.eclipse.tptp.platform.jvmti.feature.group" version="4.5.0.v201005032111-797A-8s73533E4E6E33"/>
- <unit id="org.eclipse.tptp.platform.trace.feature.group" version="4.5.2.v201101261720-7L7O8fBgJ9EC9NDREaF9"/>
- <unit id="org.eclipse.tptp.platform.xerces.feature.group" version="4.6.0.v201005032111-777K4AkF7B77R7c7N77"/>
- <unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.2.v201101261720-797918s735435695C83"/>
- <unit id="org.eclipse.tptp.platform.probekit.feature.group" version="4.5.2.v201101271120-7H7BF8QAkF7B87RBVCFFD"/>
- <unit id="org.eclipse.tptp.platform.commons.logging.feature.group" version="4.5.0.v201005032111-2-37w312116191612"/>
- <unit id="org.eclipse.tptp.platform.jakarta.log4j.feature.group" version="4.5.0.v201005032111-217E7w312116191611"/>
+ <unit version="4.5.0.v201005032111-2-37w312116191612" id="org.eclipse.tptp.platform.commons.logging.feature.group"/>
+ <unit version="4.7.2.v201101261720-8X8ZFXoFLWUl6wn5veAISx" id="org.eclipse.tptp.platform.core.feature.group"/>
+ <unit version="4.3.2.v201101261720-797918s735435695C83" id="org.eclipse.tptp.platform.instrumentation.ui.feature.group"/>
+ <unit version="4.5.0.v201005032111-217E7w312116191611" id="org.eclipse.tptp.platform.jakarta.log4j.feature.group"/>
+ <unit version="4.5.2.v201101261720-797A48s735536585A93" id="org.eclipse.tptp.platform.jvmti.feature.group"/>
+ <unit version="4.5.2.v201101271120-7H7BF8QAkF7B87RBVCFFD" id="org.eclipse.tptp.platform.probekit.feature.group"/>
+ <unit version="4.5.2.v201101261720-7H7F4AkF7B88MAQCKJH" id="org.eclipse.tptp.platform.profile.server.feature.group"/>
+ <unit version="4.5.2.v201101261720-7L7O8fBgJ9EC9NDREaF9" id="org.eclipse.tptp.platform.trace.feature.group"/>
+ <unit version="4.6.0.v201005032111-777K4AkF7B77R7c7N77" id="org.eclipse.tptp.platform.xerces.feature.group"/>
+
<repository location="http://download.jboss.org/jbosstools/updates/indigo/"/>
</location>
</locations>
-</target>
\ No newline at end of file
+</target>
Modified: branches/3.3.indigo/build/target-platform/jbds.target.p2mirror.xml
===================================================================
--- branches/3.3.indigo/build/target-platform/jbds.target.p2mirror.xml 2011-03-06 03:05:19 UTC (rev 29536)
+++ branches/3.3.indigo/build/target-platform/jbds.target.p2mirror.xml 2011-03-06 03:23:11 UTC (rev 29537)
@@ -134,16 +134,15 @@
<iu id="org.eclipse.tm.terminal.view.feature.group" version=""/>
<iu id="org.eclipse.tm.terminal.telnet.feature.group" version=""/>
<iu id="org.eclipse.tm.terminal.ssh.feature.group" version=""/>
-<iu id="org.eclipse.tptp.platform.profile.server.feature.group" version=""/>
-<iu id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version=""/>
-<iu id="org.eclipse.tptp.platform.core.feature.group" version=""/>
-<iu id="org.eclipse.tptp.platform.jvmti.feature.group" version=""/>
-<iu id="org.eclipse.tptp.platform.trace.feature.group" version=""/>
-<iu id="org.eclipse.tptp.platform.xerces.feature.group" version=""/>
-<iu id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version=""/>
-<iu id="org.eclipse.tptp.platform.probekit.feature.group" version=""/>
-<iu id="org.eclipse.tptp.platform.commons.logging.feature.group" version=""/>
-<iu id="org.eclipse.tptp.platform.jakarta.log4j.feature.group" version=""/>
+<iu id="org.eclipse.tptp.platform.commons.logging.feature.group"/>
+<iu id="org.eclipse.tptp.platform.core.feature.group"/>
+<iu id="org.eclipse.tptp.platform.instrumentation.ui.feature.group"/>
+<iu id="org.eclipse.tptp.platform.jakarta.log4j.feature.group"/>
+<iu id="org.eclipse.tptp.platform.jvmti.feature.group"/>
+<iu id="org.eclipse.tptp.platform.probekit.feature.group"/>
+<iu id="org.eclipse.tptp.platform.profile.server.feature.group"/>
+<iu id="org.eclipse.tptp.platform.trace.feature.group"/>
+<iu id="org.eclipse.tptp.platform.xerces.feature.group"/>
</p2.mirror>
</target>
</project>
13 years, 10 months
JBoss Tools SVN: r29536 - branches/3.3.indigo/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-05 22:05:19 -0500 (Sat, 05 Mar 2011)
New Revision: 29536
Modified:
branches/3.3.indigo/build/target-platform/jbds.target
branches/3.3.indigo/build/target-platform/jbds.target.p2mirror.xml
Log:
bump TPTP versions to SR2; remove unnecessary URL from TP definition
Modified: branches/3.3.indigo/build/target-platform/jbds.target
===================================================================
--- branches/3.3.indigo/build/target-platform/jbds.target 2011-03-06 02:51:11 UTC (rev 29535)
+++ branches/3.3.indigo/build/target-platform/jbds.target 2011-03-06 03:05:19 UTC (rev 29536)
@@ -137,22 +137,18 @@
<unit id="org.eclipse.tm.terminal.telnet.feature.group" version="2.1.0.v201101042155-30-7w312213121A22"/>
<unit id="org.eclipse.tm.terminal.ssh.feature.group" version="2.1.0.v201101042155-30-7w312212153266"/>
- <repository location="http://download.jboss.org/jbosstools/updates/indigo/"/>
- </location>
-
- <!-- TPTP 4.7.2 is EOL; can only get bits from Helios, not Indigo -->
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.tptp.platform.profile.server.feature.group" version="4.5.0.v201005032111-7H7F-AkF7B77R7VBV77"/>
- <unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.0.v201005032111-7979-8s7353394E5I33"/>
+ <!-- TPTP 4.7.2 is EOL; can only get bits from Helios, not Indigo -->
+ <unit id="org.eclipse.tptp.platform.profile.server.feature.group" version="4.5.2.v201101261720-7H7F4AkF7B88MAQCKJH"/>
+ <unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.2.v201101261720-797918s735435695C83"/>
<unit id="org.eclipse.tptp.platform.core.feature.group" version="4.7.0.v201005032111-8X8ZFXNFLWUl6kmjuaADv7"/>
<unit id="org.eclipse.tptp.platform.jvmti.feature.group" version="4.5.0.v201005032111-797A-8s73533E4E6E33"/>
- <unit id="org.eclipse.tptp.platform.trace.feature.group" version="4.5.0.v201005032111-7L7O8ZBgJ9E99ZC_El99"/>
+ <unit id="org.eclipse.tptp.platform.trace.feature.group" version="4.5.2.v201101261720-7L7O8fBgJ9EC9NDREaF9"/>
<unit id="org.eclipse.tptp.platform.xerces.feature.group" version="4.6.0.v201005032111-777K4AkF7B77R7c7N77"/>
- <unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.0.v201005032111-7979-8s7353394E5I33"/>
- <unit id="org.eclipse.tptp.platform.probekit.feature.group" version="4.5.0.v201005032111-7H7BF8NAkF7B77SBNCPEI"/>
+ <unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.2.v201101261720-797918s735435695C83"/>
+ <unit id="org.eclipse.tptp.platform.probekit.feature.group" version="4.5.2.v201101271120-7H7BF8QAkF7B87RBVCFFD"/>
<unit id="org.eclipse.tptp.platform.commons.logging.feature.group" version="4.5.0.v201005032111-2-37w312116191612"/>
<unit id="org.eclipse.tptp.platform.jakarta.log4j.feature.group" version="4.5.0.v201005032111-217E7w312116191611"/>
- <repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
+ <repository location="http://download.jboss.org/jbosstools/updates/indigo/"/>
</location>
</locations>
</target>
\ No newline at end of file
Modified: branches/3.3.indigo/build/target-platform/jbds.target.p2mirror.xml
===================================================================
--- branches/3.3.indigo/build/target-platform/jbds.target.p2mirror.xml 2011-03-06 02:51:11 UTC (rev 29535)
+++ branches/3.3.indigo/build/target-platform/jbds.target.p2mirror.xml 2011-03-06 03:05:19 UTC (rev 29536)
@@ -29,7 +29,6 @@
<slicingOptions includeFeatures="true" followStrict="${followStrict}"/>
<source>
<repository location="http://download.jboss.org/jbosstools/updates/indigo/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
</source>
<iu id="org.eclipse.cvs.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.sdk.feature.feature.group" version=""/>
13 years, 10 months
JBoss Tools SVN: r29535 - branches/3.3.indigo/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-05 21:51:11 -0500 (Sat, 05 Mar 2011)
New Revision: 29535
Modified:
branches/3.3.indigo/build/target-platform/multiple.target
branches/3.3.indigo/build/target-platform/unified.target
Log:
newer version of org.eclipse.jst.webpageeditor.feature.feature.group found (2.3.2.v201012071101-4619oB5865D8M2338)
Modified: branches/3.3.indigo/build/target-platform/multiple.target
===================================================================
--- branches/3.3.indigo/build/target-platform/multiple.target 2011-03-05 17:30:32 UTC (rev 29534)
+++ branches/3.3.indigo/build/target-platform/multiple.target 2011-03-06 02:51:11 UTC (rev 29535)
@@ -160,7 +160,7 @@
<unit id="org.eclipse.jst.web_ui.feature.feature.group" version="3.3.0.v201011300734-7F7AFO-C25Toh9VqghsYz-3yYoz0"/>
<unit id="org.eclipse.jsf.feature.source.feature.group" version="3.3.0.v201012071101-7E7I7BF9JgLWRMmc5KKQl"/>
<unit id="org.eclipse.wst.xml.xpath2.processor.feature.feature.group" version="1.2.0.v201008230020-67K8ZBgJ9DJBKFQBWIT"/>
- <unit id="org.eclipse.jst.webpageeditor.feature.feature.group" version="2.3.2.v201101112207-4619oB5865D8I2331"/>
+ <unit id="org.eclipse.jst.webpageeditor.feature.feature.group" version="2.3.2.v201012071101-4619oB5865D8M2338"/>
<unit id="org.eclipse.wst.ws_wsdl15.feature.feature.group" version="1.5.301.v201012090607-2407w312123151655"/>
<unit id="org.eclipse.wst.common_core.feature.feature.group" version="3.3.0.v201008062100-7B7DFKvF7RZHObJjQuQ3RK"/>
<unit id="org.eclipse.wst.common_ui.feature.feature.group" version="3.3.0.v201008062100-7C79FSkEdhO_ocZe4kbemcKkRvR4"/>
Modified: branches/3.3.indigo/build/target-platform/unified.target
===================================================================
--- branches/3.3.indigo/build/target-platform/unified.target 2011-03-05 17:30:32 UTC (rev 29534)
+++ branches/3.3.indigo/build/target-platform/unified.target 2011-03-06 02:51:11 UTC (rev 29535)
@@ -160,7 +160,7 @@
<unit id="org.eclipse.jst.web_ui.feature.feature.group" version="3.3.0.v201011300734-7F7AFO-C25Toh9VqghsYz-3yYoz0"/>
<unit id="org.eclipse.jsf.feature.source.feature.group" version="3.3.0.v201012071101-7E7I7BF9JgLWRMmc5KKQl"/>
<unit id="org.eclipse.wst.xml.xpath2.processor.feature.feature.group" version="1.2.0.v201008230020-67K8ZBgJ9DJBKFQBWIT"/>
- <unit id="org.eclipse.jst.webpageeditor.feature.feature.group" version="2.3.2.v201101112207-4619oB5865D8I2331"/>
+ <unit id="org.eclipse.jst.webpageeditor.feature.feature.group" version="2.3.2.v201012071101-4619oB5865D8M2338"/>
<unit id="org.eclipse.wst.ws_wsdl15.feature.feature.group" version="1.5.301.v201012090607-2407w312123151655"/>
<unit id="org.eclipse.wst.common_core.feature.feature.group" version="3.3.0.v201008062100-7B7DFKvF7RZHObJjQuQ3RK"/>
<unit id="org.eclipse.wst.common_ui.feature.feature.group" version="3.3.0.v201008062100-7C79FSkEdhO_ocZe4kbemcKkRvR4"/>
13 years, 10 months
JBoss Tools SVN: r29534 - branches/3.3.indigo/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-05 12:30:32 -0500 (Sat, 05 Mar 2011)
New Revision: 29534
Modified:
branches/3.3.indigo/build/target-platform/multiple.target
branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml
branches/3.3.indigo/build/target-platform/unified.target
Log:
updated target platform
Modified: branches/3.3.indigo/build/target-platform/multiple.target
===================================================================
--- branches/3.3.indigo/build/target-platform/multiple.target 2011-03-05 17:22:10 UTC (rev 29533)
+++ branches/3.3.indigo/build/target-platform/multiple.target 2011-03-05 17:30:32 UTC (rev 29534)
@@ -184,4 +184,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
+</target>
\ No newline at end of file
Modified: branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml 2011-03-05 17:22:10 UTC (rev 29533)
+++ branches/3.3.indigo/build/target-platform/multiple.target.p2mirror.xml 2011-03-05 17:30:32 UTC (rev 29534)
@@ -28,23 +28,8 @@
<p2.mirror destination="file://${repoDir}" verbose="${verbose}">
<slicingOptions includeFeatures="true" followStrict="${followStrict}"/>
<source>
-<repository location="http://m2eclipse.sonatype.org/sites/m2e/"/>
-<repository location="http://m2eclipse.sonatype.org/sites/m2e-extras/"/>
-<repository location="http://eclipse.svnkit.com/1.3.x/"/>
-<repository location="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-s..."/>
-<repository location="http://download.eclipse.org/technology/subversive/0.7/weekly-site/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..."/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/"/>
-<repository location="http://download.eclipse.org/rt/ecf/3.4/site.p2"/>
-<repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
-<repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.3/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/birt/4.0/"/>
-<repository location="http://download.eclipse.org/eclipse/updates/3.7milestones/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/indigo/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/webtools/3.3/"/>
<repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/gwt/201012211742/"/>
+<repository location="http://download.jboss.org/jbosstools/updates/indigo/"/>
</source>
<iu id="org.maven.ide.eclipse.feature.feature.group" version=""/>
<iu id="org.maven.ide.eclipse.wtp.feature.feature.group" version=""/>
@@ -117,7 +102,6 @@
<iu id="org.eclipse.equinox.server.servletbridge.feature.group" version=""/>
<iu id="org.eclipse.equinox.server.simple.feature.group" version=""/>
<iu id="org.eclipse.rcp.feature.group" version=""/>
-<iu id="org.eclipse.birt.feature.group" version=""/>
<iu id="org.eclipse.datatools.connectivity.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.feature.feature.group" version=""/>
<iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version=""/>
Modified: branches/3.3.indigo/build/target-platform/unified.target
===================================================================
--- branches/3.3.indigo/build/target-platform/unified.target 2011-03-05 17:22:10 UTC (rev 29533)
+++ branches/3.3.indigo/build/target-platform/unified.target 2011-03-05 17:30:32 UTC (rev 29534)
@@ -8,40 +8,23 @@
-->
<locations>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <!-- NOT <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.10.2.20100623-1649"/> -->
- <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.12.1.20110112-1712"/>
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
</location>
+
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.11.1.20101108-1810"/>
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
+ <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.12.1.20110112-1712"/>
+ <unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.11.1.20101108-1810"/>
+
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.mozilla.xulrunner.feature.feature.group" version="1.9.12.v20110120-2050-H36-CR1"/>
<unit id="org.mozilla.xpcom.feature.feature.group" version="1.9.12.v20110120-2050-H36-CR1"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <!-- TPTP 4.7.2 is EOL; can only get bits from Helios, not Indigo -->
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+ <!-- TPTP 4.7.2 is EOL; can only get bits from Helios, not Indigo -->
<unit id="org.eclipse.tptp.platform.profile.server.feature.group" version="4.5.2.v201101261720-7H7F4AkF7B88MAQCKJH"/>
<unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.2.v201101261720-797918s735435695C83"/>
<unit id="org.eclipse.tptp.platform.core.feature.group" version="4.7.2.v201101261720-8X8ZFXoFLWUl6wn5veAISx"/>
@@ -52,10 +35,7 @@
<unit id="org.eclipse.tptp.platform.probekit.feature.group" version="4.5.2.v201101271120-7H7BF8QAkF7B87RBVCFFD"/>
<unit id="org.eclipse.tptp.platform.commons.logging.feature.group" version="4.5.0.v201005032111-2-37w312116191612"/>
<unit id="org.eclipse.tptp.platform.jakarta.log4j.feature.group" version="4.5.0.v201005032111-217E7w312116191611"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<unit id="org.eclipse.emf.ecore.feature.group" version="2.7.0.v20110128-1409"/>
<unit id="org.eclipse.emf.feature.group" version="2.7.0.v20110128-1446"/>
<unit id="org.eclipse.emf.codegen.feature.group" version="2.6.0.v20110128-1446"/>
@@ -68,26 +48,19 @@
<unit id="org.eclipse.emf.edit.feature.group" version="2.7.0.v20110128-1446"/>
<unit id="org.eclipse.xsd.edit.feature.group" version="2.6.0.v20110128-1446"/>
<unit id="org.eclipse.xsd.feature.group" version="2.7.0.v20110128-1446"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.ide.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.birt.osgi.runtime.sdk.feature.group" version="4.0.0.v20101008-79--87aC-AFJ6i5OwkX7DtDlQnz-"/>
<unit id="org.eclipse.birt.feature.group" version="4.0.0.v20101013-CJ8h7AGS7-BwX_RBv07XxGDko6kN"/>
<unit id="org.eclipse.birt.integration.wtp.feature.group" version="4.0.0.v20110130-1818-5--7w3122124102929"/>
<unit id="org.eclipse.birt.chart.feature.group" version="4.0.0.v20101008-828L1FQCnvKA7YW2lWF7"/>
<unit id="org.eclipse.birt.chart.integration.wtp.feature.group" version="4.0.0.v20110130-1818-5--7w3122124102929"/>
- <!-- <repository location="http://download.eclipse.org/birt/update-site/4.0/"/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="com.ibm.icu.base.feature.group" version="1.1.0.v20090119-79318s73533B57"/>
<unit id="org.eclipse.equinox.server.core.feature.group" version="1.1.0.v20110124-7K7TF9wF7RZHQLKaPb13J93"/>
<unit id="org.eclipse.cvs.feature.group" version="1.3.100.v20110121-7B77FO-8sF7BA7FFU67UJ5"/>
@@ -120,10 +93,7 @@
<unit id="org.eclipse.equinox.server.servletbridge.feature.group" version="1.0.100.v20110124-42Bg9oB5856H5F"/>
<unit id="org.eclipse.equinox.server.simple.feature.group" version="1.0.100.v20110124-0830-44Eo8s7353574H2531"/>
<unit id="org.eclipse.rcp.feature.group" version="3.7.0.v20110121-9FB3FkSFr3P0Mkw1JZW_QpZ"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.birt.feature.group" version="4.0.0.v20101013-CJ8h7AGS7-BwX_RBv07XxGDko6kN"/>
+
<unit id="org.eclipse.datatools.connectivity.feature.feature.group" version="1.9.0.v201010181130-7C7e8gEt1Zwkp9kfkUGJsrNYJ73"/>
<unit id="org.eclipse.datatools.enablement.feature.feature.group" version="1.9.0.v201010181130-7J9B0BWwVM6y2z-fiIax-vy-Mg9L"/>
<unit id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version="1.9.0.v201010181130-2-07w31211518181A"/>
@@ -164,11 +134,7 @@
<unit version="1.4.0.v20100428-2315-479-9oB56N5BBR6LCA6" id="org.eclipse.emf.validation.feature.group"/>
<unit version="1.4.0.v20100428-2315-23-7w3121133502768" id="org.eclipse.emf.validation.ocl.feature.group"/>
<unit version="2.1.0.v20100606-1530-7A2-AkF7AG8PBU3BRLA" id="org.eclipse.m2m.qvt.oml.runtime.feature.group"/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <!-- WTP -->
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<unit id="org.eclipse.jst.jee" version="1.0.401.v201101130500"/>
<unit id="org.eclipse.wst.common.frameworks" version="1.2.0.v201003040800"/>
<unit id="org.eclipse.wst.common.project.facet.ui" version="1.4.200.v201101240054"/>
@@ -204,20 +170,11 @@
<unit id="org.eclipse.wst.web_core.feature.feature.group" version="3.3.0.v201010071250-7E7EFMRAJun6z0ky4qMUGvYO3c5N"/>
<unit id="org.eclipse.wst.ws_ui.feature.feature.group" version="3.3.0.v201010270400-7I7AFbIEtEoVBjgCmL1mrYpBplar"/>
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.3.0.v201010070622-7C7OFchF7RZHQLIePtMmWd"/>
- <!-- <repository location="http://download.eclipse.org/webtools/repository/indigo/"/> -->
- <!-- <repository location="http://download.eclipse.org/webtools/downloads/drops/R3.3.0/S-3.3.0M5-201..."/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.4.2.v201012211742"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.1.1.feature.group" version="2.1.1.v201012170127"/>
- <!-- <repository location="http://dl.google.com/eclipse/plugin/3.6/"/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
</location>
+
</locations>
<includeBundles>
<feature id="org.drools.eclipse.feature"/>
13 years, 10 months
JBoss Tools SVN: r29533 - in branches/3.3.indigo/build: target-platform and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-05 12:22:10 -0500 (Sat, 05 Mar 2011)
New Revision: 29533
Modified:
branches/3.3.indigo/build/parent/pom.xml
branches/3.3.indigo/build/target-platform/multiple.target
Log:
fix typo in parent pom; simplify target platform down to a single update site URL
Modified: branches/3.3.indigo/build/parent/pom.xml
===================================================================
--- branches/3.3.indigo/build/parent/pom.xml 2011-03-05 17:10:08 UTC (rev 29532)
+++ branches/3.3.indigo/build/parent/pom.xml 2011-03-05 17:22:10 UTC (rev 29533)
@@ -30,7 +30,7 @@
<target.platform.classifier.local>local
</target.platform.classifier.local>
- <jbosstools-nightly>http://download.jboss.org/jbosstools/updates/nightly/3.3.indigo/</jbosstools.update>
+ <jbosstools-nightly>http://download.jboss.org/jbosstools/updates/nightly/3.3.indigo/</jbosstools-nightly>
<jbosstools-target-site>http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/l...</jbosstools-target-site>
<!-- pass in your own path using -Dlocal.site=file://home/$user/trunk/build/target-platform/REPO/ -->
@@ -404,43 +404,6 @@
<enabled>true</enabled>
</releases>
</repository>
- <repository>
- <id>eclipse37</id>
- <url>http://download.eclipse.org/eclipse/updates/3.7milestones/
- </url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>m2eclipse</id>
- <url>http://m2eclipse.sonatype.org/sites/m2e/</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>m2eclipse-extras</id>
- <url>http://m2eclipse.sonatype.org/sites/m2e-extras/</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <!--repository> <id>jboss-xulrunner-1.9.2</id> <url>http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.2/
- </url> <layout>p2</layout> <snapshots> <enabled>true</enabled> </snapshots>
- <releases> <enabled>true</enabled> </releases> </repository -->
</repositories>
</profile>
Modified: branches/3.3.indigo/build/target-platform/multiple.target
===================================================================
--- branches/3.3.indigo/build/target-platform/multiple.target 2011-03-05 17:10:08 UTC (rev 29532)
+++ branches/3.3.indigo/build/target-platform/multiple.target 2011-03-05 17:22:10 UTC (rev 29533)
@@ -8,40 +8,23 @@
-->
<locations>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <!-- NOT <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.10.2.20100623-1649"/> -->
- <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.12.1.20110112-1712"/>
- <repository location="http://m2eclipse.sonatype.org/sites/m2e/"/>
+ <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo/"/>
</location>
+
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+ <repository location="http://download.jboss.org/jbosstools/updates/indigo/"/>
+
+ <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.12.1.20110112-1712"/>
<unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.11.1.20101108-1810"/>
- <repository location="http://m2eclipse.sonatype.org/sites/m2e-extras/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://eclipse.svnkit.com/1.3.x/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-s..."/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.eclipse.org/technology/subversive/0.7/weekly-site/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..."/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.mozilla.xulrunner.feature.feature.group" version="1.9.12.v20110120-2050-H36-CR1"/>
<unit id="org.mozilla.xpcom.feature.feature.group" version="1.9.12.v20110120-2050-H36-CR1"/>
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.eclipse.org/rt/ecf/3.4/site.p2"/>
- </location>
- <!-- TPTP 4.7.2 is EOL; can only get bits from Helios, not Indigo -->
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+ <!-- TPTP 4.7.2 is EOL; can only get bits from Helios, not Indigo -->
<unit id="org.eclipse.tptp.platform.profile.server.feature.group" version="4.5.2.v201101261720-7H7F4AkF7B88MAQCKJH"/>
<unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.2.v201101261720-797918s735435695C83"/>
<unit id="org.eclipse.tptp.platform.core.feature.group" version="4.7.2.v201101261720-8X8ZFXoFLWUl6wn5veAISx"/>
@@ -52,10 +35,7 @@
<unit id="org.eclipse.tptp.platform.probekit.feature.group" version="4.5.2.v201101271120-7H7BF8QAkF7B87RBVCFFD"/>
<unit id="org.eclipse.tptp.platform.commons.logging.feature.group" version="4.5.0.v201005032111-2-37w312116191612"/>
<unit id="org.eclipse.tptp.platform.jakarta.log4j.feature.group" version="4.5.0.v201005032111-217E7w312116191611"/>
- <repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<unit id="org.eclipse.emf.ecore.feature.group" version="2.7.0.v20110128-1409"/>
<unit id="org.eclipse.emf.feature.group" version="2.7.0.v20110128-1446"/>
<unit id="org.eclipse.emf.codegen.feature.group" version="2.6.0.v20110128-1446"/>
@@ -68,26 +48,19 @@
<unit id="org.eclipse.emf.edit.feature.group" version="2.7.0.v20110128-1446"/>
<unit id="org.eclipse.xsd.edit.feature.group" version="2.6.0.v20110128-1446"/>
<unit id="org.eclipse.xsd.feature.group" version="2.7.0.v20110128-1446"/>
- <repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.ide.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.3/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.birt.osgi.runtime.sdk.feature.group" version="4.0.0.v20101008-79--87aC-AFJ6i5OwkX7DtDlQnz-"/>
<unit id="org.eclipse.birt.feature.group" version="4.0.0.v20101013-CJ8h7AGS7-BwX_RBv07XxGDko6kN"/>
<unit id="org.eclipse.birt.integration.wtp.feature.group" version="4.0.0.v20110130-1818-5--7w3122124102929"/>
<unit id="org.eclipse.birt.chart.feature.group" version="4.0.0.v20101008-828L1FQCnvKA7YW2lWF7"/>
<unit id="org.eclipse.birt.chart.integration.wtp.feature.group" version="4.0.0.v20110130-1818-5--7w3122124102929"/>
- <!-- <repository location="http://download.eclipse.org/birt/update-site/4.0/"/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/birt/4.0/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="com.ibm.icu.base.feature.group" version="1.1.0.v20090119-79318s73533B57"/>
<unit id="org.eclipse.equinox.server.core.feature.group" version="1.1.0.v20110124-7K7TF9wF7RZHQLKaPb13J93"/>
<unit id="org.eclipse.cvs.feature.group" version="1.3.100.v20110121-7B77FO-8sF7BA7FFU67UJ5"/>
@@ -120,10 +93,7 @@
<unit id="org.eclipse.equinox.server.servletbridge.feature.group" version="1.0.100.v20110124-42Bg9oB5856H5F"/>
<unit id="org.eclipse.equinox.server.simple.feature.group" version="1.0.100.v20110124-0830-44Eo8s7353574H2531"/>
<unit id="org.eclipse.rcp.feature.group" version="3.7.0.v20110121-9FB3FkSFr3P0Mkw1JZW_QpZ"/>
- <repository location="http://download.eclipse.org/eclipse/updates/3.7milestones/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.birt.feature.group" version="4.0.0.v20101013-CJ8h7AGS7-BwX_RBv07XxGDko6kN"/>
+
<unit id="org.eclipse.datatools.connectivity.feature.feature.group" version="1.9.0.v201010181130-7C7e8gEt1Zwkp9kfkUGJsrNYJ73"/>
<unit id="org.eclipse.datatools.enablement.feature.feature.group" version="1.9.0.v201010181130-7J9B0BWwVM6y2z-fiIax-vy-Mg9L"/>
<unit id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version="1.9.0.v201010181130-2-07w31211518181A"/>
@@ -164,11 +134,7 @@
<unit version="1.4.0.v20100428-2315-479-9oB56N5BBR6LCA6" id="org.eclipse.emf.validation.feature.group"/>
<unit version="1.4.0.v20100428-2315-23-7w3121133502768" id="org.eclipse.emf.validation.ocl.feature.group"/>
<unit version="2.1.0.v20100606-1530-7A2-AkF7AG8PBU3BRLA" id="org.eclipse.m2m.qvt.oml.runtime.feature.group"/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/indigo/"/>
- </location>
- <!-- WTP -->
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<unit id="org.eclipse.jst.jee" version="1.0.401.v201101130500"/>
<unit id="org.eclipse.wst.common.frameworks" version="1.2.0.v201003040800"/>
<unit id="org.eclipse.wst.common.project.facet.ui" version="1.4.200.v201101240054"/>
@@ -204,20 +170,11 @@
<unit id="org.eclipse.wst.web_core.feature.feature.group" version="3.3.0.v201010071250-7E7EFMRAJun6z0ky4qMUGvYO3c5N"/>
<unit id="org.eclipse.wst.ws_ui.feature.feature.group" version="3.3.0.v201010270400-7I7AFbIEtEoVBjgCmL1mrYpBplar"/>
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.3.0.v201010070622-7C7OFchF7RZHQLIePtMmWd"/>
- <!-- <repository location="http://download.eclipse.org/webtools/repository/indigo/"/> -->
- <!-- <repository location="http://download.eclipse.org/webtools/downloads/drops/R3.3.0/S-3.3.0M5-201..."/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/webtools/3.3/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.4.2.v201012211742"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.1.1.feature.group" version="2.1.1.v201012170127"/>
- <!-- <repository location="http://dl.google.com/eclipse/plugin/3.6/"/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/gwt/201012211742/"/>
</location>
+
</locations>
<includeBundles>
<feature id="org.drools.eclipse.feature"/>
13 years, 10 months
JBoss Tools SVN: r29531 - in trunk/download.jboss.org/jbosstools/updates: helios and 14 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-05 11:54:42 -0500 (Sat, 05 Mar 2011)
New Revision: 29531
Added:
trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/
trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/.g...
trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/in...
trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/la...
trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/la...
trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/la...
Modified:
trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml
trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/index.html
trunk/download.jboss.org/jbosstools/updates/indigo/README.txt
trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml
trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/index.html
trunk/download.jboss.org/jbosstools/updates/target-platform/index.html
trunk/download.jboss.org/jbosstools/updates/target-platform/latest/index....
trunk/download.jboss.org/jbosstools/updates/target-platform_trunk/index.html
trunk/download.jboss.org/jbosstools/updates/target-platform_trunk/latest/...
Log:
update TP folders, requirements builders/index.html pages, and add new links to reqs from helios & indigo composite sites
Modified: trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml 2011-03-05 16:54:42 UTC (rev 29531)
@@ -7,15 +7,15 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1299020743000'/>
+<property name='p2.timestamp' value='1299342580000'/>
</properties>
<children size='7'>
<child location='http://download.jboss.org/jbosstools/updates/requirements/helios/20110225...'/>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/birt/2.6/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/birt/2.6.2/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/gwt/201012211742/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519...'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.3/'/>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/webtools/3.2/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/webtools/3.2.3/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/'/>
</children>
</repository>
Modified: trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml 2011-03-05 16:54:42 UTC (rev 29531)
@@ -7,15 +7,15 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1299020743000'/>
+<property name='p2.timestamp' value='1299342580000'/>
</properties>
<children size='7'>
<child location='http://download.jboss.org/jbosstools/updates/requirements/helios/20110225...'/>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/birt/2.6/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/birt/2.6.2/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/gwt/201012211742/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519...'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.3/'/>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/webtools/3.2/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/webtools/3.2.3/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/'/>
</children>
</repository>
Modified: trunk/download.jboss.org/jbosstools/updates/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/index.html 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/index.html 2011-03-05 16:54:42 UTC (rev 29531)
@@ -65,8 +65,9 @@
<li><a class=link href=nightly>Nightly Builds</a></li>
<br/>
<b>Target Platforms</b><br/>
-<li><a class=link href=target-platform>All JBoss Tools 3.2 dependencies in one update site</a> (for installing or developing)
-<li><a class=link href=target-platform_trunk>All JBoss Tools 3.3 dependencies in one update site</a> (for installing or developing)
+<li><a class=link href=target-platform>All JBoss Tools 3.2 dependencies in one update site</a> (for installing or developing with Eclipse 3.6)
+<li><a class=link href=target-platform_trunk>All JBoss Tools 3.3 dependencies in one update site</a> (for installing or developing with Eclipse 3.6)
+<li><a class=link href=target-platform_3.3.indigo>All JBoss Tools 3.3 dependencies in one update site</a> (for installing or developing with Eclipse 3.7) [experimental]
</ul>
<br/>
</td>
Modified: trunk/download.jboss.org/jbosstools/updates/indigo/README.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/indigo/README.txt 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/indigo/README.txt 2011-03-05 16:54:42 UTC (rev 29531)
@@ -1,14 +1,21 @@
Instead of mirroring Helios here, composite a site here from:
-<children size='7'>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/indigo/'/>
+<children size='14'>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/indigo/20110204...'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/birt/4.0/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/ecf/3.4M5/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/eclipse/3.7M5/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/emf/2.7M5/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/gwt/201012211742/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/0.12/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/orbit/S20110124...'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/subclipse/1.6/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/subversive/0.7....'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.3/'/>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/webtools/3.3/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/tptp/4.7/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/webtools/3.3M5/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/'/>
</children>
See /updates/requirements/indigo/README.txt for how to mirror from eclipse.org to here.
-See /updates/requirements/{birt,gwt,swtbot,webtools}/build.xml for how to mirror other sites.
+See /updates/requirements/{birt,gwt,swtbot,webtools,...}/build.xml for how to mirror other sites.
Modified: trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml 2011-03-05 16:54:42 UTC (rev 29531)
@@ -7,15 +7,22 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1299020743000'/>
+<property name='p2.timestamp' value='1299342580000'/>
</properties>
-<children size='7'>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/indigo/'/>
+<children size='14'>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/indigo/20110204...'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/birt/4.0/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/ecf/3.4M5/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/eclipse/3.7M5/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/emf/2.7M5/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/gwt/201012211742/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/0.12/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/orbit/S20110124...'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/subclipse/1.6/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/subversive/0.7....'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.3/'/>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/webtools/3.3/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/tptp/4.7/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/webtools/3.3M5/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/'/>
</children>
</repository>
Modified: trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml 2011-03-05 16:54:42 UTC (rev 29531)
@@ -7,15 +7,22 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1299020743000'/>
+<property name='p2.timestamp' value='1299342580000'/>
</properties>
-<children size='7'>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/indigo/'/>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/birt/4.0/'/>
+<children size='14'>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/indigo/20110204...'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/birt/4.0M5/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/ecf/3.4M5/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/eclipse/3.7M5/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/emf/2.7M5/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/gwt/201012211742/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/0.12/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/orbit/S20110124...'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/subclipse/1.6/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/subversive/0.7....'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.3/'/>
-<child location='http://download.jboss.org/jbosstools/updates/requirements/webtools/3.3/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/tptp/4.7/'/>
+<child location='http://download.jboss.org/jbosstools/updates/requirements/webtools/3.3M5/'/>
<child location='http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/'/>
</children>
</repository>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html 2011-03-05 16:54:42 UTC (rev 29531)
@@ -46,7 +46,7 @@
-->
<br/>
<ul>
-<li><a class=link href=4.0>4.0</a> (Indigo) </li>
+<li><a class=link href=4.0M5>4.0M5</a> (Indigo) </li>
<li><a class=link href=2.6>2.6</a> (Helios) </li>
</ul>
<br/>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html 2011-03-05 16:54:42 UTC (rev 29531)
@@ -46,7 +46,7 @@
-->
<br/>
<ul>
-<li><a class=link href=3.4>3.4</a> </li>
+<li><a class=link href=3.4M5>3.4M5</a> </li>
</ul>
<br/>
</td>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html 2011-03-05 16:54:42 UTC (rev 29531)
@@ -46,7 +46,7 @@
-->
<br/>
<ul>
-<li><a class=link href=3.7>3.7</a> </li>
+<li><a class=link href=3.7M5>3.7M5</a> </li>
</ul>
<br/>
</td>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml 2011-03-05 16:54:42 UTC (rev 29531)
@@ -5,7 +5,7 @@
-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
-consoleLog -nosplash -data /tmp
-application org.eclipse.ant.core.antRunner
- -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml"
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/build.xml"
or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
@@ -13,7 +13,7 @@
${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
-application org.eclipse.ant.core.antRunner \
- -f ~/RHDS/updates/requirements/m2eclipse/build.xml -Ddestination=/tmp/m2eclipse-repo
+ -f ~/RHDS/updates/requirements/emf/build.xml -Ddestination=/tmp/emf-repo
-->
<target name="mirror">
<property name="URL" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/" />
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/index.html 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/index.html 2011-03-05 16:54:42 UTC (rev 29531)
@@ -49,12 +49,19 @@
<h2>JBoss Tools 3.3 / Eclipse 3.7 Indigo / Web Tools 3.3</h2>
<li><a class=link href=indigo>indigo</a></li>
<li><a class=link href=birt/4.0>birt/4.0</a></li>
+<li><a class=link href=ecf>ecf</a></li>
+<li><a class=link href=eclipse>eclipse</a></li>
+<li><a class=link href=emf>emf</a></li>
<li><a class=link href=gwt>gwt</a></li>
+<li><a class=link href=m2eclipse>m2eclipse</a></li>
<li><a class=link href=orbit/S20110124210048>orbit/S20110124210048</a></li>
+<li><a class=link href=subclipse>subclipse</a></li>
+<li><a class=link href=subversive>subversive</a></li>
<li><a class=link href=swtbot/2.0.3>swtbot/2.0.3</a></li>
+<li><a class=link href=tptp>tptp/4.7</a></li>
<li><a class=link href=webtools/3.3>webtools/3.3</a></li>
<li><a class=link href=xulrunner-1.9.1.2>xulrunner-1.9.1.2</a></li>
-<li><a class=link href=xulrunner-1.9.2>xulrunner-1.9.2</a></li>
+<li><a class=link href=xulrunner-1.9.2>xulrunner-1.9.2</a> (?)</li>
<p>
<h2>JBoss Tools 3.2 / Eclipse 3.6 Helios / Web Tools 3.2</h2>
<li><a class=link href=helios>helios</a></li>
@@ -63,6 +70,7 @@
<li><a class=link href=orbit/R20100519200754>orbit/R20100519200754</a></li>
<li><a class=link href=thirdparty>thirdparty</a></li>
<li><a class=link href=swtbot-helios>swtbot-helios</a></li>
+<li><a class=link href=tptp>tptp/4.7</a></li>
<li><a class=link href=webtools/3.2>webtools/3.2</a></li>
<li><a class=link href=xulrunner-1.9.1.2>xulrunner-1.9.1.2</a></li>
<p>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml 2011-03-05 16:54:42 UTC (rev 29531)
@@ -5,7 +5,7 @@
-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
-consoleLog -nosplash -data /tmp
-application org.eclipse.ant.core.antRunner
- -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml"
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml"
or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
@@ -13,7 +13,7 @@
${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
-application org.eclipse.ant.core.antRunner \
- -f ~/RHDS/updates/requirements/m2eclipse/build.xml -Ddestination=/tmp/m2eclipse-repo
+ -f ~/RHDS/updates/requirements/subclipse/build.xml -Ddestination=/tmp/subclipse-repo
-->
<target name="mirror">
<property name="URL" value="http://subclipse.tigris.org/update_1.6.x" />
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/webtools/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/webtools/index.html 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/webtools/index.html 2011-03-05 16:54:42 UTC (rev 29531)
@@ -46,8 +46,8 @@
-->
<br/>
<ul>
-<li><a class=link href=3.3>3.3</a> (Indigo) </li>
-<li><a class=link href=3.2>3.2</a> (Helios) </li>
+<li><a class=link href=3.3M5>3.3M5</a> (Indigo) </li>
+<li><a class=link href=3.2.3>3.2.3</a> (Helios) </li>
</ul>
<br/>
</td>
Modified: trunk/download.jboss.org/jbosstools/updates/target-platform/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/target-platform/index.html 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/target-platform/index.html 2011-03-05 16:54:42 UTC (rev 29531)
@@ -1,6 +1,6 @@
<html>
<head>
-<meta http-equiv="refresh" content="0;url=http://download.jboss.org/jbosstools/updates/target-platform/latest/">
+<meta http-equiv="refresh" content="0;url=latest/">
</head>
</html>
Modified: trunk/download.jboss.org/jbosstools/updates/target-platform/latest/index....
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/target-platform/latest/index.... 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/target-platform/latest/index.... 2011-03-05 16:54:42 UTC (rev 29531)
@@ -27,7 +27,7 @@
<li>Eclipse Helios 3.6 / Web Tools 3.2 / other dependencies
<ul>
<li><a class=link href=../latest>latest target platform build</a> - point Eclipse at this site and install the <b>uncategorized</b> features</li>
-<li><a class=link href=../e361-wtp322.target.zip>latest target platform zip</a> (<a class=link href=e361-wtp322.target.zip.MD5>MD5</a>) - approx. 1.2 Gb</li>
+<li><a class=link href=../e362-wtp323.target.zip>latest target platform zip</a> (<a class=link href=e362-wtp323.target.zip.MD5>MD5</a>) - approx. 624 Mb</li>
</ul>
</ul>
</ul>
Added: trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/.g...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/.g... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/.g... 2011-03-05 16:54:42 UTC (rev 29531)
@@ -0,0 +1 @@
+*~
Added: trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/in...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/in... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/in... 2011-03-05 16:54:42 UTC (rev 29531)
@@ -0,0 +1,6 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0;url=latest/">
+</head>
+</html>
+
Added: trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/la...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/la... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/la... 2011-03-05 16:54:42 UTC (rev 29531)
@@ -0,0 +1 @@
+*~
Copied: trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/la... (from rev 29529, trunk/download.jboss.org/jbosstools/updates/target-platform_trunk/latest/...)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/la... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/la... 2011-03-05 16:54:42 UTC (rev 29531)
@@ -0,0 +1,51 @@
+<html>
+<head>
+<title>JBoss Tools Build Target Platform Update Site - Indigo (Eclipse 3.7 / Web Tools 3.3)</title>
+<style>
+@import url("../../../web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+<table marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"
+ cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2"><img
+ src="https://www.jboss.org/dms/tools/images/tools-banner.png" /></td>
+ </tr>
+ <tr>
+ <td>  </td>
+ </tr>
+ <tr>
+ <td>  </td>
+ <td>
+ <h2 class="title">JBoss Tools Build Target Platform Update Site - Indigo (Eclipse 3.7 / Web Tools 3.3)</h2>
+ <table width="100%">
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <br/>
+ <ul>
+<li>Eclipse Indigo Eclipse 3.7 / Web Tools 3.3/ other dependencies
+<ul>
+<li><a class=link href=../latest>latest target platform build</a> - point Eclipse at this site and install the <b>uncategorized</b> features</li>
+<li><a class=link href=../e37M5-wtp33M5.target.zip>latest target platform zip</a> (<a class=link href=e37M5-wtp33M5.target.zip.MD5>MD5</a>) - approx. 618 Mb</li>
+</ul>
+ </ul>
+ </ul>
+ <br/>
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Looking to download JBoss Tools? See <a class="link"
+ href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>. See also <a
+ href="http://www.jboss.org/tools/download/installation">Installation
+ methods</a>.</p>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</html>
Modified: trunk/download.jboss.org/jbosstools/updates/target-platform_trunk/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/target-platform_trunk/index.html 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/target-platform_trunk/index.html 2011-03-05 16:54:42 UTC (rev 29531)
@@ -1,6 +1,6 @@
<html>
<head>
-<meta http-equiv="refresh" content="0;url=http://download.jboss.org/jbosstools/updates/target-platform/latest/">
+<meta http-equiv="refresh" content="0;url=latest/">
</head>
</html>
Modified: trunk/download.jboss.org/jbosstools/updates/target-platform_trunk/latest/...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/target-platform_trunk/latest/... 2011-03-05 14:38:44 UTC (rev 29530)
+++ trunk/download.jboss.org/jbosstools/updates/target-platform_trunk/latest/... 2011-03-05 16:54:42 UTC (rev 29531)
@@ -27,7 +27,7 @@
<li>Eclipse Helios 3.6 / Web Tools 3.2 / other dependencies
<ul>
<li><a class=link href=../latest>latest target platform build</a> - point Eclipse at this site and install the <b>uncategorized</b> features</li>
-<li><a class=link href=../e361-wtp322.target.zip>latest target platform zip</a> (<a class=link href=e361-wtp322.target.zip.MD5>MD5</a>) - approx. 1.2 Gb</li>
+<li><a class=link href=../e362-wtp323.target.zip>latest target platform zip</a> (<a class=link href=e362-wtp323.target.zip.MD5>MD5</a>) - approx. 624 Mb</li>
</ul>
</ul>
</ul>
13 years, 10 months
JBoss Tools SVN: r29530 - in branches/jbosstools-3.2.x: jsf/plugins/org.jboss.tools.jsf and 8 other directories.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2011-03-05 09:38:44 -0500 (Sat, 05 Mar 2011)
New Revision: 29530
Modified:
branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/plugin.xml
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/plugin.xml
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.xml
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/plugin.xml
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf/plugin.xml
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/plugin.xml
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/plugin.xml
branches/jbosstools-3.2.x/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml
branches/jbosstools-3.2.x/struts/plugins/org.jboss.tools.struts.text.ext/plugin.xml
Log:
JBIDE-8049
*.inc content type JSP clash with PDT
Content Type related issue is fixed. Fixed for 3.2.1
Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/plugin.xml 2011-03-05 14:36:31 UTC (rev 29529)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/plugin.xml 2011-03-05 14:38:44 UTC (rev 29530)
@@ -239,6 +239,14 @@
<axis path="*/[http://java.sun.com/jsp/jstl/core]:redirect/url" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jstl/core]:import/url" />
+ <axis path="*/[http://java.sun.com/jstl/core]:redirect/url" />
+ <axis path="*/[http://java.sun.com/jsp/jstl/core]:import/url" />
+ <axis path="*/[http://java.sun.com/jsp/jstl/core]:redirect/url" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
@@ -581,6 +589,15 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.xml.XML_CLASS" />
</contenttypeidentifier>
+ <contenttypeidentifier id="jsf.facelet">
+ <partitiontype id="org.jboss.tools.common.text.ext.xml.XML_CLASS" />
+ </contenttypeidentifier>
+ <contenttypeidentifier id="jsf.facelet.composite">
+ <partitiontype id="org.jboss.tools.common.text.ext.xml.XML_CLASS" />
+ </contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.xml.XML_CLASS" />
+ </contenttypeidentifier>
<contenttypeidentifier id="org.eclipse.jst.j2ee.webDD">
<partitiontype id="org.jboss.tools.common.text.ext.xml.XML_CLASS" />
</contenttypeidentifier>
@@ -642,6 +659,10 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.hyperlink.xml.INCLUDE_FILE" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.hyperlink.xml.INCLUDE_FILE" />
+ </contenttypeidentifier>
+
</hyperlink>
</extension>
Modified: branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf/plugin.xml 2011-03-05 14:36:31 UTC (rev 29529)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf/plugin.xml 2011-03-05 14:38:44 UTC (rev 29530)
@@ -532,6 +532,9 @@
<contentType
id="org.eclipse.jst.jsp.core.jspsource">
</contentType>
+ <contentType
+ id="org.jboss.tools.jst.jsp.jspincludesource">
+ </contentType>
</rules>
</include>
</validator>
@@ -581,6 +584,10 @@
id="org.eclipse.jst.jsp.core.jspsource">
<partitionType id="org.eclipse.jst.jsp.DEFAULT_JSP"/>
</contentTypeIdentifier>
+ <contentTypeIdentifier
+ id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.eclipse.jst.jsp.DEFAULT_JSP"/>
+ </contentTypeIdentifier>
</validator>
</extension>
<extension
Modified: branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/plugin.xml 2011-03-05 14:36:31 UTC (rev 29529)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/plugin.xml 2011-03-05 14:38:44 UTC (rev 29530)
@@ -417,6 +417,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_LINK" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_LINK" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -450,6 +453,13 @@
<axis path="*/[http://java.sun.com/jsf/html]:graphicImage/name/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/html]:outputStylesheet/name/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:outputScript/name/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:graphicImage/name/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -467,6 +477,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_XMLNS" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_XMLNS" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -508,6 +521,15 @@
<axis path="*/[http://myfaces.apache.org/tomahawk]:commandLink/action/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/html]:commandButton/action/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:commandLink/action/" />
+
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:commandButton/action/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:commandLink/action/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -657,6 +679,43 @@
<axis path="*/[http://myfaces.apache.org/tomahawk]:selectOneRadio/converter/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/core]:converter/converterId/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:inputHidden/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:inputSecret/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:inputText/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:inputTextarea/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:outputFormat/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:outputLabel/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:outputLink/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:outputText/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:selectBooleanCheckbox/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:selectManyCheckbox/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:selectManyListbox/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:selectManyMenu/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:selectOneListbox/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:selectOneMenu/converter/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:selectOneRadio/converter/" />
+
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:inputHidden/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:inputSecret/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:inputText/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:inputTextarea/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:outputFormat/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:outputLabel/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:outputLink/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:outputText/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:selectBooleanCheckbox/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:selectManyCheckbox/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:selectManyListbox/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:selectManyMenu/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:selectOneListbox/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:selectOneMenu/converter/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:selectOneRadio/converter/" />
+ </partitionType>
+ </contentType>
+
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -682,6 +741,11 @@
<axis path="*/[http://java.sun.com/jsf/core]:validator/validatorId/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/core]:validator/validatorId/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -723,6 +787,15 @@
<axis path="*/[http://myfaces.apache.org/tomahawk]:message/for/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/html]:outputLabel/for/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:message/for/" />
+
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:outputLabel/for/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:message/for/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
id="org.jboss.tools.common.text.ext.jsf.hyperlink.JSPExprHyperlinkPartitioner"
@@ -759,6 +832,14 @@
<partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL" />
<partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_TEXT" />
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE" />
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_CONVERTER" />
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_NAVIGATION_CASE" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -784,6 +865,11 @@
<!--axis path="*/[http://java.sun.com/jsf/core]:loadBundle/basename/" /-->
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <!--axis path="*/[http://java.sun.com/jsf/core]:loadBundle/basename/" /-->
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -842,6 +928,14 @@
<axis path="*/[http://java.sun.com/jsf/core]:actionListener/type/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/core]:actionListener/type/" />
+ <axis path="*/[http://java.sun.com/jsf/core]:valueChangeListener/type/" />
+ <axis path="*/[http://java.sun.com/jsf/core]:actionListener/type/" />
+ <axis path="*/[http://java.sun.com/jsf/core]:actionListener/type/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -891,6 +985,17 @@
<axis path="*/[http://myfaces.apache.org/tomahawk]:graphicImage/url/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/html]:commandButton/image/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:graphicImage/value/" />
+ <axis path="*/img/src/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:graphicImage/url/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:commandButton/image/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:graphicImage/value/" />
+ <axis path="*/[http://myfaces.apache.org/tomahawk]:graphicImage/url/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -908,6 +1013,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_TAGLIB" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_TAGLIB" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -925,6 +1033,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_TAG_ATTRIBUTE" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_TAG_ATTRIBUTE" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -942,6 +1053,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT_NAME" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT_NAME" />
+ </contentType>
</hyperlinkPartitioner>
</extension>
@@ -1058,6 +1172,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_LOADBUNDLE" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_LOADBUNDLE" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1119,6 +1236,10 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_FORWARD" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_FORWARD" />
+ </contenttypeidentifier>
+
</hyperlink>
<hyperlink
@@ -1136,6 +1257,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_NAVIGATION_CASE" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_NAVIGATION_CASE" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1153,6 +1277,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_CONVERTER" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_CONVERTER" />
+ </contenttypeidentifier>
<contenttypeidentifier id="org.eclipse.jst.jsf.facesconfig.facesConfigFile">
<partitiontype id="org.jboss.tools.common.text.ext.xml.XML_CONVERTER" />
</contenttypeidentifier>
@@ -1188,6 +1315,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_VALIDATOR" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_VALIDATOR" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1205,6 +1335,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_FOR_ID" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_FOR_ID" />
+ </contenttypeidentifier>
</hyperlink>
<!-- Faces Config File -->
@@ -1241,6 +1374,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF_JSP_LINK" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF_JSP_LINK" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1258,6 +1394,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF2_JSP_LINK" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF2_JSP_LINK" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1275,6 +1414,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF_JSP_XMLNS" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF_JSP_XMLNS" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1292,6 +1434,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF_JSP_TAGLIB_DIRECTIVE" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF_JSP_TAGLIB_DIRECTIVE" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1309,6 +1454,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF_JSP_TAG_ATTRIBUTE" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF_JSP_TAG_ATTRIBUTE" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1326,6 +1474,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF_JSP_TAG_NAME" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSF_JSP_TAG_NAME" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1343,6 +1494,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.EXPRESSION" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.EXPRESSION" />
+ </contenttypeidentifier>
<contenttypeidentifier id="org.eclipse.core.runtime.xml">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.EXPRESSION" />
</contenttypeidentifier>
Modified: branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/plugin.xml 2011-03-05 14:36:31 UTC (rev 29529)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/plugin.xml 2011-03-05 14:38:44 UTC (rev 29530)
@@ -22,6 +22,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_ROOT" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_ROOT" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -39,6 +42,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.jsp.FACELETS_ATTRIBUTE_VALUE_WITH_EXPR" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.FACELETS_ATTRIBUTE_VALUE_WITH_EXPR" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -76,6 +82,14 @@
<axis path="*/[http://java.sun.com/jsf/facelets]:include/src/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/facelets]:composition/template/" />
+ <axis path="*/[http://java.sun.com/jsf/facelets]:decorate/template/" />
+ <axis path="*/[http://jboss.com/products/seam/taglib]:decorate/template/" />
+ <axis path="*/[http://java.sun.com/jsf/facelets]:include/src/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -137,6 +151,20 @@
<axis path="*/[http://java.sun.com/jsf/facelets]:param/value/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_TEXT" />
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/facelets]:component/id/" />
+ <axis path="*/[http://java.sun.com/jsf/facelets]:component/binding/" />
+ <axis path="*/[http://java.sun.com/jsf/facelets]:component/rendered/" />
+ <axis path="*/[http://java.sun.com/jsf/facelets]:define/name/" />
+ <axis path="*/[http://java.sun.com/jsf/facelets]:fragment/id/" />
+ <axis path="*/[http://java.sun.com/jsf/facelets]:fragment/binding/" />
+ <axis path="*/[http://java.sun.com/jsf/facelets]:insert/name/" />
+ <axis path="*/[http://java.sun.com/jsf/facelets]:param/name/" />
+ <axis path="*/[http://java.sun.com/jsf/facelets]:param/value/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -162,6 +190,11 @@
<axis path="*/[http://java.sun.com/jsf/facelets]:component/hotkey/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/facelets]:component/hotkey/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -232,6 +265,22 @@
<axis path="*/[http://java.sun.com/jsf/html]:*/enabledClass/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://java.sun.com/jsf/html]:*/columnClasses/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/footerClass/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/headerClass/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/rowClasses/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/captionClass/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/styleClass/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/errorClass/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/fatalClass/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/infoClass/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/warnClass/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/disabledClass/" />
+ <axis path="*/[http://java.sun.com/jsf/html]:*/enabledClass/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
</extension>
@@ -256,6 +305,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.FACELETS_CSS_CLASS" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.FACELETS_CSS_CLASS" />
+ </contenttypeidentifier>
</hyperlink>
</extension>
Modified: branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.xml 2011-03-05 14:36:31 UTC (rev 29529)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.xml 2011-03-05 14:38:44 UTC (rev 29530)
@@ -162,6 +162,44 @@
<axis path="*/[http://richfaces.org/rich]:inplaceSelect/saveControlIcon/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://richfaces.org/a4j]:include/viewId/" />
+ <axis path="*/[http://richfaces.org/a4j]:loadStyle/src/" />
+ <axis path="*/[http://richfaces.org/a4j]:commandButton/image/" />
+ <axis path="*/[http://richfaces.org/a4j]:loadScript/src/" />
+ <axis path="*/[http://richfaces.org/rich]:insert/src/" />
+ <axis path="*/[http://richfaces.org/rich]:menuGroug/icon/" />
+ <axis path="*/[http://richfaces.org/rich]:menuGroug/iconDisabled/" />
+ <axis path="*/[http://richfaces.org/rich]:menuGroug/iconFolder/" />
+ <axis path="*/[http://richfaces.org/rich]:menuGroug/iconFolderDisabled/" />
+ <axis path="*/[http://richfaces.org/rich]:menuItem/icon/" />
+ <axis path="*/[http://richfaces.org/rich]:menuItem/iconDisabled/" />
+ <axis path="*/[http://richfaces.org/rich]:tree/icon/" />
+ <axis path="*/[http://richfaces.org/rich]:tree/iconCollapsed/" />
+ <axis path="*/[http://richfaces.org/rich]:tree/iconExpanded/" />
+ <axis path="*/[http://richfaces.org/rich]:tree/iconLeaf/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconCollapsedGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconCollapsedTopGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconDisabledGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconDisabledItem/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconExpandedGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconExpandedTopGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconItem/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconTopDisabledGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconTopDisabledItem/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconTopItem/" />
+ <axis path="*/[http://richfaces.org/rich]:calendar/buttonIcon/" />
+ <axis path="*/[http://richfaces.org/rich]:calendar/buttonIconDisabled/" />
+ <axis path="*/[http://richfaces.org/rich]:comboBox/buttonIcon/" />
+ <axis path="*/[http://richfaces.org/rich]:comboBox/buttonIconDisabled/" />
+ <axis path="*/[http://richfaces.org/rich]:comboBox/buttonIconInactive/" />
+ <axis path="*/[http://richfaces.org/rich]:inplaceInput/cancelControlIcon/" />
+ <axis path="*/[http://richfaces.org/rich]:inplaceInput/saveControlIcon/" />
+ <axis path="*/[http://richfaces.org/rich]:inplaceSelect/cancelControlIcon/" />
+ <axis path="*/[http://richfaces.org/rich]:inplaceSelect/saveControlIcon/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -319,6 +357,44 @@
<axis path="*/[http://richfaces.org/rich]:inplaceSelect/saveControlIcon/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_LINK" >
+ <axis path="*/[http://richfaces.org/a4j]:include/viewId/" />
+ <axis path="*/[http://richfaces.org/a4j]:loadStyle/src/" />
+ <axis path="*/[http://richfaces.org/a4j]:commandButton/image/" />
+ <axis path="*/[http://richfaces.org/a4j]:loadScript/src/" />
+ <axis path="*/[http://richfaces.org/rich]:insert/src/" />
+ <axis path="*/[http://richfaces.org/rich]:menuGroug/icon/" />
+ <axis path="*/[http://richfaces.org/rich]:menuGroug/iconDisabled/" />
+ <axis path="*/[http://richfaces.org/rich]:menuGroug/iconFolder/" />
+ <axis path="*/[http://richfaces.org/rich]:menuGroug/iconFolderDisabled/" />
+ <axis path="*/[http://richfaces.org/rich]:menuItem/icon/" />
+ <axis path="*/[http://richfaces.org/rich]:menuItem/iconDisabled/" />
+ <axis path="*/[http://richfaces.org/rich]:tree/icon/" />
+ <axis path="*/[http://richfaces.org/rich]:tree/iconCollapsed/" />
+ <axis path="*/[http://richfaces.org/rich]:tree/iconExpanded/" />
+ <axis path="*/[http://richfaces.org/rich]:tree/iconLeaf/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconCollapsedGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconCollapsedTopGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconDisabledGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconDisabledItem/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconExpandedGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconExpandedTopGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconItem/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconTopDisabledGroup/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconTopDisabledItem/" />
+ <axis path="*/[http://richfaces.org/rich]:panelMenu/iconTopItem/" />
+ <axis path="*/[http://richfaces.org/rich]:calendar/buttonIcon/" />
+ <axis path="*/[http://richfaces.org/rich]:calendar/buttonIconDisabled/" />
+ <axis path="*/[http://richfaces.org/rich]:comboBox/buttonIcon/" />
+ <axis path="*/[http://richfaces.org/rich]:comboBox/buttonIconDisabled/" />
+ <axis path="*/[http://richfaces.org/rich]:comboBox/buttonIconInactive/" />
+ <axis path="*/[http://richfaces.org/rich]:inplaceInput/cancelControlIcon/" />
+ <axis path="*/[http://richfaces.org/rich]:inplaceInput/saveControlIcon/" />
+ <axis path="*/[http://richfaces.org/rich]:inplaceSelect/cancelControlIcon/" />
+ <axis path="*/[http://richfaces.org/rich]:inplaceSelect/saveControlIcon/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -340,6 +416,10 @@
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
@@ -539,6 +619,49 @@
<axis path="*/[http://richfaces.ajax4jsf.org/rich]:contextMenu/attachTo/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://richfaces.org/a4j]:*/focus/" />
+ <axis path="*/[https://ajax4jsf.dev.java.net/ajax]:*/focus/" />
+ <axis path="*/[http://richfaces.org/rich]:*/focus/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:*/focus/" />
+
+ <axis path="*/[http://richfaces.org/a4j]:*/reRender/" />
+ <axis path="*/[https://ajax4jsf.dev.java.net/ajax]:*/reRender/" />
+ <axis path="*/[http://richfaces.org/rich]:*/reRender/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:*/reRender/" />
+
+ <axis path="*/[http://richfaces.org/a4j]:*/status/" />
+ <axis path="*/[https://ajax4jsf.dev.java.net/ajax]:*/status/" />
+ <axis path="*/[http://richfaces.org/rich]:*/status/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:*/status/" />
+
+ <axis path="*/[http://richfaces.org/a4j]:*/for/" />
+ <axis path="*/[https://ajax4jsf.dev.java.net/ajax]:*/for/" />
+ <axis path="*/[http://richfaces.org/rich]:*/for/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:*/for/" />
+
+ <axis path="*/[http://richfaces.org/rich]:effect/targetId/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:effect/targetId/" />
+
+ <axis path="*/[http://richfaces.org/rich]:toggleControl/panelId/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:toggleControl/panelId/" />
+
+ <axis path="*/[http://richfaces.org/rich]:*/dragIndicator/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:*/dragIndicator/" />
+
+ <axis path="*/[http://richfaces.org/rich]:*/process/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:*/process/" />
+
+ <axis path="*/[http://richfaces.org/rich]:*/similarityGroupingId/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:*/similarityGroupingId/" />
+
+ <axis path="*/[http://richfaces.org/rich]:progressBar/reRenderAfterComplete/" />
+
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:componentControl/attachTo/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:contextMenu/attachTo/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -588,6 +711,17 @@
<axis path="*/[http://richfaces.ajax4jsf.org/rich]:*/rowKeyConverter/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://richfaces.org/a4j]:*/converter/" />
+ <axis path="*/[https://ajax4jsf.dev.java.net/ajax]:*/converter/" />
+ <axis path="*/[http://richfaces.org/rich]:*/converter/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:*/converter/" />
+
+ <axis path="*/[http://richfaces.org/rich]:*/rowKeyConverter/" />
+ <axis path="*/[http://richfaces.ajax4jsf.org/rich]:*/rowKeyConverter/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -981,6 +1115,103 @@
<axis path="*/[http://richfaces.org/rich]:*/nodeClass/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://richfaces.org/rich]:*/addButtonClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/activeClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/activeTabClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/buttonClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/buttonDisabledClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/buttonInactiveClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/barClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/bottomControlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/bodyClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/columnClasses/" />
+ <axis path="*/[http://richfaces.org/rich]:*/controlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/controlsClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/controlHoverClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/controlPressedClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/controlPressClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/cleanButtonClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/changedClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/changedHoverClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/copyAllControlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/copyControlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/contentClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/completeClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/dayStyleClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/decreaseClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/decreaseSelectedClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/disabledItemClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/disabledControlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/downControlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/disabledGroupClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/disabledClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/errorClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/errorLabelClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/errorMarkerClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/entryClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/footerClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/fileEntryClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/fileEntryControlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/fatalClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/fatalLabelClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/fatalMarkerClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/finishClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/headerClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/handleClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/handleSelectedClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/hoveredGroupClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/hoveredItemClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/highlightedClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/inputClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/inputDisabledClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/inputInactiveClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/itemClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/itemSelectedClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/increaseClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/increaseSelectedClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/iconClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/infoClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/infoLabelClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/infoMarkerClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/initialClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/listClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/labelClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/popupClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/rowClasses/" />
+ <axis path="*/[http://richfaces.org/rich]:*/removeAllControlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/removeControlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/remainClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/styleClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/selectItemClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/stopButtonClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/selectClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/sidebarClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/selectedClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/selectValueClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/separatorClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/uploadButtonClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/uploadListClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/upControlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/editClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/viewClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/viewHoverClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/tipClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/topControlClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/topGroupClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/topItemClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/tabClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/markerClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/warnClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/warnLabelClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/warnMarkerClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/groupClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/disabledTabClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/inactiveTabClass/" />
+ <axis path="*/[http://richfaces.org/rich]:*/nodeClass/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
</extension>
Modified: branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2011-03-05 14:36:31 UTC (rev 29529)
+++ branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2011-03-05 14:38:44 UTC (rev 29530)
@@ -59,6 +59,48 @@
type="preferencepages"
value="org.eclipse.wst.sse.ui.preferences.jsp.occurrences"
target="org.eclipse.jst.jsp.core.jspsource"/>
+
+ <sourceViewerConfiguration
+ class="org.jboss.tools.jst.jsp.JSPTextViewerConfiguration"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
+ <contentOutlineConfiguration
+ class="org.eclipse.jst.jsp.ui.views.contentoutline.JSPContentOutlineConfiguration"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
+ <propertySheetConfiguration
+ class="org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
+ <provisionalConfiguration
+ type="sourceeditingtexttools"
+ class="org.eclipse.jst.jsp.ui.internal.editor.JSPSourceEditingTextTools"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
+ <provisionalConfiguration
+ type="characterpairmatcher"
+ class="org.eclipse.jst.jsp.ui.internal.text.JSPDocumentRegionEdgeMatcher"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
+ <provisionalConfiguration
+ type="structuredtextfoldingprovider"
+ class="org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderJSP"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
+ <provisionalDefinition
+ type="preferencepages"
+ value="org.eclipse.wst.sse.ui.preferences.jsp"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
+ <provisionalDefinition
+ type="preferencepages"
+ value="org.eclipse.wst.sse.ui.preferences.jsp.source"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
+ <provisionalDefinition
+ type="preferencepages"
+ value="org.eclipse.wst.sse.ui.preferences.jsp.templates"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
+ <provisionalDefinition
+ type="preferencepages"
+ value="org.eclipse.wst.sse.ui.preferences.jsp.styles"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
+ <provisionalDefinition
+ type="preferencepages"
+ value="org.eclipse.wst.sse.ui.preferences.jsp.occurrences"
+ target="org.jboss.tools.jst.jsp.jspincludesource"/>
<sourceViewerConfiguration
class="org.jboss.tools.jst.jsp.HTMLTextViewerConfiguration"
@@ -196,6 +238,7 @@
matchingStrategy = "org.jboss.tools.common.core.resources.MatchingStrategyImpl"
extensions="jsp, jspf, jspx, tag, tagf">
<contentTypeBinding contentTypeId="org.eclipse.jst.jsp.core.jspsource"/>
+ <contentTypeBinding contentTypeId="org.jboss.tools.jst.jsp.jspincludesource"/>
</editor>
<editor
class="org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor"
@@ -538,24 +581,19 @@
</extension>
<extension
point="org.eclipse.core.runtime.contentTypes">
- <!--file-association
- content-type="org.eclipse.jst.jsp.core.jspsource"
- file-extensions="inc"/ -->
+ <content-type
+ id="org.jboss.tools.jst.jsp.jspincludesource"
+ name="%ContentType_JBossToolsINC"
+ base-type="org.eclipse.jst.jsp.core.jspsource"
+ describer="org.jboss.tools.jst.jsp.jspeditor.JSPIncludeContentDescriber"
+ file-extensions="inc"
+ priority="high"/>
+
<file-association
content-type="org.eclipse.wst.html.core.htmlsource"
file-extensions="jsf"/>
</extension>
- <extension point="org.eclipse.core.contenttype.contentTypes">
- <content-type id="org.eclipse.jst.jsp.core.jspsource"
- name="%ContentType_JBossToolsINC"
- base-type="org.eclipse.core.runtime.text"
- describer="org.jboss.tools.jst.jsp.jspeditor.JSPIncludeContentDescriber"
- file-extensions="inc"
- priority="normal"
- />
- </extension>
-
<extension
point="org.jboss.tools.common.model.resourceMapping">
<mapping
@@ -877,6 +915,16 @@
<partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
<partitionType id="org.eclipse.wst.css.STYLE" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.eclipse.wst.xml.XML_DEFAULT" />
+ <partitionType id="org.eclipse.wst.html.HTML_DEFAULT" />
+ <partitionType id="org.eclipse.jst.jsp.DEFAULT_JSP" />
+ <partitionType id="org.eclipse.jst.jsp.JSP_DIRECTIVE" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.DELIMITER" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
+ <partitionType id="org.eclipse.wst.css.STYLE" />
+ </contentType>
</proposalComputer>
<proposalComputer
activate="false"
@@ -895,6 +943,12 @@
<partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
<partitionType id="org.eclipse.wst.css.STYLE" />
</contentType>
+ <contentType id="jsf.facelet.composite">
+ <partitionType id="org.eclipse.wst.html.HTML_DEFAULT" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
+ <partitionType id="org.eclipse.wst.css.STYLE" />
+ </contentType>
</proposalComputer>
<proposalCategory
@@ -973,6 +1027,16 @@
<partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
<partitionType id="org.eclipse.wst.css.STYLE" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.eclipse.wst.xml.XML_DEFAULT" />
+ <partitionType id="org.eclipse.wst.html.HTML_DEFAULT" />
+ <partitionType id="org.eclipse.jst.jsp.DEFAULT_JSP" />
+ <partitionType id="org.eclipse.jst.jsp.JSP_DIRECTIVE" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.DELIMITER" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
+ <partitionType id="org.eclipse.wst.css.STYLE" />
+ </contentType>
</proposalComputer>
<proposalComputer
activate="false"
@@ -991,6 +1055,12 @@
<partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
<partitionType id="org.eclipse.wst.css.STYLE" />
</contentType>
+ <contentType id="jsf.facelet.composite">
+ <partitionType id="org.eclipse.wst.html.HTML_DEFAULT" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL" />
+ <partitionType id="org.eclipse.jst.jsp.SCRIPT.JSP_EL2" />
+ <partitionType id="org.eclipse.wst.css.STYLE" />
+ </contentType>
</proposalComputer>
</extension>
<extension
Modified: branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/plugin.xml 2011-03-05 14:36:31 UTC (rev 29529)
+++ branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/plugin.xml 2011-03-05 14:38:44 UTC (rev 29530)
@@ -23,27 +23,30 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.eclipse.wst.html.HTML_DEFAULT" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.eclipse.jst.jsp.JSP_DIRECTIVE" />
+ <partitionType id="org.eclipse.wst.html.HTML_DEFAULT" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
id="org.jboss.tools.common.text.ext.hyperlink.CSSClassHyperlinkPartitioner"
class="org.jboss.tools.jst.text.ext.hyperlink.CSSClassHyperlinkPartitioner">
<contentType id="org.eclipse.jst.jsp.core.jspsource">
- <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
- </partitionType>
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE" />
</contentType>
<contentType id="org.eclipse.wst.html.core.htmlsource">
- <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
- </partitionType>
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE" />
</contentType>
<contentType id="jsf.facelet">
- <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
- </partitionType>
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE" />
</contentType>
<contentType id="jsf.facelet.composite">
- <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
- </partitionType>
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE" />
+ </contentType>
</hyperlinkPartitioner>
<!--Maksim Areshkau, partitioner for *.taglib.xml files -->
@@ -80,6 +83,13 @@
<axis path="*/jsp:directive.taglib/prefix" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_ROOT"/>
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/jsp:directive.taglib/uri" />
+ <axis path="*/jsp:directive.taglib/prefix" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -90,6 +100,11 @@
<axis path="*/jsp:attribute/name/"/>
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/jsp:attribute/name/"/>
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -101,6 +116,12 @@
<axis path="*/h1/" ignoreCase="true"/>
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_ROOT">
+ <axis path="*/title/" ignoreCase="true"/>
+ <axis path="*/h1/" ignoreCase="true"/>
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -118,6 +139,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_ROOT" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_ROOT" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -135,6 +159,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT"/>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT"/>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -152,6 +179,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -169,6 +199,9 @@
<contentType id="jsf.facelet.composite">
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE"/>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE"/>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -179,6 +212,11 @@
<axis path="*/jsp:getProperty/property/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/jsp:getProperty/property/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -189,6 +227,11 @@
<axis path="*/jsp:setProperty/property/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/jsp:setProperty/property/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -200,6 +243,12 @@
<axis path="*/jsp:getProperty/name/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/jsp:setProperty/name/" />
+ <axis path="*/jsp:getProperty/name/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -212,6 +261,13 @@
<axis path="*/jsp:useBean/type/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/jsp:directive.page/import/" />
+ <axis path="*/jsp:useBean/class/" />
+ <axis path="*/jsp:useBean/type/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -261,6 +317,17 @@
<!--axis path="*/style/" /-->
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/link/*" ignoreCase="true"/>
+ </partitionType>
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT">
+ <axis path="*/link/*" ignoreCase="true"/>
+ </partitionType>
+ <partitionType id="com.ibm.sse.STYLE">
+ <!--axis path="*/style/" /-->
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -302,6 +369,24 @@
<axis path="*/link/href/" ignoreCase="true"/>
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <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/" />
+ <axis path="*/[http://java.sun.com/JSP/Page]:directive.page/errorPage/" />
+ <axis path="*/jsp:include/page/" />
+ <axis path="*/[http://java.sun.com/JSP/Page]:include/page/" />
+ <axis path="*/jsp:forward/page/" />
+ <axis path="*/[http://java.sun.com/JSP/Page]:forward/page/" />
+ <axis path="*/jsp:plugin/iepluginurl/" />
+ <axis path="*/[http://java.sun.com/JSP/Page]:plugin/iepluginurl/" />
+ <axis path="*/jsp:plugin/nspluginurl/" />
+ <axis path="*/[http://java.sun.com/JSP/Page]:plugin/nspluginurl/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<!-- End of Common HTML and/or JSP hyperlink partitioners -->
@@ -327,6 +412,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.CSS_CLASS" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.CSS_CLASS" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -364,6 +452,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_STYLESHEET_REL_LINK" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_STYLESHEET_REL_LINK" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -436,6 +527,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT_NAME" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT_NAME" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -444,6 +538,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_TAGLIB" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_TAGLIB" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -461,6 +558,9 @@
<contenttypeidentifier id="jsf.facelet.composite">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_XMLNS" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_XMLNS" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -469,6 +569,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_FOR_BEAN_ID" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_FOR_BEAN_ID" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -477,6 +580,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_BEAN_GET_PROPERTY" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_BEAN_GET_PROPERTY" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -485,6 +591,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_BEAN_SET_PROPERTY" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_BEAN_SET_PROPERTY" />
+ </contenttypeidentifier>
</hyperlink>
<!-- JSP -->
Modified: branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/plugin.xml 2011-03-05 14:36:31 UTC (rev 29529)
+++ branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/plugin.xml 2011-03-05 14:38:44 UTC (rev 29530)
@@ -94,6 +94,7 @@
<contexttype id="JSP_PAGE_CONTEXT_TYPE">
<contenttype id="org.eclipse.jst.jsp.core.jspsource" />
+ <contenttype id="org.jboss.tools.jst.jsp.jspincludesource" />
<contenttype id="org.eclipse.jst.jsp.core.jspfragmentsource"/>
<contenttype id="org.eclipse.jst.jsp.core.tagsource"/>
</contexttype>
@@ -185,6 +186,7 @@
nameFilter="*.jtpl">
</filter>
<contentTypeBinding contentTypeId="org.eclipse.jst.jsp.core.jspsource"/>
+ <contentTypeBinding contentTypeId="org.jboss.tools.jst.jsp.jspincludesource"/>
<contentTypeBinding contentTypeId="org.eclipse.jst.jsp.core.jspfragmentsource"/>
<contentTypeBinding contentTypeId="org.eclipse.jst.jsp.core.tagsource"/>
<markerId
Modified: branches/jbosstools-3.2.x/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml 2011-03-05 14:36:31 UTC (rev 29529)
+++ branches/jbosstools-3.2.x/seam/plugins/org.jboss.tools.seam.text.ext/plugin.xml 2011-03-05 14:38:44 UTC (rev 29530)
@@ -62,6 +62,12 @@
<axis path="*/[http://jboss.com/products/seam/taglib]:link/action/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jboss.com/products/seam/taglib]:button/action/" />
+ <axis path="*/[http://jboss.com/products/seam/taglib]:link/action/" />
+ </partitionType>
+ </contentType>
<contentType id="org.eclipse.wst.html.core.htmlsource">
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
<axis path="*/[http://jboss.com/products/seam/taglib]:button/action/" />
@@ -135,6 +141,9 @@
<contentType id="org.eclipse.jst.jsp.core.jspsource">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_EXPRESSION" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_EXPRESSION" />
+ </contentType>
<contentType id="org.eclipse.wst.html.core.htmlsource">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_EXPRESSION" />
</contentType>
@@ -217,6 +226,12 @@
<axis path="*/[http://jboss.com/products/seam/taglib]:link/view/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jboss.com/products/seam/taglib]:button/view/" />
+ <axis path="*/[http://jboss.com/products/seam/taglib]:link/view/" />
+ </partitionType>
+ </contentType>
<contentType id="org.eclipse.wst.html.core.htmlsource">
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
<axis path="*/[http://jboss.com/products/seam/taglib]:button/view/" />
@@ -257,6 +272,11 @@
<axis path="*/[http://jboss.com/products/seam/taglib]:graphicImage/value/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jboss.com/products/seam/taglib]:graphicImage/value/" />
+ </partitionType>
+ </contentType>
<contentType id="org.eclipse.wst.html.core.htmlsource">
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
<axis path="*/[http://jboss.com/products/seam/taglib]:graphicImage/value/" />
@@ -326,6 +346,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.seam.text.ext.SEAM_MESSAGES_BEAN" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.seam.text.ext.SEAM_MESSAGES_BEAN" />
+ </contenttypeidentifier>
<contenttypeidentifier id="org.eclipse.wst.html.core.htmlsource">
<partitiontype id="org.jboss.tools.seam.text.ext.SEAM_MESSAGES_BEAN" />
</contenttypeidentifier>
@@ -367,6 +390,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.seam.text.ext.SEAM_VIEW_LINK" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.seam.text.ext.SEAM_VIEW_LINK" />
+ </contenttypeidentifier>
<contenttypeidentifier id="org.eclipse.wst.html.core.htmlsource">
<partitiontype id="org.jboss.tools.seam.text.ext.SEAM_VIEW_LINK" />
</contenttypeidentifier>
Modified: branches/jbosstools-3.2.x/struts/plugins/org.jboss.tools.struts.text.ext/plugin.xml
===================================================================
--- branches/jbosstools-3.2.x/struts/plugins/org.jboss.tools.struts.text.ext/plugin.xml 2011-03-05 14:36:31 UTC (rev 29529)
+++ branches/jbosstools-3.2.x/struts/plugins/org.jboss.tools.struts.text.ext/plugin.xml 2011-03-05 14:38:44 UTC (rev 29530)
@@ -408,11 +408,13 @@
<contentType id="org.eclipse.jst.jsp.core.jspsource">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_LINK" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_LINK" />
+ </contentType>
<contentType id="org.eclipse.wst.html.core.htmlsource">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_LINK" />
</contentType>
</hyperlinkPartitioner>
-
<hyperlinkPartitioner
id="org.jboss.tools.common.text.ext.struts.hyperlink.JSPCSSClassHyperlinkPartitioner"
@@ -513,6 +515,102 @@
<axis path="*/[http://struts.apache.org/tags-html]:textarea/errorStyleClass/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:button/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:cancel/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:checkbox/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:checkbox/errorStyleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:file/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:file/errorStyleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:form/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:frame/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:hidden/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:image/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:img/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:link/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:multibox/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:multibox/errorStyleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:option/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:options/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:optionsCollection/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:password/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:password/errorStyleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:radio/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:radio/errorStyleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:reset/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:rewrite/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:select/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:select/errorStyleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:submit/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:text/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:text/errorStyleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:textarea/styleClass/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:textarea/errorStyleClass/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html-el]:button/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:cancel/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:checkbox/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:checkbox/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:file/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:file/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:form/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:frame/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:hidden/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:image/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:img/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:link/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:multibox/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:multibox/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:option/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:options/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:optionsCollection/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:password/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:password/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:radio/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:radio/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:reset/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:rewrite/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:select/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:select/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:submit/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:text/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:text/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:textarea/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:textarea/errorStyleClass/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html]:button/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:cancel/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:checkbox/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:checkbox/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:file/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:file/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:form/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:frame/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:hidden/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:image/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:img/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:link/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:multibox/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:multibox/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:option/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:options/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:optionsCollection/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:password/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:password/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:radio/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:radio/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:reset/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:rewrite/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:select/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:select/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:submit/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:text/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:text/errorStyleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:textarea/styleClass/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:textarea/errorStyleClass/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -531,6 +629,19 @@
<axis path="*/[http://struts.apache.org/tags-logic]:iterate/type/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:define/type/" />
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:define/type/" />
+ <axis path="*/[http://struts.apache.org/tags-bean]:define/type/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:form/type/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:form/type/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:form/type/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:iterate/type/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:iterate/type/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:iterate/type/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -564,6 +675,34 @@
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:frame/href/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:image/src/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:img/src/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:link/src/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:rewrite/href/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html-el]:frame/href/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:image/src/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:img/src/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:link/src/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:rewrite/href/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html]:frame/href/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:image/src/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:img/src/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:link/src/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:rewrite/href/" />
+
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:include/href/" />
+
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:include/href/" />
+
+ <axis path="*/[http://struts.apache.org/tags-bean]:include/href/" />
+
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<!--hyperlinkPartitioner
@@ -625,6 +764,51 @@
<axis path="*/[http://struts.apache.org/tags-logic]:redirect/page/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:frame/page/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:link/page/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:link/href/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:rewrite/page/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:image/page/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:img/page/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html-el]:frame/page/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:link/page/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:link/href/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:rewrite/page/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:image/page/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:img/page/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html]:frame/page/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:link/page/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:link/href/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:rewrite/page/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:image/page/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:img/page/" />
+
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:include/page/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:include/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:resource/name/" />
+
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:include/page/" />
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:include/name/" />
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:resource/name/" />
+
+ <axis path="*/[http://struts.apache.org/tags-bean]:include/page/" />
+ <axis path="*/[http://struts.apache.org/tags-bean]:include/name/" />
+ <axis path="*/[http://struts.apache.org/tags-bean]:resource/name/" />
+
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:redirect/href/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:redirect/page/" />
+
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:redirect/href/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:redirect/page/" />
+
+ <axis path="*/[http://struts.apache.org/tags-logic]:redirect/href/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:redirect/page/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -702,6 +886,78 @@
<axis path="*/[http://struts.apache.org/tags-bean]:write/bundle/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:button/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:cancel/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:checkbox/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:errors/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:file/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:frame/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:hidden/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:img/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:link/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:messages/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:multibox/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:option/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:password/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:radio/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:reset/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:select/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:submit/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:text/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:textarea/bundle/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html-el]:button/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:cancel/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:checkbox/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:errors/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:file/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:frame/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:hidden/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:img/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:link/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:messages/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:multibox/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:option/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:password/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:radio/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:reset/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:select/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:submit/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:text/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:textarea/bundle/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html]:button/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:cancel/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:checkbox/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:errors/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:file/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:frame/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:hidden/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:img/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:link/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:messages/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:multibox/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:option/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:password/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:radio/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:reset/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:select/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:submit/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:text/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:textarea/bundle/" />
+
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:message/bundle/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:write/bundle/" />
+
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:message/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:write/bundle/" />
+
+ <axis path="*/[http://struts.apache.org/tags-bean]:message/bundle/" />
+ <axis path="*/[http://struts.apache.org/tags-bean]:write/bundle/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -848,6 +1104,127 @@
<axis path="*/[http://struts.apache.org/tags-bean]:write/formatKey/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:button/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:button/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:cancel/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:cancel/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:checkbox/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:checkbox/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:errors/header/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:file/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:file/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:frame/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:hidden/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:hidden/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:img/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:img/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:link/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:messages/header/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:messages/footer/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:multibox/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:multibox/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:option/key/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:password/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:password/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:radio/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:radio/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:reset/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:reset/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:submit/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:submit/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:text/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:text/titleKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:textarea/altKey/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:textarea/titleKey/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html-el]:button/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:button/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:cancel/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:cancel/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:checkbox/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:checkbox/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:errors/header/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:file/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:file/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:frame/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:hidden/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:hidden/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:img/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:img/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:link/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:messages/header/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:messages/footer/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:multibox/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:multibox/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:option/key/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:password/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:password/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:radio/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:radio/errorKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:radio/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:reset/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:reset/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:submit/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:submit/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:text/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:text/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:textarea/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:textarea/titleKey/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html]:button/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:button/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:cancel/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:cancel/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:checkbox/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:checkbox/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:errors/header/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:errors/footer/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:file/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:file/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:frame/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:hidden/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:hidden/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:img/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:img/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:image/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:image/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:link/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:messages/header/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:messages/footer/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:multibox/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:multibox/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:option/key/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:password/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:password/errorKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:password/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:radio/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:radio/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:reset/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:reset/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:submit/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:submit/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:text/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:text/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:text/errorKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:textarea/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:textarea/titleKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:textarea/errorKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:select/altKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:select/errorKey/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:select/titleKey/" />
+
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:message/key/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:write/formatKey/" />
+
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:message/key/" />
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:write/formatKey/" />
+
+ <axis path="*/[http://struts.apache.org/tags-bean]:message/key/" />
+ <axis path="*/[http://struts.apache.org/tags-bean]:write/formatKey/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -913,6 +1290,67 @@
<axis path="*/[http://struts.apache.org/tags-html]:textarea/property/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:button/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:cancel/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:checkbox/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:errors/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:file/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:hidden/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:messages/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:multibox/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:optionsCollection/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:optionsCollection/label/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:optionsCollection/value/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:password/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:radio/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:reset/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:select/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:submit/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:text/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:textarea/property/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html-el]:button/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:cancel/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:checkbox/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:errors/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:file/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:hidden/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:messages/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:multibox/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:optionsCollection/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:optionsCollection/label/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:optionsCollection/value/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:password/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:radio/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:reset/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:select/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:submit/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:text/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:textarea/property/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html]:button/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:cancel/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:checkbox/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:errors/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:file/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:hidden/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:messages/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:multibox/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:optionsCollection/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:optionsCollection/label/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:optionsCollection/value/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:password/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:radio/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:reset/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:select/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:submit/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:text/property/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:textarea/property/" />
+ </partitionType>
+ </contentType>
+
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -951,6 +1389,39 @@
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:frame/forward/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:link/forward/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:rewrite/forward/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html-el]:frame/forward/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:link/forward/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:rewrite/forward/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html]:frame/forward/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:link/forward/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:rewrite/forward/" />
+
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:include/forward/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:struts/forward/" />
+
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:include/forward/" />
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:struts/forward/" />
+
+ <axis path="*/[http://struts.apache.org/tags-bean]:include/forward/" />
+ <axis path="*/[http://struts.apache.org/tags-bean]:struts/forward/" />
+
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:redirect/forward/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:redirect/forward/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:redirect/forward/" />
+
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:forward/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:forward/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:forward/name/" />
+
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -977,6 +1448,27 @@
<axis path="*/[http://struts.apache.org/tags-logic]:redirect/action/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:frame/action/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:link/action/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:rewrite/action/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html-el]:frame/action/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:link/action/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:rewrite/action/" />
+
+ <axis path="*/[http://struts.apache.org/tags-html]:frame/action/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:link/action/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:rewrite/action/" />
+
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:redirect/action/" />
+
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:redirect/action/" />
+
+ <axis path="*/[http://struts.apache.org/tags-logic]:redirect/action/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -989,6 +1481,13 @@
<axis path="*/[http://struts.apache.org/tags-html]:form/action/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-html]:form/action/" />
+ <axis path="*/[http://struts.apache.org/tags-html-el]:form/action/" />
+ <axis path="*/[http://struts.apache.org/tags-html]:form/action/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -1001,6 +1500,13 @@
<axis path="*/[http://struts.apache.org/tags-bean]:struts/formBean/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:struts/formBean/" />
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:struts/formBean/" />
+ <axis path="*/[http://struts.apache.org/tags-bean]:struts/formBean/" />
+ </partitionType>
+ </contentType>
<contentType id="org.eclipse.wst.xml.core.xmlsource">
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
<axis path="/form-validation/formset/form/name/" />
@@ -1028,6 +1534,13 @@
<axis path="*/[http://struts.apache.org/tags-bean]:struts/mapping/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:struts/mapping/" />
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:struts/mapping/" />
+ <axis path="*/[http://struts.apache.org/tags-bean]:struts/mapping/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -1082,6 +1595,55 @@
<axis path="*/[http://struts.apache.org/tags-logic]:present/name/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-bean]:write/name/" />
+ <axis path="*/[http://struts.apache.org/tags-bean-el]:write/name/" />
+ <axis path="*/[http://struts.apache.org/tags-bean]:write/name/" />
+
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:empty/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:equal/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:greaterEqual/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:greaterThan/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:iterate/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:lessEqual/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:lessThan/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:match/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:notEmpty/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:notEqual/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:notMatch/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:notPresent/name/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:present/name/" />
+
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:empty/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:equal/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:greaterEqual/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:greaterThan/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:iterate/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:lessEqual/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:lessThan/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:match/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:notEmpty/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:notEqual/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:notMatch/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:notPresent/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:present/name/" />
+
+ <axis path="*/[http://struts.apache.org/tags-logic]:empty/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:equal/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:greaterEqual/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:greaterThan/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:iterate/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:lessEqual/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:lessThan/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:match/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:notEmpty/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:notEqual/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:notMatch/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:notPresent/name/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:present/name/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -1132,6 +1694,51 @@
<axis path="*/[http://struts.apache.org/tags-logic]:present/property/" />
</partitionType>
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:empty/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:equal/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:greaterEqual/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:greaterThan/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:iterate/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:lessEqual/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:lessThan/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:match/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:notEmpty/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:notEqual/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:notMatch/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:notPresent/property/" />
+ <axis path="*/[http://jakarta.apache.org/struts/tags-logic]:present/property/" />
+
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:empty/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:equal/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:greaterEqual/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:greaterThan/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:iterate/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:lessEqual/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:lessThan/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:match/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:notEmpty/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:notEqual/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:notMatch/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:notPresent/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic-el]:present/property/" />
+
+ <axis path="*/[http://struts.apache.org/tags-logic]:empty/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:equal/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:greaterEqual/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:greaterThan/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:iterate/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:lessEqual/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:lessThan/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:match/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:notEmpty/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:notEqual/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:notMatch/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:notPresent/property/" />
+ <axis path="*/[http://struts.apache.org/tags-logic]:present/property/" />
+ </partitionType>
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -1317,6 +1924,9 @@
<contentType id="org.eclipse.jst.jsp.core.jspsource">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_TAGLIB" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_TAGLIB" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -1325,6 +1935,9 @@
<contentType id="org.eclipse.jst.jsp.core.jspsource">
<partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_TAG_ATTRIBUTE" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_TAG_ATTRIBUTE" />
+ </contentType>
</hyperlinkPartitioner>
<hyperlinkPartitioner
@@ -1333,6 +1946,9 @@
<contentType id="org.eclipse.jst.jsp.core.jspsource">
<partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT_NAME" />
</contentType>
+ <contentType id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ELEMENT_NAME" />
+ </contentType>
</hyperlinkPartitioner>
</extension>
@@ -1530,6 +2146,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_BUNDLE" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_BUNDLE" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1552,6 +2171,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_BUNDLE_KEY" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_BUNDLE_KEY" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1560,6 +2182,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_PROPERTY" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_PROPERTY" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1568,6 +2193,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_FORWARD" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_FORWARD" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1576,6 +2204,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_PAGE" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_PAGE" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1585,6 +2216,10 @@
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_ACTION" />
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_FORM_ACTION" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_ACTION" />
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_FORM_ACTION" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1593,6 +2228,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_RELATIVE_LINK" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.JSP_RELATIVE_LINK" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1601,6 +2239,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_LINK" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_LINK" />
+ </contenttypeidentifier>
<contenttypeidentifier id="org.eclipse.wst.html.core.htmlsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_LINK" />
</contenttypeidentifier>
@@ -1612,6 +2253,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_FORM_BEAN" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_FORM_BEAN" />
+ </contenttypeidentifier>
<contenttypeidentifier id="org.eclipse.wst.xml.core.xmlsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_FORM_BEAN" />
</contenttypeidentifier>
@@ -1629,6 +2273,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_ACTION_MAPPING" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_ACTION_MAPPING" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1637,6 +2284,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_BEAN_NAME" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_BEAN_NAME" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1645,6 +2295,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_LOGIC_PROPERTY" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_LOGIC_PROPERTY" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1723,6 +2376,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_TAGLIB_DIRECTIVE" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_TAGLIB_DIRECTIVE" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1731,6 +2387,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_TAG_ATTRIBUTE" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_TAG_ATTRIBUTE" />
+ </contenttypeidentifier>
</hyperlink>
<hyperlink
@@ -1739,6 +2398,9 @@
<contenttypeidentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_TAG_NAME" />
</contenttypeidentifier>
+ <contenttypeidentifier id="org.jboss.tools.jst.jsp.jspincludesource">
+ <partitiontype id="org.jboss.tools.common.text.ext.jsp.STRUTS_JSP_TAG_NAME" />
+ </contenttypeidentifier>
</hyperlink>
</extension>
13 years, 10 months