Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Sanchez2012-08-16 18:29:27 +0000
committerRoberto Sanchez2012-08-16 18:37:02 +0000
commitfb8825e534d57b8646918d69d9b69f8510c38330 (patch)
treefa3d0fcb3ceb7af870d148b8933ff77383149023
parent1ae1b8bc2f75c6e5f4681a371f8c3ede23924ce1 (diff)
downloadwebtools.maps-fb8825e534d57b8646918d69d9b69f8510c38330.tar.gz
webtools.maps-fb8825e534d57b8646918d69d9b69f8510c38330.tar.xz
webtools.maps-fb8825e534d57b8646918d69d9b69f8510c38330.zip
[387244] Validator is not called when server created if workspace is not empty
-rw-r--r--releng.common/maps/wst-common-component-features.map2
-rw-r--r--releng.common/maps/wst-common-core.map2
2 files changed, 2 insertions, 2 deletions
diff --git a/releng.common/maps/wst-common-component-features.map b/releng.common/maps/wst-common-component-features.map
index e528bf411..365d84862 100644
--- a/releng.common/maps/wst-common-component-features.map
+++ b/releng.common/maps/wst-common-component-features.map
@@ -5,7 +5,7 @@
! These bundles are currently being developed and released
! from the master branch
-feature@org.eclipse.wst.common_core.feature=GIT,tag=v201107190500,repo=git://git.eclipse.org/gitroot/webtools-common/webtools.common.git,path=features/org.eclipse.wst.common_core.feature
+feature@org.eclipse.wst.common_core.feature=GIT,tag=v201208161700,repo=git://git.eclipse.org/gitroot/webtools-common/webtools.common.git,path=features/org.eclipse.wst.common_core.feature
feature@org.eclipse.wst.common_sdk.feature=GIT,tag=v201107190500,repo=git://git.eclipse.org/gitroot/webtools-common/webtools.common.git,path=features/org.eclipse.wst.common_sdk.feature
feature@org.eclipse.wst.common_tests.feature=GIT,tag=v201202292245,repo=git://git.eclipse.org/gitroot/webtools-common/webtools.common.tests.git,path=features/org.eclipse.wst.common_tests.feature
feature@org.eclipse.wst.common_ui.feature=GIT,tag=v201203141800,repo=git://git.eclipse.org/gitroot/webtools-common/webtools.common.git,path=features/org.eclipse.wst.common_ui.feature
diff --git a/releng.common/maps/wst-common-core.map b/releng.common/maps/wst-common-core.map
index 4748fc80e..1b081a4af 100644
--- a/releng.common/maps/wst-common-core.map
+++ b/releng.common/maps/wst-common-core.map
@@ -16,7 +16,7 @@ plugin@org.eclipse.wst.common.uriresolver=GIT,tag=v201203071939,repo=git://git.e
plugin@org.eclipse.wst.internet.cache=GIT,tag=v201203071939,repo=git://git.eclipse.org/gitroot/webtools-common/webtools.common.git,path=plugins/org.eclipse.wst.internet.cache
-plugin@org.eclipse.wst.validation=GIT,tag=v201204260100,repo=git://git.eclipse.org/gitroot/webtools-common/webtools.common.git,path=plugins/org.eclipse.wst.validation
+plugin@org.eclipse.wst.validation=GIT,tag=v201208161700,repo=git://git.eclipse.org/gitroot/webtools-common/webtools.common.git,path=plugins/org.eclipse.wst.validation
plugin@org.eclipse.jem.util=GIT,tag=v201103021400,repo=git://git.eclipse.org/gitroot/webtools-common/webtools.common.git,path=plugins/org.eclipse.jem.util

Back to the top