Updated Branches: refs/heads/master 5794d308e -> 2ed54bf3a
Update formatting of BlackBerry Upgrade Guide. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/2ed54bf3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/2ed54bf3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/2ed54bf3 Branch: refs/heads/master Commit: 2ed54bf3ad7d09de000269a7dbfd60a05a8c00e1 Parents: 8dee85e Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Fri May 25 07:59:29 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Fri May 25 07:59:29 2012 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/upgrading/blackberry/index.md | 28 +++++++++-------- 1 files changed, 15 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/2ed54bf3/docs/en/edge/guide/upgrading/blackberry/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/upgrading/blackberry/index.md b/docs/en/edge/guide/upgrading/blackberry/index.md index 7e6e3db..3f7dd2d 100644 --- a/docs/en/edge/guide/upgrading/blackberry/index.md +++ b/docs/en/edge/guide/upgrading/blackberry/index.md @@ -27,18 +27,20 @@ This document is for people who need to upgrade their Cordova versions from an o ## Upgrade to 1.8.0 from 1.7.0 ## Updating just the www folder: -1. cd into your www/ folder which contains your app -2. Remove and update the .jar file in the ext/ folder -3. Update the contents of the ext-air/ folder -4. Copy the new cordova-1.8.0.js into your project -4b. If playbook, then update the .js file in the playbook/ folder -5. Update your HTML to use the new cordova-1.8.0.js file + +1. Open your `www/` folder, which contains your app. +2. Remove and update the .jar file in the `ext/` folder. +3. Update the contents of the `ext-air/` folder` +4. Copy the new `cordova-1.8.0.js` into your project. + - If playbook, then update the .js file in the `playbook/` folder. +5. Update your HTML to use the new `cordova-1.8.0.js` file. Updating the sample folder (ie, updating using the ant tools): -1. cd into the sample/lib/ folder -2. Update the .jar file in the ext/ folder -3. Update the contents of the ext-air/ folder -4. Update the .js file in the javascript/ folder -5. cd back to the sample/lib/ folder and rename the 1.7.0/ folder to 1.8.0/ -6. Type ant blackberry build or ant playbook build to update the www/ folder with updated Cordova -7. cd into the www/ folder and update your HTML to use the new cordova-1.8.0.js file \ No newline at end of file + +1. Open the `sample/lib/` folder. +2. Update the .jar file in the `ext/` folder. +3. Update the contents of the `ext-air/` folder. +4. Update the .js file in the `javascript/` folder. +5. Open the `sample/lib/` folder and rename the `1.7.0/` folder to `1.8.0/`. +6. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Cordova. +7. Open the `www/` folder and update your HTML to use the new `cordova-1.8.0.js` file.