Add mkdir to build ant script.

This commit is contained in:
James Roseborough
2012-05-28 13:56:06 +00:00
parent a59a34b5e0
commit 6c67f4565a

View File

@@ -13,6 +13,7 @@
<attribute name="zipname"/>
<attribute name="jars" default="**/*.jar"/>
<sequential>
<mkdir dir="lib"/>
<get src="http://luaj.sourceforge.net/lib/@{zipname}.tar.gz"
dest="lib/@{zipname}.tar.gz"/>
<gunzip src="lib/@{zipname}.tar.gz" dest="lib/@{zipname}.tar"/>