diff options
| author | Jan Matèrne <jhm@apache.org> | 2016-11-08 08:36:13 +0100 |
|---|---|---|
| committer | Jan Matèrne <jhm@apache.org> | 2016-11-08 08:36:13 +0100 |
| commit | 74e57b25b3dbcf14aaeb501ba2eed67a82efebbc (patch) | |
| tree | e92fb1118d56ffef4f5904adafc4671d310759c0 | |
| parent | 6d5eb30b4ae9a376ef1bd2668f8747154728bed4 (diff) | |
| download | ant-74e57b25b3dbcf14aaeb501ba2eed67a82efebbc.tar.gz | |
Bugzilla-60349: add Ivy to fetch.xml
| -rw-r--r-- | fetch.xml | 6 | ||||
| -rw-r--r-- | lib/libraries.properties | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -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"> diff --git a/lib/libraries.properties b/lib/libraries.properties index f2805fd70..4b498a962 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -31,6 +31,7 @@ m2.repo=http://repo1.maven.org/maven2/ #versions of different libraries. Please keep in alphabetical order, except #when a specific dependency forces them to be out-of-order +ivy.version=2.4.0 antlr.version=2.7.7 bcel.version=5.1 bsf.version=2.4.0 |
