Skip to content

Commit

Permalink
Fix #2. Ant copy is mangling binary files for some reason on jenkins.
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Jun 1, 2013
1 parent 2a1a3a5 commit d3c4aaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.xml
Expand Up @@ -183,6 +183,11 @@
</filterset>
</copy>

<exec executable="cp" osfamily="unix">
<arg value="resources/mappings.bin"/>
<arg value="build/classes/mappings.bin"/>
</exec>

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

Expand Down

0 comments on commit d3c4aaa

Please sign in to comment.