Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Hung2014-02-24 22:32:14 +0000
committerSteven Hung2014-02-24 22:32:14 +0000
commitf595968f42e58335887de5ddaaee325b0746e21a (patch)
treedd18aaa6d6695e2b79aca4c39919315d5081cd6e
parent23a8f45471f42c1d34b498ed09356ca0ab52d991 (diff)
downloadwebtools.maps-f595968f42e58335887de5ddaaee325b0746e21a.tar.gz
webtools.maps-f595968f42e58335887de5ddaaee325b0746e21a.tar.xz
webtools.maps-f595968f42e58335887de5ddaaee325b0746e21a.zip
[428960] Fix version error in WTP 3.6
-rw-r--r--releng.servertools/maps/jst-server-tests.map2
-rw-r--r--releng.servertools/maps/wst-server-component-features.map4
2 files changed, 3 insertions, 3 deletions
diff --git a/releng.servertools/maps/jst-server-tests.map b/releng.servertools/maps/jst-server-tests.map
index c42a6aef0..f8d50f622 100644
--- a/releng.servertools/maps/jst-server-tests.map
+++ b/releng.servertools/maps/jst-server-tests.map
@@ -6,7 +6,7 @@
plugin@org.eclipse.jst.server.core.tests=GIT,tag=v20130918_1710,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.tests.git,path=tests/org.eclipse.jst.server.core.tests
plugin@org.eclipse.jst.server.ui.tests=GIT,tag=v20130918_1710,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.tests.git,path=tests/org.eclipse.jst.server.ui.tests
-plugin@org.eclipse.jst.server.tomcat.core.tests=GIT,tag=v20140116_1506,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.tests.git,path=tests/org.eclipse.jst.server.tomcat.core.tests
+plugin@org.eclipse.jst.server.tomcat.core.tests=GIT,tag=v20140224_1720,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.tests.git,path=tests/org.eclipse.jst.server.tomcat.core.tests
plugin@org.eclipse.jst.server.tomcat.ui.tests=GIT,tag=v20130918_1710,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.tests.git,path=tests/org.eclipse.jst.server.tomcat.ui.tests
plugin@org.eclipse.jst.server.generic.tests=GIT,tag=v20130918_1710,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.tests.git,path=tests/org.eclipse.jst.server.generic.tests
diff --git a/releng.servertools/maps/wst-server-component-features.map b/releng.servertools/maps/wst-server-component-features.map
index a9214792d..808bb461e 100644
--- a/releng.servertools/maps/wst-server-component-features.map
+++ b/releng.servertools/maps/wst-server-component-features.map
@@ -3,10 +3,10 @@
! This map file is for the WTP 3.5.x releases. These bundles are currently
! being developed and released from the master stream
-feature@org.eclipse.wst.server_core.feature=GIT,tag=v20130918_1641,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.git,path=features/org.eclipse.wst.server_core.feature
+feature@org.eclipse.wst.server_core.feature=GIT,tag=v20140224_1728,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.git,path=features/org.eclipse.wst.server_core.feature
feature@org.eclipse.wst.server_sdk.feature=GIT,tag=v20130918_1641,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.git,path=features/org.eclipse.wst.server_sdk.feature
feature@org.eclipse.wst.server_tests.feature=GIT,tag=v20130918_1641,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.git,path=features/org.eclipse.wst.server_tests.feature
-feature@org.eclipse.wst.server_ui.feature=GIT,tag=v20130918_1641,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.git,path=features/org.eclipse.wst.server_ui.feature
+feature@org.eclipse.wst.server_ui.feature=GIT,tag=v20140224_1728,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.git,path=features/org.eclipse.wst.server_ui.feature
feature@org.eclipse.wst.server_userdoc.feature=GIT,tag=v20130918_1641,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.git,path=features/org.eclipse.wst.server_userdoc.feature
feature@org.eclipse.wst.server_adapters.feature=GIT,tag=v20131209_1622,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.git,path=features/org.eclipse.wst.server_adapters.feature
feature@org.eclipse.wst.server_adapters.sdk.feature=GIT,tag=v20130918_1641,repo=git://git.eclipse.org/gitroot/servertools/webtools.servertools.git,path=features/org.eclipse.wst.server_adapters.sdk.feature

Back to the top