Skip to content

Commit d9b2724

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

File tree

12 files changed

+335
-534
lines changed

12 files changed

+335
-534
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
@@ -990,7 +990,7 @@
990990
<mkdir dir="${dist.etc}"/>
991991

992992
<copy todir="${dist.lib}" file="${lib.dir}/README"/>
993-
<copy todir="${dist.lib}" file="${lib.dir}/libraries.properties"/>
993+
<copy todir="${dist.lib}" file="${basedir}/ivy.xml"/>
994994

995995
<copy todir="${dist.lib}">
996996
<fileset dir="${src.dir}/etc/poms">
@@ -1105,7 +1105,7 @@
11051105
<include name="optional/junit*.jar"/>
11061106
<include name="optional/hamcrest*.jar"/>
11071107
<include name="README"/>
1108-
<include name="libraries.properties"/>
1108+
<include name="ivy.xml"/>
11091109
</fileset>
11101110
</copy>
11111111

0 commit comments

Comments
 (0)