Skip to content

Commit

Permalink
Move the ant-contrib extensions to ant down into an ant tool bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 15, 2009
1 parent 906889d commit fb49747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
Location of externally supplied tool bundles.
-->
<property name="tools.dir" value="tools"/>
<property name="tools.ant" value="${tools.dir}/ant"/>
<property name="tools.metadatatool" value="${tools.dir}/metadatatool"/>
<property name="tools.xalan" value="${tools.dir}/xalan"/>

Expand All @@ -44,7 +45,7 @@
-->
<taskdef resource="net/sf/antcontrib/antlib.xml">
<classpath>
<pathelement location="${lib.dir}/ant-contrib-1.0b3.jar"/>
<pathelement location="${tools.ant}/lib/ant-contrib-1.0b3.jar"/>
</classpath>
</taskdef>

Expand Down
Binary file added tools/ant/lib/ant-contrib-1.0b3.jar
Binary file not shown.

0 comments on commit fb49747

Please sign in to comment.