add scala patching back in O.o

This commit is contained in:
MachineMuse 2013-08-06 14:24:43 -06:00
parent fcaaeb156e
commit 63f5ab86be

View file

@ -303,9 +303,9 @@
<target name="build" depends="extract-apis,copy-source" unless="already-compiled"> <target name="build" depends="extract-apis,copy-source" unless="already-compiled">
<!--<echo message="Applying Scala patches..."/>--> <echo message="Applying Scala patches..."/>
<!--<get src="http://overminddl1.com/minecraft/mcp_update_scala3.zip" dest="${download.dir}/scalapatch.zip"/>--> <get src="http://overminddl1.com/minecraft/mcp_update_scala3.zip" dest="${download.dir}/scalapatch.zip"/>
<!--<unzip src="${download.dir}/scalapatch.zip" dest="${mcp.dir}"/>--> <unzip src="${download.dir}/scalapatch.zip" dest="${mcp.dir}"/>
<!-- Recompile --> <!-- Recompile -->
<exec dir="${mcp.dir}" executable="cmd" osfamily="windows" failonerror="true"> <exec dir="${mcp.dir}" executable="cmd" osfamily="windows" failonerror="true">