Merge branch 'master' of github.com:todoroo/astrid

pull/14/head
Tim Su 14 years ago
commit 8d093d67e8

@ -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