Add deobf-data to setup env.

This commit is contained in:
LexManos 2013-07-03 18:22:06 -07:00
parent 30ec1e06c7
commit c3974de125
1 changed files with 7 additions and 0 deletions

View File

@ -311,6 +311,13 @@
<fileset dir="${mcp.srcdir}" />
</copy>
<antcall target="writeversion" />
<delete>
<fileset dir="${basedir}" includes="deobfuscation_data-*.lzma" />
</delete>
<antcall target="build-deobf-data" />
<copy todir="${common.src.dir}">
<fileset dir="${basedir}" includes="deobfuscation_data-*.lzma" />
</copy>
<antcall target="makeeclipse" />
<echo>Setup complete! You should now be able to open ${basedir}/eclipse as a workspace in eclipse and import/refresh the FML project</echo>
</target>