mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +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>
|
</concat>
|
||||||
</target>
|
</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 name="phonegap_debug" depends="move_files, debug">
|
||||||
</target>
|
</target>
|
||||||
|
Loading…
Reference in New Issue
Block a user