Well, that fixed the reobf, but now we're including the whole of multipart. This should stop that.

This commit is contained in:
Ben Spiers 2013-09-27 03:13:01 +01:00
parent defe33eddd
commit 1d8e1f339e

View file

@ -62,7 +62,10 @@
</exec>
<copy todir="JarContents">
<fileset dir="${dir.mcp}/reobf/minecraft" excludes=".git/**" />
<fileset dir="${dir.mcp}/reobf/minecraft">
<exclude name=".git/**"/>
<exclude name="codechicken/**"/>
</fileset>
<fileset dir="${dir.development}resources">
<exclude name=".git/**"/>