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 5566a8e commit d9b2724
Show file tree
Hide file tree
Showing 12 changed files with 335 additions and 534 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 @@ -990,7 +990,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 @@ -1105,7 +1105,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 d9b2724

Please sign in to comment.