2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-23 10:20:08 +01:00

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.
-->
<!-- Replaces the target in tools\ant\build.xml -->
<taskdef name="if"
classname="com.android.ant.IfElseTask"
classpathref="android.antlibs" />
<import file="${sdk.dir}/tools/ant/build.xml" />
<if>
<condition>
<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"
-->
<!-- version-tag: 1 -->
<import file="${sdk.dir}/tools/ant/build.xml" />
</project>