add scala patching back in O.o
This commit is contained in:
parent
fcaaeb156e
commit
63f5ab86be
1 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue