forked from github/cordova-android
Added the ability to generate a jar from the ANT file
This commit is contained in:
parent
16dcbfbbfa
commit
e75a908844
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user