Skip to content

Commit 59aef5e

Browse files
committed
Let’s use Ivy (properly!) and drop Maven Ant tasks + Commons OpenPGP
1 parent 4474cb3 commit 59aef5e

File tree

12 files changed

+340
-523
lines changed

12 files changed

+340
-523
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@
10501050
<mkdir dir="${dist.etc}"/>
10511051

10521052
<copy todir="${dist.lib}" file="${lib.dir}/README"/>
1053-
<copy todir="${dist.lib}" file="${lib.dir}/libraries.properties"/>
1053+
<copy todir="${dist.lib}" file="${basedir}/ivy.xml"/>
10541054

10551055
<copy todir="${dist.lib}">
10561056
<fileset dir="${src.dir}/etc/poms">
@@ -1165,7 +1165,7 @@
11651165
<include name="optional/junit*.jar"/>
11661166
<include name="optional/hamcrest*.jar"/>
11671167
<include name="README"/>
1168-
<include name="libraries.properties"/>
1168+
<include name="ivy.xml"/>
11691169
</fileset>
11701170
</copy>
11711171

0 commit comments

Comments
 (0)