Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Reorder import of Ant tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 1, 2016
1 parent 0faaaa5 commit fae3924
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,6 @@
<property name="tools.xmlsectool" value="${tools.dir}/xmlsectool-2.0.0"/>
<property name="tools.xalan" value="${tools.dir}/xalan"/>

<!--
Additional ANT task definitions.
-->
<taskdef resource="net/sf/antcontrib/antlib.xml">
<classpath>
<pathelement location="${tools.ant}/lib/ant-contrib-1.0b3.jar"/>
</classpath>
</taskdef>

<!--
Full path to a commonly used temporary file.
-->
Expand Down Expand Up @@ -258,6 +249,15 @@
*************************************************
-->

<!--
Additional ANT task definitions.
-->
<taskdef resource="net/sf/antcontrib/antlib.xml">
<classpath>
<pathelement location="${tools.ant}/lib/ant-contrib-1.0b3.jar"/>
</classpath>
</taskdef>

<!--
Verification keystore.
-->
Expand Down

0 comments on commit fae3924

Please sign in to comment.