Revert "No longer needed: ant-contrib"

This reverts commit fb51f562df.
pull/14/head
Tim Su 13 years ago
parent 4396195fcc
commit 3b8dce1b85

@ -50,6 +50,12 @@
unless="sdk.dir" unless="sdk.dir"
/> />
<taskdef resource="net/sf/antcontrib/antlib.xml">
<classpath>
<pathelement location="antlib/ant-contrib-1.0b3.jar"/>
</classpath>
</taskdef>
<!-- extension targets. Uncomment the ones where you want to do custom work <!-- extension targets. Uncomment the ones where you want to do custom work
in between standard targets --> in between standard targets -->
@ -327,7 +333,7 @@
<fileset file="../api/build.xml"/> <fileset file="../api/build.xml"/>
</subant> </subant>
</target> </target>
<target name="teardown"> <target name="teardown">
<replaceregexp file="res/values/keys.xml" <replaceregexp file="res/values/keys.xml"
match="fb_app_id&quot;&gt;.*&lt;" match="fb_app_id&quot;&gt;.*&lt;"

Loading…
Cancel
Save