Skip to content

Commit 37b4d9a

Browse files
committed
Let’s use Ivy (properly!) and drop Maven Ant tasks + Commons OpenPGP
1 parent 867ebc2 commit 37b4d9a

File tree

12 files changed

+341
-544
lines changed

12 files changed

+341
-544
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@
10111011
<mkdir dir="${dist.etc}"/>
10121012

10131013
<copy todir="${dist.lib}" file="${lib.dir}/README"/>
1014-
<copy todir="${dist.lib}" file="${lib.dir}/libraries.properties"/>
1014+
<copy todir="${dist.lib}" file="${basedir}/ivy.xml"/>
10151015

10161016
<copy todir="${dist.lib}">
10171017
<fileset dir="${src.dir}/etc/poms">
@@ -1126,7 +1126,7 @@
11261126
<include name="optional/junit*.jar"/>
11271127
<include name="optional/hamcrest*.jar"/>
11281128
<include name="README"/>
1129-
<include name="libraries.properties"/>
1129+
<include name="ivy.xml"/>
11301130
</fileset>
11311131
</copy>
11321132

0 commit comments

Comments
 (0)