trying to fix build due to ant versions incompatibility

This commit is contained in:
Leonid Shalupov
2012-05-07 19:09:56 +04:00
parent 0e435d5274
commit 31d2f6aa7c
+2 -3
View File
@@ -57,9 +57,8 @@
</untar> </untar>
<delete dir="dependencies/ant" failonerror="false"/> <delete dir="dependencies/ant" failonerror="false"/>
<untar src="dependencies/download/apache-ant-1.7.0-bin.tar.gz" dest="dependencies/ant" compression="gzip"> <untar src="dependencies/download/apache-ant-1.7.0-bin.tar.gz" dest="dependencies" compression="gzip" />
<cutdirsmapper dirs="1"/> <rename src="dependencies/apache-ant-1.7.0" dest="dependencies/ant" />
</untar>
</target> </target>
<macrodef name="execute_update"> <macrodef name="execute_update">