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>
<delete dir="dependencies/ant" failonerror="false"/>
<untar src="dependencies/download/apache-ant-1.7.0-bin.tar.gz" dest="dependencies/ant" compression="gzip">
<cutdirsmapper dirs="1"/>
</untar>
<untar src="dependencies/download/apache-ant-1.7.0-bin.tar.gz" dest="dependencies" compression="gzip" />
<rename src="dependencies/apache-ant-1.7.0" dest="dependencies/ant" />
</target>
<macrodef name="execute_update">