You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/07/15 01:21:59 UTC

docs commit: [JIRA CB-1058] added upgrade guide to 2.0.0 from 1.9.0

Updated Branches:
  refs/heads/master 310542051 -> 21ebde39f


[JIRA CB-1058] added upgrade guide to 2.0.0 from 1.9.0


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

Branch: refs/heads/master
Commit: 21ebde39f6a8b9218b72ee6b65434b3c79646e45
Parents: 3105420
Author: Lorin Beer <lo...@nitobi.com>
Authored: Fri Jul 13 16:45:50 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Jul 14 16:21:40 2012 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/upgrading/webos/index.md |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/21ebde39/docs/en/edge/guide/upgrading/webos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/webos/index.md b/docs/en/edge/guide/upgrading/webos/index.md
index 1a4a5f6..36d7d8b 100644
--- a/docs/en/edge/guide/upgrading/webos/index.md
+++ b/docs/en/edge/guide/upgrading/webos/index.md
@@ -22,6 +22,20 @@ Upgrading Cordova webOS
 
 This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova.
 
+## Upgrade to 2.0.0 from 1.9.0 ##
+
+1. remove cordova-1.9.0.js from your project
+
+2. update the following line in your index.html:
+
+    change this:
+    <script type="text/javascript" src="cordova-1.9.0.js"></script> 
+    
+    to:
+    <script type="text/javascript" src="cordova-2.0.0.js"></script> 
+
+3. run the makefile to generate the newest version of the cordova-2.0.0.js file
+
 ## Upgrade to 1.9.0 from 1.8.1 ##
 
 1. remove cordova-1.8.1.js from your project