257098 Setup build process for XML Security Tools
diff --git a/releng.wtpbuilder/buildtemplates/jaxws.properties b/releng.wtpbuilder/buildtemplates/jaxws.properties
index 338c57d..655b609 100644
--- a/releng.wtpbuilder/buildtemplates/jaxws.properties
+++ b/releng.wtpbuilder/buildtemplates/jaxws.properties
@@ -31,5 +31,5 @@
 longdescription=The Zip files includes the features and plugins for the WTP Incubator XML VEX Component.
 
 # testplugin is the "main" test plugin, which may "call" the others
-testplugin=org.eclipse.jst.cfx.tests
+testplugin=org.eclipse.jst.ws.cfx.tests
 
diff --git a/releng.wtpbuilder/distribution/jaxws.tests/testScripts/test.xml b/releng.wtpbuilder/distribution/jaxws.tests/testScripts/test.xml
index de91530..32690e8 100644
--- a/releng.wtpbuilder/distribution/jaxws.tests/testScripts/test.xml
+++ b/releng.wtpbuilder/distribution/jaxws.tests/testScripts/test.xml
@@ -105,10 +105,10 @@
             target="runtests">
             <param
                 name="testPlugin"
-                value="${org.eclipse.jst.cfx.tests}"/>
+                value="${org.eclipse.jst.ws.cfx.tests}"/>
             <param
                 name="report"
-                value="org.eclipse.jst.cfx.tests"/>
+                value="org.eclipse.jst.ws.cfx.tests"/>
         </antcall>
     </target>