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 2012/06/25 23:07:46 UTC

[2/3] docs commit: [CB-715] - bb updated guide for 1.7.0

[CB-715] - bb updated guide for 1.7.0


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

Branch: refs/heads/master
Commit: 0b1171829eca146f15979c017d9bb6be7f7a8498
Parents: 4c0a60e
Author: Tim Kim <ti...@nitobi.com>
Authored: Mon Jun 25 14:05:16 2012 -0700
Committer: Tim Kim <ti...@nitobi.com>
Committed: Mon Jun 25 14:05:16 2012 -0700

----------------------------------------------------------------------
 docs/en/1.7.0/guide/upgrading/blackberry/index.md  |   49 +++++++++++++++
 .../1.7.0rc1/guide/upgrading/blackberry/index.md   |   49 +++++++++++++++
 2 files changed, 98 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0b117182/docs/en/1.7.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.7.0/guide/upgrading/blackberry/index.md b/docs/en/1.7.0/guide/upgrading/blackberry/index.md
new file mode 100644
index 0000000..ebc3b3b
--- /dev/null
+++ b/docs/en/1.7.0/guide/upgrading/blackberry/index.md
@@ -0,0 +1,49 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you under the Apache License, Version 2.0 (the
+         "License"); you may not use this file except in compliance
+         with the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+         Unless required by applicable law or agreed to in writing,
+         software distributed under the License is distributed on an
+         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+         KIND, either express or implied.  See the License for the
+         specific language governing permissions and limitations
+         under the License.
+---
+
+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.7.0, please go from 1.7.0rc1
+
+## Upgrade to 1.7.0 from 1.7.0rc1 ##
+
+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-1.7.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.7.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.1.7.0rc1/ext/` folder.
+3. Update the contents of the `cordova.1.7.0rc1/ext-air/` folder.
+4. Update the .js file in the `cordova.1.7.0rc1/javascript/` folder.
+5. Open the `sample/lib/` folder and rename the `cordova.1.7.0rc1/` folder to `cordova.1.7.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.7.0.js` file.
+
+

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/0b117182/docs/en/1.7.0rc1/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.7.0rc1/guide/upgrading/blackberry/index.md b/docs/en/1.7.0rc1/guide/upgrading/blackberry/index.md
new file mode 100644
index 0000000..42edc1d
--- /dev/null
+++ b/docs/en/1.7.0rc1/guide/upgrading/blackberry/index.md
@@ -0,0 +1,49 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you under the Apache License, Version 2.0 (the
+         "License"); you may not use this file except in compliance
+         with the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+         Unless required by applicable law or agreed to in writing,
+         software distributed under the License is distributed on an
+         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+         KIND, either express or implied.  See the License for the
+         specific language governing permissions and limitations
+         under the License.
+---
+
+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.7.0rc1, please go from 1.6.1
+
+## Upgrade to 1.7.0rc1 from 1.6.1 ##
+
+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-1.7.0rc1.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.7.0rc1.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.1.6.1/ext/` folder.
+3. Update the contents of the `cordova.1.6.1/ext-air/` folder.
+4. Update the .js file in the `cordova.1.6.1/javascript/` folder.
+5. Open the `sample/lib/` folder and rename the `cordova.1.6.1/` folder to `cordova.1.7.0rc1/`.
+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.7.0rc1.js` file.
+
+