Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-08-05 02:07:32 +0000
committerdavid_williams2010-08-05 02:07:32 +0000
commit0b00346fcc5a5923b144fd1063e7ee79b0a6bfc2 (patch)
tree336bdf08b5696ea106bfc5aba87b59889a2bb076
parent57ef3e519dccc64a110add77e0648e3df8d5e0cb (diff)
downloadwebtools.maps-0b00346fcc5a5923b144fd1063e7ee79b0a6bfc2.tar.gz
webtools.maps-0b00346fcc5a5923b144fd1063e7ee79b0a6bfc2.tar.xz
webtools.maps-0b00346fcc5a5923b144fd1063e7ee79b0a6bfc2.zip
tweeks to tests
-rw-r--r--releng/helios/maps/jsdttestdependency.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/releng/helios/maps/jsdttestdependency.xml b/releng/helios/maps/jsdttestdependency.xml
index 06afad79e..77547117c 100644
--- a/releng/helios/maps/jsdttestdependency.xml
+++ b/releng/helios/maps/jsdttestdependency.xml
@@ -117,7 +117,8 @@
value="eclipse"/>
</antcall>
<antcall
- target="getAndInstallDropins">
+ target="getAndInstallRepo">
+ <echo message="get and install repo"/>
<param
name="groupId"
value="eclipseTestFramework"/>
@@ -275,4 +276,25 @@
value="${base.install.dir}${dropinsFolder}"/>
</ant>
</target>
+ <target
+ name="getAndInstallRepo"
+ if="${groupId}.url">
+ <ant
+ antfile="${dependencyTargets}"
+ target="checkDependency">
+ <property
+ name="groupId"
+ value="${groupId}"/>
+ </ant>
+ <ant
+ antfile="${dependencyTargets}"
+ target="installRepo">
+ <property
+ name="groupId"
+ value="${groupId}"/>
+ <property
+ name="install.destination"
+ value="${base.install.dir}"/>
+ </ant>
+ </target>
</project> \ No newline at end of file

Back to the top