diff --git a/archive/org.eclipse.wtp.releng/maps/jst-ws-tests.map b/archive/org.eclipse.wtp.releng/maps/jst-ws-tests.map
index ee163bd7ca386616c17ffaa43ea0df1548bc4b7b..cfd170405bd87aacfe4e7e46ab1c4f679a51d4f6 100644
--- a/archive/org.eclipse.wtp.releng/maps/jst-ws-tests.map
+++ b/archive/org.eclipse.wtp.releng/maps/jst-ws-tests.map
@@ -1,2 +1,2 @@
-plugin@org.eclipse.jst.ws.tests=v20050530_1740,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/ws/tests/org.eclipse.jst.ws.tests
+plugin@org.eclipse.jst.ws.tests=v20050606_1000,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/ws/tests/org.eclipse.jst.ws.tests
 plugin@org.eclipse.jst.ws.tests.performance=v20050517_0120,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/ws/tests/org.eclipse.jst.ws.tests.performance
\ No newline at end of file
diff --git a/archive/org.eclipse.wtp.releng/testScripts/test.properties b/archive/org.eclipse.wtp.releng/testScripts/test.properties
index a6bf9265c184a2c772fb29eac349ba576fd9f9aa..c832f0d496a64c5c15e6b20c5d28d48c80e3c727 100644
--- a/archive/org.eclipse.wtp.releng/testScripts/test.properties
+++ b/archive/org.eclipse.wtp.releng/testScripts/test.properties
@@ -58,6 +58,7 @@ org.eclipse.wst.css.ui.tests.performance=org.eclipse.wst.css.ui.tests.performanc
 org.eclipse.wst.html.ui.tests.performance=org.eclipse.wst.html.ui.tests.performance_1.0.0
 org.eclipse.wst.xml.ui.tests.performance=org.eclipse.wst.xml.ui.tests.performance_1.0.0
 
+org.eclipse.jst.ws.tests=org.eclipse.jst.ws.tests_1.0.0
 org.eclipse.jst.ws.tests.performance=org.eclipse.jst.ws.tests.performance_1.0.0
 
 org.eclipse.wst.wsdl.tests.performance=org.eclipse.wst.wsdl.tests.performance_1.0.0
diff --git a/archive/org.eclipse.wtp.releng/testScripts/test.xml b/archive/org.eclipse.wtp.releng/testScripts/test.xml
index e25a4c53e10297a590d9ff62912fc300d16de42e..6c187bf1dec6f3abf36879a71c2ab22ce2735fb5 100644
--- a/archive/org.eclipse.wtp.releng/testScripts/test.xml
+++ b/archive/org.eclipse.wtp.releng/testScripts/test.xml
@@ -392,6 +392,14 @@
 	</target>
 
 	<!-- WS TESTS -->
+
+	<target name="jst-ws-tests" description="Runs the org.eclipse.jst.ws.tests test.xml">
+		<antcall target="runtests">
+			<param name="testPlugin" value="${org.eclipse.jst.ws.tests}" />
+			<param name="report" value="org.eclipse.jst.ws.tests" />
+		</antcall>
+	</target>
+
 	<target name="jst-ws-perfTests" description="Runs the org.eclipse.jst.ws.tests.performance test.xml">
 		<antcall target="runtests">
 			<param name="testPlugin" value="${org.eclipse.jst.ws.tests.performance}" />
@@ -456,7 +464,7 @@
 		<antcall target="jst-servlet-tests" />
 		<antcall target="jst-validation-framework-tests" />
 		<antcall target="jst-jsp-tests" />
-		
+		<antcall target="jst-ws-tests" />
 	</target>
 
 	<target name="performance" depends="init">