Skip to content

Commit eacf4ad

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

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

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

10461046
<copy todir="${dist.lib}" file="${lib.dir}/README"/>
1047-
<copy todir="${dist.lib}" file="${lib.dir}/libraries.properties"/>
1047+
<copy todir="${dist.lib}" file="${basedir}/ivy.xml"/>
10481048

10491049
<copy todir="${dist.lib}">
10501050
<fileset dir="${src.dir}/etc/poms">
@@ -1159,7 +1159,7 @@
11591159
<include name="optional/junit*.jar"/>
11601160
<include name="optional/hamcrest*.jar"/>
11611161
<include name="README"/>
1162-
<include name="libraries.properties"/>
1162+
<include name="ivy.xml"/>
11631163
</fileset>
11641164
</copy>
11651165

0 commit comments

Comments
 (0)