Skip to content

Commit 0ecb642

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

File tree

12 files changed

+340
-531
lines changed

12 files changed

+340
-531
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
@@ -1035,7 +1035,7 @@
10351035
<mkdir dir="${dist.etc}"/>
10361036

10371037
<copy todir="${dist.lib}" file="${lib.dir}/README"/>
1038-
<copy todir="${dist.lib}" file="${lib.dir}/libraries.properties"/>
1038+
<copy todir="${dist.lib}" file="${basedir}/ivy.xml"/>
10391039

10401040
<copy todir="${dist.lib}">
10411041
<fileset dir="${src.dir}/etc/poms">
@@ -1150,7 +1150,7 @@
11501150
<include name="optional/junit*.jar"/>
11511151
<include name="optional/hamcrest*.jar"/>
11521152
<include name="README"/>
1153-
<include name="libraries.properties"/>
1153+
<include name="ivy.xml"/>
11541154
</fileset>
11551155
</copy>
11561156

0 commit comments

Comments
 (0)