Skip to content

Commit

Permalink
Let’s use Ivy (properly!) and drop Maven Ant tasks + Commons OpenPGP
Browse files Browse the repository at this point in the history
  • Loading branch information
twogee committed Mar 8, 2020
1 parent c37f13d commit 548026c
Show file tree
Hide file tree
Showing 13 changed files with 341 additions and 532 deletions.
2 changes: 1 addition & 1 deletion ReleaseInstructions
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Note: This document was adapted from the one created in the context of

10. Sign the distribution files

There are two aproaches, one uses Ant and a few libraries, the
There are two approaches, one uses Ant and a few libraries, the
other requires you to run gnupg manually. The first version didn't
work for Stefan when he built the first release candidate for
1.9.7.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@
<mkdir dir="${dist.etc}"/>

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

<copy todir="${dist.lib}">
<fileset dir="${src.dir}/etc/poms">
Expand Down Expand Up @@ -1185,7 +1185,7 @@
<include name="optional/junit*.jar"/>
<include name="optional/hamcrest*.jar"/>
<include name="README"/>
<include name="libraries.properties"/>
<include name="ivy.xml"/>
</fileset>
</copy>

Expand Down
Loading

0 comments on commit 548026c

Please sign in to comment.