Changed build.xml to accommodate for refactoring from ee3_common to
common
This commit is contained in:
parent
3ca518e518
commit
aeff4de5bb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<target name="prep">
|
<target name="prep">
|
||||||
<copy todir="${build.dir.development}\mcp\src\minecraft">
|
<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>
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue