more work on build script

This commit is contained in:
Robert Seifert 2013-04-21 02:55:21 -04:00
parent 9d378b53c0
commit c47fb4716e

View file

@ -17,14 +17,9 @@
<copy todir="${dir.development}">
<fileset dir="../Minecraft Forge/" />
</copy>
<!-- Download necessary files -->
<target name="download-files" depends="download-Dark-Library"/>
<!-- Download forge (if it doesn't exist) -->
<target name="download-Dark-Library">
<get src="https://github.com/DarkGuardsman/Dark-Library/archive/master.zip" dest="${download.dir}" usetimestamp="True"/>
<unzip dest="${download.dir}/unzip/.." src="${download.dir}/Dark-Library-master.zip/Dark-Library-master/"/>
</target>
<get src="https://github.com/DarkGuardsman/Dark-Library/archive/master.zip" dest="${download.dir}" usetimestamp="True"/>
<unzip dest="${download.dir}/unzip/.." src="${download.dir}/Dark-Library-master.zip/Dark-Library-master/"/>
<copy todir="${dir.mcp}/src/minecraft">