Fixing the build process, found Android 2.0 bugs

This commit is contained in:
Joe Bowser
2009-11-30 15:41:24 -08:00
parent c794756f70
commit 2c11550b30
4 changed files with 143 additions and 77 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
</target>
<target name="jar" depends="move_files, compile">
<jar jarfile="phonegap.jar" basedir="bin/classes"/>
<jar jarfile="phonegap.jar" basedir="bin/classes" excludes="**/R*.class" />
</target>
<target name="phonegap_debug" depends="move_files, debug">