Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A87A39096 for ; Mon, 21 May 2012 20:17:02 +0000 (UTC) Received: (qmail 10188 invoked by uid 500); 21 May 2012 20:17:02 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 10135 invoked by uid 500); 21 May 2012 20:17:02 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 10127 invoked by uid 99); 21 May 2012 20:17:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 20:17:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3D28A17210; Mon, 21 May 2012 20:17:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: timkim@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: docs commit: [CB-676] - Documented 1.7.0 to 1.8.0 guide for blackberry Message-Id: <20120521201702.3D28A17210@tyr.zones.apache.org> Date: Mon, 21 May 2012 20:17:02 +0000 (UTC) Updated Branches: refs/heads/master d5cd91f4a -> 77538df18 [CB-676] - Documented 1.7.0 to 1.8.0 guide for blackberry 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/77538df1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/77538df1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/77538df1 Branch: refs/heads/master Commit: 77538df18dd348fb81467a5ac7135c2abaecb07c Parents: d5cd91f Author: Tim Kim Authored: Mon May 21 13:16:42 2012 -0700 Committer: Tim Kim Committed: Mon May 21 13:16:42 2012 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/upgrading/blackberry/index.md | 23 +++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/77538df1/docs/en/edge/guide/upgrading/blackberry/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/upgrading/blackberry/index.md b/docs/en/edge/guide/upgrading/blackberry/index.md index 02992e7..7e6e3db 100644 --- a/docs/en/edge/guide/upgrading/blackberry/index.md +++ b/docs/en/edge/guide/upgrading/blackberry/index.md @@ -19,3 +19,26 @@ license: Licensed to the Apache Software Foundation (ASF) under one 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.8.0, please go from 1.7.0 + +## Upgrade to 1.8.0 from 1.7.0 ## + +Updating just the www folder: +1. cd into 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.8.0.js into your project +4b. If playbook, then update the .js file in the playbook/ folder +5. Update your HTML to use the new cordova-1.8.0.js file + +Updating the sample folder (ie, updating using the ant tools): +1. cd into the sample/lib/ folder +2. Update the .jar file in the ext/ folder +3. Update the contents of the ext-air/ folder +4. Update the .js file in the javascript/ folder +5. cd back to the sample/lib/ folder and rename the 1.7.0/ folder to 1.8.0/ +6. Type ant blackberry build or ant playbook build to update the www/ folder with updated Cordova +7. cd into the www/ folder and update your HTML to use the new cordova-1.8.0.js file \ No newline at end of file