diff --git a/archive/org.eclipse.wtp.releng/maps/wtp-feature.map b/archive/org.eclipse.wtp.releng/maps/wtp-feature.map
index 2418a8b448d243bc515e9a26fa42d0391de1cbb2..ecd25c10276a2672f952391520afcbcb554a5e19 100644
--- a/archive/org.eclipse.wtp.releng/maps/wtp-feature.map
+++ b/archive/org.eclipse.wtp.releng/maps/wtp-feature.map
@@ -3,7 +3,7 @@ feature@org.eclipse.wst.sdk=v20050418_1130,:pserver:anonymous@dev.eclipse.org:/h
 feature@org.eclipse.jst=v20050516_1710,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst
 feature@org.eclipse.jst.sdk=v20050418_1130,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.sdk
 feature@org.eclipse.wst.tests.feature=v20050420_1240,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/features/org.eclipse.wst.tests.feature
-feature@org.eclipse.wst.tests.performance.feature=v20050418_1130,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/features/org.eclipse.wst.tests.performance.feature
+feature@org.eclipse.wst.tests.performance.feature=v20050518_1429,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/features/org.eclipse.wst.tests.performance.feature
 feature@org.eclipse.jst.tests=v20050516_1315,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.tests
 feature@org.eclipse.jst.tests.performance.feature=v20050516_1315,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.tests.performance.feature
 
diff --git a/archive/org.eclipse.wtp.releng/testScripts/test.properties b/archive/org.eclipse.wtp.releng/testScripts/test.properties
index 9d4ef74cf6e2f5575c1e7fd64ee0d59484613938..fc6e98f340bb58ab19cb8d2f5051a92e66e24fd3 100644
--- a/archive/org.eclipse.wtp.releng/testScripts/test.properties
+++ b/archive/org.eclipse.wtp.releng/testScripts/test.properties
@@ -58,6 +58,8 @@ org.eclipse.wst.xml.ui.tests.performance=org.eclipse.wst.xml.ui.tests.performanc
 
 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
+
 # Tomcat dirs
 tomcat50Dir=jakarta-tomcat-5.0.28
 
diff --git a/archive/org.eclipse.wtp.releng/testScripts/test.xml b/archive/org.eclipse.wtp.releng/testScripts/test.xml
index d50c09cbc40ff8f68633ae311b186796643fc1a8..2a2c74d4ddd9e2077bed1b840a55f4c82b52fde0 100644
--- a/archive/org.eclipse.wtp.releng/testScripts/test.xml
+++ b/archive/org.eclipse.wtp.releng/testScripts/test.xml
@@ -391,6 +391,14 @@
 		</antcall>
 	</target>
 
+	<!-- wsdl performance tests -->
+	<target name="wst-wsdl-perfTests">
+		<antcall target="runtests">
+			<param name="testPlugin" value="${org.eclipse.wst.wsdl.tests.performance}" />
+			<param name="report" value="org.eclipse.wst.wsdl.tests.performance" />
+		</antcall>
+	</target>
+
 	<target name="all" depends="init">
 		<antcall target="wst-server-tests"/>
 		<antcall target="wst-monitor-tests"/>
@@ -420,6 +428,7 @@
 
 	<target name="performance" depends="init">
 		<antcall target="wst-common-perfTests"/>
+		<antcall target="wst-wsdl-perfTests"/>
 		<!--
 		<antcall target="all">
 			<param name="runAsPerfApp" value="true"/>