correct build script
This commit is contained in:
parent
1b1e0d9eba
commit
599a90b23b
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,11 @@
|
|||
<property environment="env" />
|
||||
<property name="file.EEjar" value= "AssemblyLine_v${version.mod.major}.${version.mod.minor}.${version.mod.revis}.${env.BUILD_NUMBER}.jar" />
|
||||
|
||||
<target name="build">
|
||||
<target name="build">
|
||||
|
||||
<copy todir="${dir.development}">
|
||||
<fileset dir="../Minecraft Forge/" />
|
||||
</copy>
|
||||
|
||||
<copy todir="${dir.mcp}/src/minecraft">
|
||||
<fileset dir="${dir.development}src">
|
||||
|
|
Loading…
Reference in a new issue