Browse Source

Bugzilla-60349: add Ivy to fetch.xml

master
Jan Matrne 8 years ago
parent
commit
74e57b25b3
2 changed files with 7 additions and 0 deletions
  1. +6
    -0
      fetch.xml
  2. +1
    -0
      lib/libraries.properties

+ 6
- 0
fetch.xml View File

@@ -199,6 +199,12 @@ Set -Ddest=LOCATION on the command line
<echoproperties /> <echoproperties />
</target> </target>


<target name="ivy"
description="load Ivy dependency manager"
depends="init">
<f2 project="org.apache.ivy" archive="ivy" />
</target>

<target name="logging" <target name="logging"
description="load logging libraries" description="load logging libraries"
depends="init"> depends="init">


+ 1
- 0
lib/libraries.properties View File

@@ -31,6 +31,7 @@ m2.repo=http://repo1.maven.org/maven2/


#versions of different libraries. Please keep in alphabetical order, except #versions of different libraries. Please keep in alphabetical order, except
#when a specific dependency forces them to be out-of-order #when a specific dependency forces them to be out-of-order
ivy.version=2.4.0
antlr.version=2.7.7 antlr.version=2.7.7
bcel.version=5.1 bcel.version=5.1
bsf.version=2.4.0 bsf.version=2.4.0


Loading…
Cancel
Save