Merge pull request from calclavia/patch-1

Fixes Mekanism causing constant broken builds
This commit is contained in:
Calclavia 2013-07-27 08:34:54 -07:00
commit fdb05ab9eb

View file

@ -18,7 +18,7 @@
<delete dir="${dir.development}/forge"/> <delete dir="${dir.development}/forge"/>
<copy todir="${dir.development}"> <copy todir="${dir.development}">
<fileset dir="../NEI/"/> <fileset dir="../Minecraft Forge Latest/"/>
</copy> </copy>
<copy todir="${dir.mcp}/src/minecraft"> <copy todir="${dir.mcp}/src/minecraft">
@ -108,4 +108,4 @@
<copy todir="output" file="build.properties"/> <copy todir="output" file="build.properties"/>
</target> </target>
</project> </project>