Add if task def

This commit is contained in:
mittorn 2016-11-24 12:25:25 +00:00
parent b0a4b00eb0
commit 9c3ed99de2

View file

@ -75,7 +75,9 @@ 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"
classname="com.android.ant.IfElseTask"
classpathref="android.antlibs" />
<if> <if>
<condition> <condition>
<isset property="test.version"/> <isset property="test.version"/>