[184819] Patch build scripts from Dali renaming
diff --git a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml
index b13ced9..d70ea47 100644
--- a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml
+++ b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml
@@ -378,16 +378,16 @@
 	</target>
 
 	<!-- Dali tests -->
-	<target name="jpa-utility-tests" description="Runs the org.eclipse.jpa.utility.tests test.xml">
+	<target name="jpt-utility-tests" description="Runs the org.eclipse.jpt.utility.tests test.xml">
 		<antcall target="runtests">
-			<param name="testPlugin" value="${org.eclipse.jpa.utility.tests}" />
-			<param name="report" value="org.eclipse.jpa.utility.tests" />
+			<param name="testPlugin" value="${org.eclipse.jpt.utility.tests}" />
+			<param name="report" value="org.eclipse.jpt.utility.tests" />
 		</antcall>
 	</target>
-	<target name="dali-core-tests" description="Runs the org.eclipse.jpa.core.tests test.xml">
+	<target name="dali-core-tests" description="Runs the org.eclipse.jpt.core.tests test.xml">
 		<antcall target="runtests">
-			<param name="testPlugin" value="${org.eclipse.jpa.core.tests}" />
-			<param name="report" value="org.eclipse.jpa.core.tests" />
+			<param name="testPlugin" value="${org.eclipse.jpt.core.tests}" />
+			<param name="report" value="org.eclipse.jpt.core.tests" />
 		</antcall>
 	</target>
 
@@ -485,14 +485,14 @@
 		<antcall target="wst-facets-tests" />
 
 
-		<echo message="Starting JPA Unit Tests" />
+		<echo message="Starting JPT Unit Tests" />
 
-		<echo message="Starting jpa-utility-tests" />
-		<antcall target="jpa-utility-tests" />
+		<echo message="Starting jpt-utility-tests" />
+		<antcall target="jpt-utility-tests" />
 		<echo message="Starting dali-core-tests" />
 		<antcall target="dali-core-tests" />
 
-		<echo message="Ended JPA Unit Tests" />
+		<echo message="Ended JPT Unit Tests" />
 
 		<echo message="Starting JSF Tests" />
 		<antcall target="jsf-tests" />