You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2012/08/24 23:32:14 UTC

docs commit: update webOS upgrading from 2.0.0 to 2.1.0 guide

Updated Branches:
  refs/heads/master 41e1a9a3c -> ed4c53642


update webOS upgrading from 2.0.0 to 2.1.0 guide


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

Branch: refs/heads/master
Commit: ed4c536423d3b9e7037be957b1e17d7fa64da73e
Parents: 41e1a9a
Author: hermwong <he...@gmail.com>
Authored: Fri Aug 24 14:31:55 2012 -0700
Committer: hermwong <he...@gmail.com>
Committed: Fri Aug 24 14:31:55 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/ed4c5364/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 36d7d8b..a4d4bb1 100644
--- a/docs/en/edge/guide/upgrading/webos/index.md
+++ b/docs/en/edge/guide/upgrading/webos/index.md
@@ -22,30 +22,17 @@ 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 ##
+## Upgrade to 2.1.0 from 2.0.0 ##
 
-1. remove cordova-1.9.0.js from your project
+1. remove cordova-2.0.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
-
-2. update the following line in your index.html:
-
-    change this:
-    <script type="text/javascript" src="cordova-1.8.1.js"></script> 
     
     to:
-    <script type="text/javascript" src="cordova-1.9.0.js"></script> 
+    <script type="text/javascript" src="cordova-2.1.0.js"></script> 
+
+3. run the makefile to generate the newest version of the cordova-2.1.0.js file
 
-3. run the makefile to generate the newest version of the cordova-1.9.0.js file
\ No newline at end of file