Skip to content

Commit 548026c

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

13 files changed

+341
-532
lines changed

ReleaseInstructions

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Note: This document was adapted from the one created in the context of
126126

127127
10. Sign the distribution files
128128

129-
There are two aproaches, one uses Ant and a few libraries, the
129+
There are two approaches, one uses Ant and a few libraries, the
130130
other requires you to run gnupg manually. The first version didn't
131131
work for Stefan when he built the first release candidate for
132132
1.9.7.
File renamed without changes.
File renamed without changes.
File renamed without changes.

build.xml

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

10721072
<copy todir="${dist.lib}" file="${lib.dir}/README"/>
1073-
<copy todir="${dist.lib}" file="${lib.dir}/libraries.properties"/>
1073+
<copy todir="${dist.lib}" file="${basedir}/ivy.xml"/>
10741074

10751075
<copy todir="${dist.lib}">
10761076
<fileset dir="${src.dir}/etc/poms">
@@ -1185,7 +1185,7 @@
11851185
<include name="optional/junit*.jar"/>
11861186
<include name="optional/hamcrest*.jar"/>
11871187
<include name="README"/>
1188-
<include name="libraries.properties"/>
1188+
<include name="ivy.xml"/>
11891189
</fileset>
11901190
</copy>
11911191

0 commit comments

Comments
 (0)