Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordacarver2009-01-29 03:47:09 +0000
committerdacarver2009-01-29 03:47:09 +0000
commit4d81e0d06806b74d0851ef2e04fdeab9cde71a88 (patch)
tree32b4f6591eb53ab5c34fb194f1256ed5bcc1819a
parent82678d4fecc32500f546938cd1936f4fafb280fe (diff)
downloadwebtools.maps-4d81e0d06806b74d0851ef2e04fdeab9cde71a88.tar.gz
webtools.maps-4d81e0d06806b74d0851ef2e04fdeab9cde71a88.tar.xz
webtools.maps-4d81e0d06806b74d0851ef2e04fdeab9cde71a88.zip
Xpath fixes, and XPath 2 Processor
-rw-r--r--releng.incubator.xsl/maps/xsl.map5
1 files changed, 3 insertions, 2 deletions
diff --git a/releng.incubator.xsl/maps/xsl.map b/releng.incubator.xsl/maps/xsl.map
index 5b10438c1..8408fa08c 100644
--- a/releng.incubator.xsl/maps/xsl.map
+++ b/releng.incubator.xsl/maps/xsl.map
@@ -5,11 +5,11 @@
! These bundles are currently being developed and released
! from the HEAD branch
-feature@org.eclipse.wst.xsl.feature=v200809171039,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/features/org.eclipse.wst.xsl.feature
+feature@org.eclipse.wst.xsl.feature=v200901282246,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/features/org.eclipse.wst.xsl.feature
feature@org.eclipse.wst.xsl_sdk.feature=v200808310406,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/features/org.eclipse.wst.xsl_sdk.feature
feature@org.eclipse.wst.xsl_tests.feature=v200808291249,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/features/org.eclipse.wst.xsl_tests.feature
-bundle@org.eclipse.wst.xml.xpath.ui=v200901191818,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/plugins/org.eclipse.wst.xml.xpath.ui
+bundle@org.eclipse.wst.xml.xpath.ui=v200901282246,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/plugins/org.eclipse.wst.xml.xpath.ui
bundle@org.eclipse.wst.xml.xpath.core=v200901141502,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/plugins/org.eclipse.wst.xml.xpath.core
bundle@org.eclipse.wst.xml.xpath.core.tests=v200811241248,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/tests/org.eclipse.wst.xml.xpath.core.tests
@@ -29,5 +29,6 @@ bundle@org.eclipse.wst.xsl.sdk.documentation=v200901101828,:pserver:anonymous@de
bundle@org.eclipse.wst.xsl.jaxp.debug=v200901120957,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/plugins/org.eclipse.wst.xsl.jaxp.debug
bundle@org.eclipse.wst.xsl.jaxp.debug.ui=v200901120957,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/plugins/org.eclipse.wst.xsl.jaxp.debug.ui
bundle@org.eclipse.wst.xsl.jaxp.launching=v200901122144,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/plugins/org.eclipse.wst.xsl.jaxp.launching
+bundle@org.eclipse.wst.xml.xpath2.processor=v200901282246,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,incubator/sourceediting/plugins/org.eclipse.wst.xml.xpath2.processor
!*************** \ No newline at end of file

Back to the top