Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-09-26 03:14:50 +0000
committerdavid_williams2010-09-26 03:14:50 +0000
commitce2623d7c58ba63b6041e1e88a56529712ee493b (patch)
treedb7557c2220e355152b5656a50533c8a68189984
parenta8958fe9ee20750e03c442656b60c43bd9d874e8 (diff)
downloadwebtools.maps-ce2623d7c58ba63b6041e1e88a56529712ee493b.tar.gz
webtools.maps-ce2623d7c58ba63b6041e1e88a56529712ee493b.tar.xz
webtools.maps-ce2623d7c58ba63b6041e1e88a56529712ee493b.zip
cleanup/make consistent
-rw-r--r--releng/helios/testdependency.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/releng/helios/testdependency.xml b/releng/helios/testdependency.xml
index 1b205c124..1d4ad9980 100644
--- a/releng/helios/testdependency.xml
+++ b/releng/helios/testdependency.xml
@@ -164,4 +164,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