Skip to content

Commit 0cb2119

Browse files
committed
Let’s use Ivy (properly!) and drop Maven Ant tasks + Commons OpenPGP
1 parent d7c5185 commit 0cb2119

12 files changed

Lines changed: 341 additions & 544 deletions

File tree

File renamed without changes.
File renamed without changes.

build.xml

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

10161016
<copy todir="${dist.lib}" file="${lib.dir}/README"/>
1017-
<copy todir="${dist.lib}" file="${lib.dir}/libraries.properties"/>
1017+
<copy todir="${dist.lib}" file="${basedir}/ivy.xml"/>
10181018

10191019
<copy todir="${dist.lib}">
10201020
<fileset dir="${src.dir}/etc/poms">
@@ -1129,7 +1129,7 @@
11291129
<include name="optional/junit*.jar"/>
11301130
<include name="optional/hamcrest*.jar"/>
11311131
<include name="README"/>
1132-
<include name="libraries.properties"/>
1132+
<include name="ivy.xml"/>
11331133
</fileset>
11341134
</copy>
11351135

0 commit comments

Comments
 (0)