mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
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