Skip to content

Commit

Permalink
Fix #2. Ant copy + filterset mangles binary files which do not contai…
Browse files Browse the repository at this point in the history
…n any of the strings to be filtered, but only on some versions of ant.

Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Jun 1, 2013
1 parent 2a1a3a5 commit 9fd9fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -183,6 +183,8 @@
</filterset>
</copy>

<copy todir="${classes.dir}" file="resources/mappings.bin"/>

<!-- Reset src dir to post-forge-install state -->
<delete dir="${mcpsrc.dir}/minecraft/me/nallar"/>

Expand Down

0 comments on commit 9fd9fc6

Please sign in to comment.