[164184] Add Dali distribution to WTP Builder R2.0
diff --git a/releng.wtpbuilder/distribution/dali.tests/testdependency.xml b/releng.wtpbuilder/distribution/dali.tests/testdependency.xml
index 4199104..ac1d87e 100644
--- a/releng.wtpbuilder/distribution/dali.tests/testdependency.xml
+++ b/releng.wtpbuilder/distribution/dali.tests/testdependency.xml
@@ -15,9 +15,6 @@
 	<target name="get">
 
 		<antcall target="getAndInstall">
-			<param name="groupId" value="wst" />
-		</antcall>
-		<antcall target="getAndInstall">
 			<param name="groupId" value="emf" />
 		</antcall>
 		<antcall target="getAndInstall">
@@ -27,6 +24,12 @@
 			<param name="groupId" value="jem" />
 		</antcall>
 		<antcall target="getAndInstall">
+			<param name="groupId" value="wst" />
+		</antcall>
+		<antcall target="getAndInstall">
+			<param name="groupId" value="dtp" />
+		</antcall>	
+		<antcall target="getAndInstall">
 			<param name="groupId" value="eclipse" />
 		</antcall>
 		<antcall target="getAndInstall">
@@ -37,9 +40,6 @@
 
 	<target name="getAndInstall">
 
-	    <echo message="dependencyTargets: ${dependencyTargets}" />
-	    <echo message="groupId: ${groupId}" />
-	
 		<ant antfile="${dependencyTargets}" target="checkDependency">
 			<property name="groupId" value="${groupId}" />
 		</ant>
@@ -47,6 +47,7 @@
 			<property name="groupId" value="${groupId}" />
 			<property name="install.destination" value="${base.install.dir}" />
 		</ant>
+		
 	</target>
 
 </project>