You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/08/25 02:00:45 UTC

[2/50] [abbrv] docs commit: update webOS upgrading from 2.0.0 to 2.1.0 guide

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

Branch: refs/heads/master
Commit: 31b6c65bceff5fa278b1aa7faf2d73cd2aec6d19
Parents: 2c0fabe
Author: hermwong <he...@gmail.com>
Authored: Fri Aug 24 14:31:55 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Aug 24 16:59:42 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/31b6c65b/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