Added the ability to generate a jar from the ANT file

This commit is contained in:
Joe Bowser 2009-11-24 17:20:34 -08:00
parent 16dcbfbbfa
commit e75a908844

View File

@ -70,6 +70,9 @@
</concat>
</target>
<target name="jar" depends="move_files, compile">
<jar jarfile="phonegap.jar" basedir="bin/classes"/>
</target>
<target name="phonegap_debug" depends="move_files, debug">
</target>