Temporarily scrapped the dev build

This commit is contained in:
Adubbz 2013-09-22 20:37:55 +10:00
parent b722e9b77a
commit ee8b857580
1 changed files with 2 additions and 5 deletions

View File

@ -143,9 +143,6 @@
<exec dir="${mcp.dir}" executable="python" osfamily="unix" resultproperty="recompile.code"> <exec dir="${mcp.dir}" executable="python" osfamily="unix" resultproperty="recompile.code">
<arg line="runtime/recompile.py" /> <arg line="runtime/recompile.py" />
</exec> </exec>
<mkdir dir="recompiled"/>
<javac srcdir="${mcp.dir}/src/minecraft/" destdir="recompiled"/>
<echo message="Removing source" /> <echo message="Removing source" />
<delete includeemptydirs="true"> <delete includeemptydirs="true">
@ -207,8 +204,8 @@
<echo message="Packaging BiomesOPlenty Dev" /> <echo message="Packaging BiomesOPlenty Dev" />
<zip destfile="${dist.dir}/${dev.name}"> <zip destfile="${dist.dir}/${dev.name}">
<fileset dir="recompiled" includes="**/biomesoplenty/**" /> <!-- <fileset dir="recompiled" includes="**/biomesoplenty/**" /> -->
<!-- <fileset dir="${mcp.dir}/src/minecraft" includes="**/biomesoplenty/api/**" /> --> <fileset dir="${mcp.dir}/src/minecraft" includes="**/biomesoplenty/api/**" />
</zip> </zip>
<echo message="Renaming BiomesOPlenty Changelog" /> <echo message="Renaming BiomesOPlenty Changelog" />