built version of core.zip, moving around the build setup

This commit is contained in:
benfry
2009-12-06 14:28:47 +00:00
parent b19c8b05b4
commit c4d32971bb
+6 -2
View File
@@ -10,7 +10,7 @@
<!-- this makes an assumption that the processing folder is checked out
at the same level as this folder. not a good assumption. -->
<zip destfile="../app/src/processing/app/tools/android/processing-core.zip">
<zip destfile="core.zip">
<fileset dir="core/bin" includes="processing/android/core/*.class" />
<fileset dir="core/bin" includes="processing/android/opengl/*.class" />
<fileset dir="core/bin" includes="processing/android/xml/*.class" />
@@ -18,8 +18,12 @@
<!-- copy file to bin folder as well, so that we don't
have to wait for eclipse to move things over. -->
<copy file="../app/src/processing/app/tools/android/processing-core.zip"
<!--
<copy file="core.zip"
tofile="../app/src/processing/app/tools/android/processing-core.zip"
<copy file="core.zip"
tofile="../app/bin/processing/app/tools/android/processing-core.zip" />
-->
</target>
</project>