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 325639A7E for ; Wed, 16 May 2012 19:02:56 +0000 (UTC) Received: (qmail 26848 invoked by uid 500); 16 May 2012 19:02:56 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 26827 invoked by uid 500); 16 May 2012 19:02:56 -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 26819 invoked by uid 99); 16 May 2012 19:02:56 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 19:02:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C400E1646C; Wed, 16 May 2012 19:02:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: docs commit: Updating Android Docs Message-Id: <20120516190255.C400E1646C@tyr.zones.apache.org> Date: Wed, 16 May 2012 19:02:55 +0000 (UTC) Updated Branches: refs/heads/master 0f6ac2340 -> ec55d2ee6 Updating Android Docs 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/ec55d2ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/ec55d2ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/ec55d2ee Branch: refs/heads/master Commit: ec55d2ee6e77f6f07ed43e3ed1c9f26388e3ea04 Parents: 0f6ac23 Author: Joe Bowser Authored: Wed May 16 12:02:40 2012 -0700 Committer: Joe Bowser Committed: Wed May 16 12:02:40 2012 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/upgrading/android/index.md | 26 ++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/ec55d2ee/docs/en/edge/guide/upgrading/android/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/upgrading/android/index.md b/docs/en/edge/guide/upgrading/android/index.md index 6ea045d..e25592a 100644 --- a/docs/en/edge/guide/upgrading/android/index.md +++ b/docs/en/edge/guide/upgrading/android/index.md @@ -19,3 +19,29 @@ license: Licensed to the Apache Software Foundation (ASF) under one Upgrading Cordova Android ========================= + + +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 +- To upgrade from 1.7.0, please go from 1.6.0 + +## Upgrade to 1.8.0 from 1.7.0 ## + +1. Remove cordova-1.7.0.jar from the libs directory in your project +2. Add cordova-1.8.0.jar to the libs directory in your project +3. If you are using Eclipse, please refresh your eclipse project and do a clean +4. Copy the new cordova-1.7.0.js into your project +5. Update your HTML to sue the new cordova-1.7.0.js file +6. Update the res/xml/plugins.xml to be the same as the one found in framework/res/xml/plugins.xml + + +## Upgrade to 1.7.0 from 1.6.0 ## + +1. Remove cordova-1.6.0.jar from the libs directory in your project +2. Add cordova-1.6.0.jar to the libs directory in your project +3. If you are using Eclipse, please refresh your eclipse project and do a clean +4. Copy the new cordova-1.6.0.js into your project +5. Update your HTML to sue the new cordova-1.6.0.js file +6. Update the res/xml/plugins.xml to be the same as the one found in framework/res/xml/plugins.xml +