Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmoller2010-07-04 23:34:19 +0000
committerjmoller2010-07-04 23:34:19 +0000
commit0114d8a8f4cad9973506b690e2d518abc0f3f8bf (patch)
tree89cc804681399893e924c2044482028afa894304 /releng.sourceediting
parent71c9c3e9a63390037ea0630d88630a0212911619 (diff)
downloadwebtools.maps-0114d8a8f4cad9973506b690e2d518abc0f3f8bf.tar.gz
webtools.maps-0114d8a8f4cad9973506b690e2d518abc0f3f8bf.tar.xz
webtools.maps-0114d8a8f4cad9973506b690e2d518abc0f3f8bf.zip
Bug 280798: [xpath2] [hotbug] [patch] PsychoPath support for JDK 1.4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280798 Reversed v201007022332 due to Java 1.4 incompatibility with both 1.4 library (e.g. String.contains) and PDE build settings ('assert' marked as illegal identifier). Apologies for breaking the build!
Diffstat (limited to 'releng.sourceediting')
-rw-r--r--releng.sourceediting/maps/xml-xpath2.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng.sourceediting/maps/xml-xpath2.map b/releng.sourceediting/maps/xml-xpath2.map
index 007952588..b71972372 100644
--- a/releng.sourceediting/maps/xml-xpath2.map
+++ b/releng.sourceediting/maps/xml-xpath2.map
@@ -5,8 +5,8 @@
feature@org.eclipse.wst.xml.xpath2.processor.feature=v201006190303,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/features/org.eclipse.wst.xml.xpath2.processor.feature
feature@org.eclipse.wst.xml.xpath2.processor.sdk.feature=v201006190303,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature
-plugin@org.eclipse.wst.xml.xpath2.processor=v201007022332,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.xpath2.processor
-plugin@org.eclipse.wst.xml.xpath2.processor.tests=v201007022332,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/tests/org.eclipse.wst.xml.xpath2.processor.tests
+plugin@org.eclipse.wst.xml.xpath2.processor=v201006250054,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.xpath2.processor
+plugin@org.eclipse.wst.xml.xpath2.processor.tests=v201006250054,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/tests/org.eclipse.wst.xml.xpath2.processor.tests
plugin@org.eclipse.wst.xml.xpath2=v200910101444,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.xpath2
plugin@org.eclipse.wst.xml.xpath2.processor.sdk.doc=v201006012005,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc
plugin@org.eclipse.wst.xml.xpath2.processor.doc.user=v201005240426,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/docs/org.eclipse.wst.xml.xpath2.processor.doc.user

Back to the top