Updated Branches:
  refs/heads/master d5cd91f4a -> 77538df18

[CB-676] - Documented 1.7.0 to 1.8.0 guide for blackberry


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/77538df1
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/77538df1
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/77538df1

Branch: refs/heads/master
Commit: 77538df18dd348fb81467a5ac7135c2abaecb07c
Parents: d5cd91f
Author: Tim Kim <tim....@nitobi.com>
Authored: Mon May 21 13:16:42 2012 -0700
Committer: Tim Kim <tim....@nitobi.com>
Committed: Mon May 21 13:16:42 2012 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/upgrading/blackberry/index.md |   23 +++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/77538df1/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 02992e7..7e6e3db 100644
--- a/docs/en/edge/guide/upgrading/blackberry/index.md
+++ b/docs/en/edge/guide/upgrading/blackberry/index.md
@@ -19,3 +19,26 @@ license: Licensed to the Apache Software Foundation (ASF) 
under one
 
 Upgrading Cordova BlackBerry
 ============================
+
+This document is for people who need to upgrade their Cordova versions from an 
older version to a current version of Cordova.
+
+- To upgrade to 1.8.0, please go from 1.7.0
+
+## 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
+
+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

Reply via email to