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 A178910A25 for ; Thu, 20 Jun 2013 20:56:22 +0000 (UTC) Received: (qmail 20719 invoked by uid 500); 20 Jun 2013 20:56:22 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 20697 invoked by uid 500); 20 Jun 2013 20:56:22 -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 20665 invoked by uid 99); 20 Jun 2013 20:56:22 -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, 20 Jun 2013 20:56:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1E5E18A9DB9; Thu, 20 Jun 2013 20:56:22 +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: <4f8407fc68ff49dca5d29ebbcd488acc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: docs commit: [CB-3921] upgrade guide for 2.8.0 to 2.9.0 Date: Thu, 20 Jun 2013 20:56:22 +0000 (UTC) Updated Branches: refs/heads/master eb3fecec2 -> 6dd751fa0 [CB-3921] upgrade guide for 2.8.0 to 2.9.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/6dd751fa Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/6dd751fa Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/6dd751fa Branch: refs/heads/master Commit: 6dd751fa04ca919135f62f0378b9746958d0df7d Parents: eb3fece Author: lorinbeer Authored: Thu Jun 20 13:55:19 2013 -0700 Committer: lorinbeer Committed: Thu Jun 20 13:55:19 2013 -0700 ---------------------------------------------------------------------- docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md | 8 ++++++++ docs/en/edge/guide/upgrading/windows-8/index.md | 8 ++++++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6dd751fa/docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md b/docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md index 3f87130..75611ed 100644 --- a/docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md +++ b/docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md @@ -22,6 +22,14 @@ Upgrading Cordova Windows 8 This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova. This applies to applications targetting Windows 8 and the Windows Store. +## Upgrade to 2.9.0 from 2.8.0 ## + +The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted. + +1. Remove cordova-2.8.0.js from the www directory in your project. +2. Add cordova.js file from the source to the www directory in your project. ( note that the file no longer contains a version number in the file name ) +3. Build and test! + ## Upgrade to 2.8.0 from 2.7.0 ## The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6dd751fa/docs/en/edge/guide/upgrading/windows-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/upgrading/windows-8/index.md b/docs/en/edge/guide/upgrading/windows-8/index.md index 3f87130..75611ed 100644 --- a/docs/en/edge/guide/upgrading/windows-8/index.md +++ b/docs/en/edge/guide/upgrading/windows-8/index.md @@ -22,6 +22,14 @@ Upgrading Cordova Windows 8 This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova. This applies to applications targetting Windows 8 and the Windows Store. +## Upgrade to 2.9.0 from 2.8.0 ## + +The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted. + +1. Remove cordova-2.8.0.js from the www directory in your project. +2. Add cordova.js file from the source to the www directory in your project. ( note that the file no longer contains a version number in the file name ) +3. Build and test! + ## Upgrade to 2.8.0 from 2.7.0 ## The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted.