You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2013/03/04 23:14:51 UTC

[1/2] docs commit: added migration guide from 2.4.0 to 2.5.0

added migration guide from 2.4.0 to 2.5.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/6ba80bac
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/6ba80bac
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/6ba80bac

Branch: refs/heads/master
Commit: 6ba80bac362f458fdec480d71d4bef7b759908e6
Parents: 4f84a50
Author: doggerelverse <lo...@adobe.com>
Authored: Mon Mar 4 13:40:35 2013 -0800
Committer: doggerelverse <lo...@adobe.com>
Committed: Mon Mar 4 13:40:35 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6ba80bac/docs/en/2.5.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.5.0/guide/upgrading/blackberry/index.md b/docs/en/2.5.0/guide/upgrading/blackberry/index.md
index e7853e6..b5c9678 100644
--- a/docs/en/2.5.0/guide/upgrading/blackberry/index.md
+++ b/docs/en/2.5.0/guide/upgrading/blackberry/index.md
@@ -22,6 +22,36 @@ 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.
 
+
+## Upgrade to 2.5.0 from 2.4.0 ##
+
+Updating the PhoneGap download folder:
+
+it is recommended that you download a fresh copy of the entire folder
+for piecemeal update:
+1. Update the cordova.blackberry.js file in the ‘Phonegap-2.5.0/lib/blackberry/javascript’ folder
+2. Update the ‘ext’, ‘ext-air’, and ‘ext-qnx’ in the ‘Phonegap-2.5.0/lib/blackberry/framework’ folder
+3. Update the ‘build.xml’ file in the ‘Phonegap-2.5.0/lib/blackberry’ folder
+4. Update the the ‘Phonegap-2.5.0/lib/blackberry/bin’ folder
+5. Update the ‘VERSION’ file in the ‘Phonegap-2.5.0/lib/blackberry’ folder
+1. Update the .jar file in the `cordova.1.9.0/ext/` folder.
+2. Update the contents of the `cordova.1.9.0/ext-air/` folder.
+3. Update the .js file in the `cordova.1.9.0/javascript/` folder.
+4. Open the `sample/lib/` folder and rename the `cordova.1.9.0/` folder to `cordova.2.0.0/`.
+5. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Cordova.
+6. Open the `www/` folder and update your HTML to use the new `cordova-2.0.0.js` file.
+
+
+Updating the Example folder or Migrating an existing project:
+
+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-2.5.0.js` into your project.
+5. Update your HTML to use the new `cordova-2.5.0.js` file.
+
+
+
 ## Upgrade to 2.0.0 from 1.9.0 ##
 
 Updating just the www folder: