Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmoller2011-03-21 22:18:15 +0000
committerjmoller2011-03-21 22:18:15 +0000
commit9d2c6bb2deac4cfbfa2b772551b67bac0586cf77 (patch)
tree38c7a2ee809bec555e703dac0f8942d4eb3e96fe
parent465cd6b6fce31443d75b9b3f1d6fddb2524ec33f (diff)
downloadwebtools.maps-9d2c6bb2deac4cfbfa2b772551b67bac0586cf77.tar.gz
webtools.maps-9d2c6bb2deac4cfbfa2b772551b67bac0586cf77.tar.xz
webtools.maps-9d2c6bb2deac4cfbfa2b772551b67bac0586cf77.zip
Bug 339771: Split WTP-specific schema type provider into separate plugin (plus test plugin)
-rw-r--r--releng.sourceediting/maps/xml-xpath2.map10
1 files changed, 6 insertions, 4 deletions
diff --git a/releng.sourceediting/maps/xml-xpath2.map b/releng.sourceediting/maps/xml-xpath2.map
index 528b01552..2de7e9e80 100644
--- a/releng.sourceediting/maps/xml-xpath2.map
+++ b/releng.sourceediting/maps/xml-xpath2.map
@@ -2,11 +2,13 @@
! This map file is for the WTP 3.3 release
! These bundles are currently being developed and released from the HEAD branch
-feature@org.eclipse.wst.xml.xpath2.processor.feature=v201102200555,: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=v201102200555,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature
+feature@org.eclipse.wst.xml.xpath2.processor.feature=v201103212215,: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=v201103212215,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature
-plugin@org.eclipse.wst.xml.xpath2.processor=v201103030203,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.xpath2.processor
-plugin@org.eclipse.wst.xml.xpath2.processor.tests=v201102262330,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/tests/org.eclipse.wst.xml.xpath2.processor.tests
+plugin@org.eclipse.wst.xml.xpath2.processor=v201103212215,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.xpath2.processor
+plugin@org.eclipse.wst.xml.xpath2.processor.tests=v201103212215,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/tests/org.eclipse.wst.xml.xpath2.processor.tests
+plugin@org.eclipse.wst.xml.xpath2.wtptypes=v201103212215,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.xpath2.wtptypes
+plugin@org.eclipse.wst.xml.xpath2.wtptypes.tests=v201103212215,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/tests/org.eclipse.wst.xml.xpath2.wtptypes.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=v201008230020,: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