You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/03/21 22:00:24 UTC

[1/2] docs commit: [CB-2609] wrote migration guide for 2.4.0 from 2.3.0

Updated Branches:
  refs/heads/master 3bf80febb -> abe5d4cc9


[CB-2609] wrote migration guide for 2.4.0 from 2.3.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/901bedc2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/901bedc2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/901bedc2

Branch: refs/heads/master
Commit: 901bedc259986e7156fd95dea7e53e3c1887725c
Parents: 3bf80fe
Author: lorinbeer <lo...@adobe.com>
Authored: Thu Mar 21 08:03:10 2013 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Mar 21 13:59:15 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/901bedc2/docs/en/2.4.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0/guide/upgrading/blackberry/index.md b/docs/en/2.4.0/guide/upgrading/blackberry/index.md
index e7853e6..b099b3d 100644
--- a/docs/en/2.4.0/guide/upgrading/blackberry/index.md
+++ b/docs/en/2.4.0/guide/upgrading/blackberry/index.md
@@ -22,6 +22,30 @@ 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.4.0 from 2.3.0 ##
+
+Updating just the www folder:
+
+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.4.0.js` into your project.
+    - If playbook, then update the .js file in the `playbook/` folder.
+    - If BlackBerry10, then update the .js file in the `qnx/` folder.
+5. Update your HTML to use the new `cordova-2.4.0.js` file.
+
+
+Updating the sample folder (ie, updating using the ant tools):
+
+1. Open the `sample/lib/` folder.
+2. Update the .jar file in the `cordova.2.3.0/ext/` folder.
+3. Update the contents of the `cordova.2.3.0/ext-air/` folder.
+4. Update the contents of the `cordova.2.3.0/ext-qnx/` folder.
+5. Update the .js file in the `cordova.2.3.0/javascript/` folder.
+6. Open the `sample/lib/` folder and rename the `cordova.2.3.0/` folder to `cordova.2.4.0/`.
+7. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Cordova.
+8. Open the `www/` folder and update your HTML to use the new `cordova-2.4.0.js` file
+
 ## Upgrade to 2.0.0 from 1.9.0 ##
 
 Updating just the www folder:


[2/2] docs commit: [CB-2610] migration guide for 2.3.0 from 2.2.0

Posted by mw...@apache.org.
[CB-2610] migration guide for 2.3.0 from 2.2.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/abe5d4cc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/abe5d4cc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/abe5d4cc

Branch: refs/heads/master
Commit: abe5d4cc9999e547d798b578463d248c3fa4425e
Parents: 901bedc
Author: lorinbeer <lo...@adobe.com>
Authored: Thu Mar 21 07:46:21 2013 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Mar 21 14:00:03 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/abe5d4cc/docs/en/2.3.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0/guide/upgrading/blackberry/index.md b/docs/en/2.3.0/guide/upgrading/blackberry/index.md
index e7853e6..1b79ea3 100644
--- a/docs/en/2.3.0/guide/upgrading/blackberry/index.md
+++ b/docs/en/2.3.0/guide/upgrading/blackberry/index.md
@@ -22,6 +22,30 @@ 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.3.0 from 2.2.0 ##
+
+Updating just the www folder:
+
+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.3.0.js` into your project.
+    - If playbook, then update the .js file in the `playbook/` folder.
+    - If BlackBerry10, then update the .js file in the `qnx/` folder.
+5. Update your HTML to use the new `cordova-2.3.0.js` file.
+
+
+Updating the sample folder (ie, updating using the ant tools):
+
+1. Open the `sample/lib/` folder.
+2. Update the .jar file in the `cordova.2.2.0/ext/` folder.
+3. Update the contents of the `cordova.2.2.0/ext-air/` folder.
+4. Update the contents of the `cordova.2.2.0/ext-qnx/` folder.
+5. Update the .js file in the `cordova.2.2.0/javascript/` folder.
+6. Open the `sample/lib/` folder and rename the `cordova.2.2.0/` folder to `cordova.2.3.0/`.
+7. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Cordova.
+8. Open the `www/` folder and update your HTML to use the new `cordova-2.3.0.js` file
+
 ## Upgrade to 2.0.0 from 1.9.0 ##
 
 Updating just the www folder: