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/06 00:49:35 UTC

[3/3] docs commit: [CB-2611] - added in minor instruction for bb10

Updated Branches:
  refs/heads/master 8311c5831 -> 1c37dc88d


[CB-2611] - added in minor instruction for bb10


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

Branch: refs/heads/master
Commit: 1c37dc88da79e0ad707c62aa47a7cdf94c29bfd3
Parents: 9f11d48
Author: Tim Kim <ti...@adobe.com>
Authored: Tue Mar 5 15:49:07 2013 -0800
Committer: Tim Kim <ti...@adobe.com>
Committed: Tue Mar 5 15:49:12 2013 -0800

----------------------------------------------------------------------
 docs/en/2.2.0/guide/upgrading/blackberry/index.md |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1c37dc88/docs/en/2.2.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/upgrading/blackberry/index.md b/docs/en/2.2.0/guide/upgrading/blackberry/index.md
index 5748d5d..4cb8809 100644
--- a/docs/en/2.2.0/guide/upgrading/blackberry/index.md
+++ b/docs/en/2.2.0/guide/upgrading/blackberry/index.md
@@ -31,6 +31,7 @@ Updating just the www folder:
 3. Update the contents of the `ext-air/` folder.
 4. Copy the new `cordova-2.2.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.2.0.js` file.
 
 
@@ -39,10 +40,11 @@ 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.1.0/ext/` folder.
 3. Update the contents of the `cordova.2.1.0/ext-air/` folder.
-4. Update the .js file in the `cordova.2.1.0/javascript/` folder.
-5. Open the `sample/lib/` folder and rename the `cordova.2.1.0/` folder to `cordova.2.2.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-2.2.0.js` file.
+4. Update the contents of the `cordova.2.1.0/ext-qnx/` folder.
+5. Update the .js file in the `cordova.2.1.0/javascript/` folder.
+6. Open the `sample/lib/` folder and rename the `cordova.2.1.0/` folder to `cordova.2.2.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.2.0.js` file.
 
 
 ## Upgrade to 2.1.0 from 2.0.0 ##