trying to fix build due to ant versions incompatibility
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user