Changed build.xml to accommodate for refactoring from ee3_common to

common
This commit is contained in:
Robotic-Brain 2013-09-01 16:35:31 +02:00
parent 3ca518e518
commit aeff4de5bb

View file

@ -18,7 +18,7 @@
<target name="prep">
<copy todir="${build.dir.development}\mcp\src\minecraft">
<fileset dir="${build.dir.development}\source\Equivalent-Exchange-3\ee3_common\" />
<fileset dir="${build.dir.development}\source\Equivalent-Exchange-3\common\" />
</copy>
</target>