This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Bugzilla-60349: add Ivy to fetch.xml
master
Jan Matrne
8 years ago
parent
6d5eb30b4a
commit
74e57b25b3
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
fetch.xml
+1
-0
lib/libraries.properties
+ 6
- 0
fetch.xml
View File
@@ -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">
+ 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
#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
Write
Preview
Loading…
Cancel
Save