summaryrefslogtreecommitdiff
path: root/fetch.xml
diff options
context:
space:
mode:
authorJan Matèrne <jhm@apache.org>2016-11-08 08:36:13 +0100
committerJan Matèrne <jhm@apache.org>2016-11-08 08:36:13 +0100
commit74e57b25b3dbcf14aaeb501ba2eed67a82efebbc (patch)
treee92fb1118d56ffef4f5904adafc4671d310759c0 /fetch.xml
parent6d5eb30b4ae9a376ef1bd2668f8747154728bed4 (diff)
downloadant-74e57b25b3dbcf14aaeb501ba2eed67a82efebbc.tar.gz
Bugzilla-60349: add Ivy to fetch.xml
Diffstat (limited to 'fetch.xml')
-rw-r--r--fetch.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/fetch.xml b/fetch.xml
index 8442d2a14..89ca2cf4f 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -199,6 +199,12 @@ Set -Ddest=LOCATION on the command line
<echoproperties />
</target>
+ <target name="ivy"
+ description="load Ivy dependency manager"
+ depends="init">
+ <f2 project="org.apache.ivy" archive="ivy" />
+ </target>
+
<target name="logging"
description="load logging libraries"
depends="init">