Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0067210DC5 for ; Thu, 19 Sep 2013 20:51:20 +0000 (UTC) Received: (qmail 63244 invoked by uid 500); 19 Sep 2013 20:48:31 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 63162 invoked by uid 500); 19 Sep 2013 20:48:27 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 63117 invoked by uid 99); 19 Sep 2013 20:48:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Sep 2013 20:48:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9E7548A3270; Thu, 19 Sep 2013 20:48:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lorinbeer@apache.org To: commits@cordova.apache.org Message-Id: <3f5a271bb22844b4b609d94897514940@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: docs commit: 3.0 to 3.1 upgrading guide Date: Thu, 19 Sep 2013 20:48:24 +0000 (UTC) Updated Branches: refs/heads/master 2bb27cfb9 -> 027c58582 3.0 to 3.1 upgrading guide Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/027c5858 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/027c5858 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/027c5858 Branch: refs/heads/master Commit: 027c585824e179f888fec3b980b33e22908693b3 Parents: 2bb27cf Author: lorinbeer Authored: Thu Sep 19 13:47:29 2013 -0700 Committer: lorinbeer Committed: Thu Sep 19 13:47:29 2013 -0700 ---------------------------------------------------------------------- .../guide/platforms/blackberry10/upgrading.md | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/027c5858/docs/en/edge/guide/platforms/blackberry10/upgrading.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/blackberry10/upgrading.md b/docs/en/edge/guide/platforms/blackberry10/upgrading.md index 85165f8..8681df2 100644 --- a/docs/en/edge/guide/platforms/blackberry10/upgrading.md +++ b/docs/en/edge/guide/platforms/blackberry10/upgrading.md @@ -24,6 +24,28 @@ Most of these instructions apply to projects created with an older set of command-line tools that precede the `cordova` CLI utility. See The Command-line Interface for information how to update the version of the CLI. +## Upgrade to 3.1.0 from 3.0.0 ## + +1. Create a new Apache Cordova 3.1.0 project using the cordova CLI, as + described in The Command-line Interface. + +2. Add your platforms to the cordova project, for example: `cordova + platform add blackberry10`. + +3. Copy the contents of the original project's `www` directory to the `www` directory + at the root of the cordova project you just created. + +4. Copy or overwrite any native assets from your original project + (`Resources`, etc.) + +5. Copy your `config.xml` into the `www` directory, and remove any plugin definitions. You will modify settings here instead of the platform directory. + +6. Use the cordova CLI tool to install any plugins you need. Note that + the CLI handles all core APIs as plugins, so they may need to be + added. Only plugins marked 3.0.0 and above are compatible with the CLI. + +7. Build and test. + Please note that the CLI supports the BlackBerry10 platform exclusively. For PlayBook and BBOS, please see Cordova version 2.9.0 and below. ## Upgrade to the CLI (3.0.0) from 2.9.0 ##