astrid/build.xml: correct order of taskdefs for sdk-7

pull/14/head
Cezary Statkiewicz 14 years ago committed by Tim Su
parent d4237caebc
commit 0959e5239a

@ -34,6 +34,13 @@
should be checked in in Version Control Systems. -->
<property file="default.properties" />
<taskdef resource="net/sf/antcontrib/antlib.xml">
<classpath>
<pathelement location="antlib/ant-contrib-1.0b3.jar"/>
</classpath>
</taskdef>
<!-- Custom Android task to deal with the project target, and import the proper rules.
This requires ant 1.6.0 or above. -->
<path id="android.antlibs">
@ -64,12 +71,6 @@
-->
<setup />
<taskdef resource="net/sf/antcontrib/antlib.xml">
<classpath>
<pathelement location="antlib/ant-contrib-1.0b3.jar"/>
</classpath>
</taskdef>
<!-- amalgamate sources -->
<delete dir="${source.dir}" />
<mkdir dir="${source.dir}" />

Loading…
Cancel
Save