more work on build script
This commit is contained in:
parent
42dcdd1ade
commit
2bbd78f0f6
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue