more work on build script

This commit is contained in:
Robert Seifert 2013-04-21 03:53:30 -04:00
parent 42dcdd1ade
commit 2bbd78f0f6

View file

@ -19,6 +19,7 @@
<mkdir dir="download" />
<mkdir dir="download/cc" />
<get src="https://github.com/DarkGuardsman/Dark-Library/archive/master.zip" dest="download" usetimestamp="True"/>
<unzip dest="download/unzip/.." src="download/master.zip"/>
<get src="http://ic2api.player.to:8080/job/IC2/lastSuccessfulBuild/artifact/packages/${dir.ic}" dest="download" usetimestamp="True"/>
@ -35,7 +36,7 @@
<exclude name="**/*.xml"/>
</fileset>
<fileset dir="${dir.development}../Universal Electricity/src/minecraft">
<fileset dir="${dir.development}../Universal Electricity/src">
<exclude name=".git/**"/>
<exclude name="**/*.xml"/>
</fileset>