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/07/12 00:04:26 UTC

docs commit: [CB-711] - migration guides for 1.4.0 for bb

Updated Branches:
  refs/heads/master 58ca9430b -> 687aac19e


[CB-711] - migration guides for 1.4.0 for bb


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

Branch: refs/heads/master
Commit: 687aac19e3be49970cea71ee328e332c615aeef8
Parents: 58ca943
Author: Tim Kim <ti...@nitobi.com>
Authored: Wed Jul 11 15:04:05 2012 -0700
Committer: Tim Kim <ti...@nitobi.com>
Committed: Wed Jul 11 15:04:05 2012 -0700

----------------------------------------------------------------------
 docs/en/1.4.0/guide/upgrading/blackberry/index.md  |   48 +++++++++++++++
 .../1.4.0rc1/guide/upgrading/blackberry/index.md   |   48 +++++++++++++++
 docs/en/1.4.1/guide/upgrading/blackberry/index.md  |   48 +++++++++++++++
 3 files changed, 144 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/687aac19/docs/en/1.4.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.4.0/guide/upgrading/blackberry/index.md b/docs/en/1.4.0/guide/upgrading/blackberry/index.md
new file mode 100644
index 0000000..2158744
--- /dev/null
+++ b/docs/en/1.4.0/guide/upgrading/blackberry/index.md
@@ -0,0 +1,48 @@
+---
+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 Phonegap BlackBerry
+============================
+
+This document is for people who need to upgrade their Phonegap versions from an older version to a current version of Phonegap.
+
+- To upgrade to 1.4.0, please go from 1.3.0
+
+## Upgrade to 1.4.0 from 1.3.0 ##
+
+Updating just the www folder:
+
+1. Open your `www/` folder, which contains your app.
+2. Remove and update the old phonegap.1.3.0.jar file in the `ext/` folder and replace it with Phonegap.1.4.0.jar.
+3. Update the contents of the `ext-air/` folder.
+4. Copy the new `Phonegap-1.4.0.js` into your project.
+    - If playbook, then update the .js file in the `playbook/` folder.
+5. Update your HTML to use the new `Phonegap-1.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 `phonegap.1.3.0/ext/` folder.
+3. Update the contents of the `phonegap.1.3.0/ext-air/` folder.
+4. Update the .js file in the `phonegap.1.3.0/javascript/` folder.
+5. Open the `sample/lib/` folder and rename the `Phonegap.1.3.0/` folder to `Phonegap.1.4.0/`.
+6. Update build.xml to update the ant tools.
+7. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Phonegap.
+8. Open the `www/` folder and update your HTML to use the new `Phonegap-1.4.0.js` file.
+

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/687aac19/docs/en/1.4.0rc1/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.4.0rc1/guide/upgrading/blackberry/index.md b/docs/en/1.4.0rc1/guide/upgrading/blackberry/index.md
new file mode 100644
index 0000000..8da4809
--- /dev/null
+++ b/docs/en/1.4.0rc1/guide/upgrading/blackberry/index.md
@@ -0,0 +1,48 @@
+---
+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 Phonegap BlackBerry
+============================
+
+This document is for people who need to upgrade their Phonegap versions from an older version to a current version of Phonegap.
+
+- To upgrade to 1.4.0rc1, please go from 1.3.0
+
+## Upgrade to 1.4.0rc1 from 1.3.0 ##
+
+Updating just the www folder:
+
+1. Open your `www/` folder, which contains your app.
+2. Remove and update the old phonegap.1.3.0.jar file in the `ext/` folder and replace it with Phonegap.1.4.0rc1.jar.
+3. Update the contents of the `ext-air/` folder.
+4. Copy the new `Phonegap-1.4.0rc1.js` into your project.
+    - If playbook, then update the .js file in the `playbook/` folder.
+5. Update your HTML to use the new `Phonegap-1.4.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 `phonegap.1.3.0/ext/` folder.
+3. Update the contents of the `phonegap.1.3.0/ext-air/` folder.
+4. Update the .js file in the `phonegap.1.3.0/javascript/` folder.
+5. Open the `sample/lib/` folder and rename the `Phonegap.1.3.0/` folder to `Phonegap.1.4.0rc1/`.
+6. Update build.xml to update the ant tools.
+7. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Phonegap.
+8. Open the `www/` folder and update your HTML to use the new `Phonegap-1.4.0rc1.js` file.
+

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/687aac19/docs/en/1.4.1/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.4.1/guide/upgrading/blackberry/index.md b/docs/en/1.4.1/guide/upgrading/blackberry/index.md
new file mode 100644
index 0000000..a53e546
--- /dev/null
+++ b/docs/en/1.4.1/guide/upgrading/blackberry/index.md
@@ -0,0 +1,48 @@
+---
+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 Phonegap BlackBerry
+============================
+
+This document is for people who need to upgrade their Phonegap versions from an older version to a current version of Phonegap.
+
+- To upgrade to 1.4.1, please go from 1.3.0
+
+## Upgrade to 1.4.1 from 1.3.0 ##
+
+Updating just the www folder:
+
+1. Open your `www/` folder, which contains your app.
+2. Remove and update the old phonegap.1.3.0.jar file in the `ext/` folder and replace it with Phonegap.1.4.1.jar.
+3. Update the contents of the `ext-air/` folder.
+4. Copy the new `Phonegap-1.4.1.js` into your project.
+    - If playbook, then update the .js file in the `playbook/` folder.
+5. Update your HTML to use the new `Phonegap-1.4.1.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 `phonegap.1.3.0/ext/` folder.
+3. Update the contents of the `phonegap.1.3.0/ext-air/` folder.
+4. Update the .js file in the `phonegap.1.3.0/javascript/` folder.
+5. Open the `sample/lib/` folder and rename the `Phonegap.1.3.0/` folder to `Phonegap.1.4.1/`.
+6. Update build.xml to update the ant tools.
+7. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Phonegap.
+8. Open the `www/` folder and update your HTML to use the new `Phonegap-1.4.1.js` file.
+