Well, that fixed the reobf, but now we're including the whole of multipart. This should stop that.
This commit is contained in:
parent
defe33eddd
commit
1d8e1f339e
1 changed files with 5 additions and 2 deletions
|
@ -62,7 +62,10 @@
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<copy todir="JarContents">
|
<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">
|
<fileset dir="${dir.development}resources">
|
||||||
<exclude name=".git/**"/>
|
<exclude name=".git/**"/>
|
||||||
|
|
Loading…
Reference in a new issue