Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmoller2010-08-23 22:07:23 +0000
committerjmoller2010-08-23 22:07:23 +0000
commit5d5611275c6b26fbc4271b04cc0ce95dcc2e652a (patch)
tree1bb47606689f156cbf535b32c85e9e91dc513603
parent58d46349757d9e507eef745d65e3dc6474b89010 (diff)
downloadwebtools.maps-5d5611275c6b26fbc4271b04cc0ce95dcc2e652a.tar.gz
webtools.maps-5d5611275c6b26fbc4271b04cc0ce95dcc2e652a.tar.xz
webtools.maps-5d5611275c6b26fbc4271b04cc0ce95dcc2e652a.zip
[Bug 280798] [xpath2] [hotbug] [patch] PsychoPath support for JDK 1.4
Re-checked the "double BREE" approach to getting 1.4 support, and released to 3.2.2 as per the discussion in the bug.
-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 b71972372..c86f85549 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=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.processor=v201008232306,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.xpath2.processor
+plugin@org.eclipse.wst.xml.xpath2.processor.tests=v201008232306,: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