[579557] Update Xalan launcher for cup runtime change Change-Id: I76b8b469a9c25f146870215e51d3836d84c129bc
diff --git a/xsl/bundles/org.eclipse.wst.xsl.jaxp.launching/schema/processor.exsd b/xsl/bundles/org.eclipse.wst.xsl.jaxp.launching/schema/processor.exsd index 73b4ecf..62e4cf2 100644 --- a/xsl/bundles/org.eclipse.wst.xsl.jaxp.launching/schema/processor.exsd +++ b/xsl/bundles/org.eclipse.wst.xsl.jaxp.launching/schema/processor.exsd
@@ -117,7 +117,7 @@ <!-- An adopter can specify the ${eclipse_orbit: } variable to indicate which eclipse bundle should be added to the class path. --> <processor - classpath="${eclipse_orbit:org.apache.xalan};${eclipse_orbit:org.apache.xml.serializer};${eclipse_orbit:org.apache.bcel};${eclipse_orbit:java_cup.runtime}" + classpath="${eclipse_orbit:org.apache.xalan};${eclipse_orbit:org.apache.xml.serializer};${eclipse_orbit:org.apache.bcel};${eclipse_orbit:java_cup-runtime}" id="org.eclipse.wst.xsl.launching.xalan.processor" label="%processor.label.1" processorTypeId="org.eclipse.wst.xsl.xalan.processorType"
diff --git a/xsl/bundles/org.eclipse.wst.xsl.xalan/META-INF/MANIFEST.MF b/xsl/bundles/org.eclipse.wst.xsl.xalan/META-INF/MANIFEST.MF index df49fc9..4b3fda5 100644 --- a/xsl/bundles/org.eclipse.wst.xsl.xalan/META-INF/MANIFEST.MF +++ b/xsl/bundles/org.eclipse.wst.xsl.xalan/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.eclipse.wst.xsl.xalan;singleton:=true -Bundle-Version: 1.1.0.qualifier +Bundle-Version: 1.1.100.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor.0
diff --git a/xsl/bundles/org.eclipse.wst.xsl.xalan/plugin.xml b/xsl/bundles/org.eclipse.wst.xsl.xalan/plugin.xml index 6a60297..0827db1 100644 --- a/xsl/bundles/org.eclipse.wst.xsl.xalan/plugin.xml +++ b/xsl/bundles/org.eclipse.wst.xsl.xalan/plugin.xml
@@ -34,7 +34,7 @@ <!-- An adopter can specify the ${eclipse_orbit: } variable to indicate which eclipse bundle should be added to the class path. --> <processor - classpath="${eclipse_orbit:org.apache.xalan};${eclipse_orbit:org.apache.xml.serializer};${eclipse_orbit:org.apache.bcel};${eclipse_orbit:java_cup.runtime}" + classpath="${eclipse_orbit:org.apache.xalan};${eclipse_orbit:org.apache.xml.serializer};${eclipse_orbit:org.apache.bcel};${eclipse_orbit:java_cup-runtime}" id="org.eclipse.wst.xsl.launching.xalan.processor" label="%processor.label.1" processorTypeId="org.eclipse.wst.xsl.xalan.processorType"
diff --git a/xsl/bundles/org.eclipse.wst.xsl.xalan/pom.xml b/xsl/bundles/org.eclipse.wst.xsl.xalan/pom.xml index 9f47489..de1b0db 100644 --- a/xsl/bundles/org.eclipse.wst.xsl.xalan/pom.xml +++ b/xsl/bundles/org.eclipse.wst.xsl.xalan/pom.xml
@@ -22,7 +22,7 @@ <groupId>org.eclipse.webtools.sourceediting</groupId> <artifactId>org.eclipse.wst.xsl.xalan</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <name>XSLT Xalan Plugin</name>
diff --git a/xsl/features/org.eclipse.wst.xsl.feature/feature.xml b/xsl/features/org.eclipse.wst.xsl.feature/feature.xml index 77f1d5f..b41b3c0 100644 --- a/xsl/features/org.eclipse.wst.xsl.feature/feature.xml +++ b/xsl/features/org.eclipse.wst.xsl.feature/feature.xml
@@ -11,11 +11,10 @@ Contributors: IBM Corporation - initial API and implementation --> - <feature id="org.eclipse.wst.xsl.feature" label="%featureName" - version="1.3.1200.qualifier" + version="1.3.1300.qualifier" provider-name="%providerName" plugin="org.eclipse.wst.xsl" license-feature="org.eclipse.license" @@ -133,6 +132,7 @@ install-size="0" version="0.0.0" unpack="false"/> + <plugin id="org.eclipse.wst.xsl.exslt.core" download-size="0"
diff --git a/xsl/features/org.eclipse.wst.xsl.feature/pom.xml b/xsl/features/org.eclipse.wst.xsl.feature/pom.xml index 468f39f..d85fd5d 100644 --- a/xsl/features/org.eclipse.wst.xsl.feature/pom.xml +++ b/xsl/features/org.eclipse.wst.xsl.feature/pom.xml
@@ -22,7 +22,7 @@ <groupId>org.eclipse.webtools.sourceediting</groupId> <artifactId>org.eclipse.wst.xsl.feature</artifactId> - <version>1.3.1200-SNAPSHOT</version> + <version>1.3.1300-SNAPSHOT</version> <packaging>eclipse-feature</packaging> <name>XSLT FeaturePlugin</name>