Repository: ant Updated Branches: refs/heads/master 6d5eb30b4 -> 74e57b25b
Bugzilla-60349: add Ivy to fetch.xml Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/74e57b25 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/74e57b25 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/74e57b25 Branch: refs/heads/master Commit: 74e57b25b3dbcf14aaeb501ba2eed67a82efebbc Parents: 6d5eb30 Author: Jan Matèrne <[email protected]> Authored: Tue Nov 8 08:36:13 2016 +0100 Committer: Jan Matèrne <[email protected]> Committed: Tue Nov 8 08:36:13 2016 +0100 ---------------------------------------------------------------------- fetch.xml | 6 ++++++ lib/libraries.properties | 1 + 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/74e57b25/fetch.xml ---------------------------------------------------------------------- diff --git a/fetch.xml b/fetch.xml index 8442d2a..89ca2cf 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"> http://git-wip-us.apache.org/repos/asf/ant/blob/74e57b25/lib/libraries.properties ---------------------------------------------------------------------- diff --git a/lib/libraries.properties b/lib/libraries.properties index f2805fd..4b498a9 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
