Skip to content
Snippets Groups Projects
Commit 1ca89729 authored by david_williams's avatar david_williams
Browse files

[175017] Update Dali Test scripts for Bug 175014

parent ff0067c1
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
default="get">
<target name="get">
<antcall target="getAndInstall">
<param name="groupId" value="orbitthirdparty" />
</antcall>
......@@ -41,13 +42,12 @@
name="groupId"
value="eclipseTestFramework" />
</antcall>
<antcall target="getAndInstallWSTTests" />
</target>
<target name="getAndInstall" unless="skipGetAndInstall">
<ant
antfile="${dependencyTargets}"
target="checkDependency">
......@@ -65,29 +65,7 @@
name="install.destination"
value="${base.install.dir}" />
</ant>
</target>
<target name="getAndInstallWSTTests">
<mkdir dir="${baseLocation}/plugins/_temp_"/>
<copy todir="${baseLocation}/plugins/_temp_">
<fileset dir="${baseLocation}/plugins">
<include name="org.eclipse.wst.common.tests.collector*/**"/>
</fileset>
<mapper type="merge" to="wst.common.tests.collector"/>
</copy>
<available property="skipGetAndInstall"
value="true"
file="${baseLocation}/plugins/_temp_/wst.common.tests.collector"
type="file" />
<delete dir="${baseLocation}/plugins/_temp_" failonerror="false" />
<antcall target="getAndInstall">
<param
name="groupId"
value="wstAutomatedTests" />
</antcall>
</target>
</project>
......@@ -26,9 +26,6 @@
<antcall target="getAndInstall">
<param name="groupId" value="wtp" />
</antcall>
<antcall target="getAndInstall">
<param name="groupId" value="wstAutomatedTests" />
</antcall>
<antcall target="getAndInstall">
<param name="groupId" value="eclipse" />
</antcall>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment