mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
Custom Build Script.
This commit is contained in:
parent
423368595d
commit
43b3090c30
@ -58,6 +58,23 @@
|
||||
targets are used.
|
||||
-->
|
||||
|
||||
<setup import="false"/>
|
||||
<setup />
|
||||
|
||||
<!-- Grab the files, concatenate them and shove them in the
|
||||
assets directory -->
|
||||
|
||||
<target name="move_files">
|
||||
<concat destfile="assets/www/phonegap.js">
|
||||
<fileset dir="../js" includes="phonegap.js.base" />
|
||||
<fileset dir="../js" includes="*.js" />
|
||||
</concat>
|
||||
</target>
|
||||
|
||||
|
||||
<target name="phonegap_debug" depends="move_files, debug">
|
||||
</target>
|
||||
|
||||
<target name="phonegap_release" depends="move_files, release">
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user