You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2012/04/13 22:10:44 UTC

[Cordova Wiki] Trivial Update of "AndroidReleaseChecklist" by JoeBowser

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "AndroidReleaseChecklist" page has been changed by JoeBowser:
http://wiki.apache.org/cordova/AndroidReleaseChecklist?action=diff&rev1=7&rev2=8

Comment:
1.6.1 change

   4. Build the tagged cordova-js for this version (cordova.android.js) from the [[http://git-wip-us.apache.org/repos/asf/incubator-cordova-js.git | cordova-js]] project, and put the file in the [[https://github.com/apache/incubator-cordova-android/tree/master/framework/assets/js | framework/assets/js]] folder, replacing the current [[https://github.com/apache/incubator-cordova-android/tree/master/framework/assets/js/cordova.android.js | cordova.android.js]] file
   5. Update the Cordova version data for the current version
    a. Update the [[https://github.com/apache/incubator-cordova-android/blob/master/VERSION | VERSION]] file with the current version number
-   a. Run '''ant build''', make sure it builds everything ok
+   a. Run '''bin/create''', make sure it builds everything ok and that it actually generates an example project ('''ant build''' isn't good enough anymore)
    a. Create a commit that includes the following files
     i. [[https://github.com/apache/incubator-cordova-android/blob/master/VERSION | VERSION]]
     i. [[https://github.com/apache/incubator-cordova-android/blob/master/framework/assets/www/index.html | framework/assets/www/index.html]]