updating build script

This commit is contained in:
Robert Seifert 2013-05-02 03:27:14 -04:00
parent 0055839123
commit adbb7324cb
2 changed files with 7 additions and 23 deletions

6
.gitmodules vendored
View file

@ -1,6 +1,6 @@
[submodule "Universal-Electricity"]
path = Universal-Electricity
url = git@github.com:calclavia/Universal-Electricity.git
[submodule "Modding-Library"]
path = Modding-Library
url = git@github.com:calclavia/Modding-Library.git
[submodule "Dark-Library"]
path = Dark-Library
url = git@github.com:DarkGuardsman/Dark-Library.git

View file

@ -6,34 +6,18 @@
<property environment="env" />
<property name="file.EEjar" value="FluidMechanics_v${version.mod.major}.${version.mod.minor}.${version.mod.revis}.${env.BUILD_NUMBER}.jar" />
<target name="build">
<delete dir="contents" />
<delete dir="build" />
<delete dir="download" />
<delete dir="${dir.development}/forge" />
<copy todir="${dir.development}">
<fileset dir="../Minecraft Forge/" />
</copy>
<mkdir dir="download" />
<mkdir dir="download/unzip" />
<get src="https://github.com/DarkGuardsman/Dark-Library/archive/master.zip" dest="download" usetimestamp="True"/>
<unzip dest="download/unzip/.." src="download/master.zip"/>
<target name="build">
<copy todir="${dir.mcp}/src/minecraft">
<fileset dir="${dir.development}src">
<exclude name=".git/**"/>
<exclude name="**/*.xml"/>
</fileset>
<fileset dir="download/Dark-Library-master/src/minecraft/">
<fileset dir="${dir.development}Modding-Library/">
<exclude name=".git/**"/>
<exclude name="**/*.xml"/>
</fileset>
<fileset dir="${dir.development}../Universal Electricity/src">
<fileset dir="${dir.development}Dark-Library/src/minecraft/">
<exclude name=".git/**"/>
<exclude name="**/*.xml"/>
</fileset>