Ant is completely uneuseful without third-party libraries

This commit is contained in:
mittorn 2016-11-24 12:33:10 +00:00
parent 9c3ed99de2
commit fae4e066e9

View file

@ -75,9 +75,8 @@ Some custom apk with specific configuration have been
declared in default.properties. declared in default.properties.
--> -->
<!-- Replaces the target in tools\ant\build.xml --> <!-- Replaces the target in tools\ant\build.xml -->
<taskdef name="if" <import file="${sdk.dir}/tools/ant/build.xml" />
classname="com.android.ant.IfElseTask"
classpathref="android.antlibs" />
<if> <if>
<condition> <condition>
<isset property="test.version"/> <isset property="test.version"/>
@ -127,7 +126,6 @@ classpathref="android.antlibs" />
in order to avoid having your file be overridden by tools such as "android update project" in order to avoid having your file be overridden by tools such as "android update project"
--> -->
<!-- version-tag: 1 --> <!-- version-tag: 1 -->
<import file="${sdk.dir}/tools/ant/build.xml" />
</project> </project>