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 Aug 12, 2018
1 parent ed567da commit 1850697
Show file tree
Hide file tree
Showing 12 changed files with 341 additions and 540 deletions.
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 @@ -1005,7 +1005,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 @@ -1120,7 +1120,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 1850697

Please sign in to comment.