|
@@ -62,9 +62,10 @@
|
|
|
If this is not done in place, override ${out.dex.input.absolute.dir} */
|
|
If this is not done in place, override ${out.dex.input.absolute.dir} */
|
|
|
-->
|
|
-->
|
|
|
<target name="-post-compile">
|
|
<target name="-post-compile">
|
|
|
- <copy todir="assets/res">
|
|
|
|
|
- <fileset dir="../res" />
|
|
|
|
|
- </copy>
|
|
|
|
|
|
|
+ <delete dir="assets/res"/>
|
|
|
|
|
+ <copy todir="assets/res">
|
|
|
|
|
+ <fileset dir="../res" />
|
|
|
|
|
+ </copy>
|
|
|
</target>
|
|
</target>
|
|
|
|
|
|
|
|
<!-- Import the actual build file.
|
|
<!-- Import the actual build file.
|