Update build.xml

Unnecessary.
This commit is contained in:
Wliu 2012-11-28 21:46:53 -05:00
parent ef51bcb125
commit 50a50073c4

View file

@ -98,11 +98,6 @@
</fileset>
</unzip>
<!-- Copy the necessary jars -->
<copy todir="${mcp.dir}/jars">
<fileset dir="${files.minecraft.dir}"/>
</copy>
<!-- Change executables' permitions -->
<chmod file="${mcp.dir}/updatemd5.sh" perm="+x"/>
<chmod file="${mcp.dir}/recompile.sh" perm="+x"/>