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/06/04 23:29:32 UTC

docs commit: added webos upgrade guide for 1.7.0 to 1.8.0

Updated Branches:
  refs/heads/master c85ddfd6b -> 03ee90996


added webos upgrade guide for 1.7.0 to 1.8.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/03ee9099
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/03ee9099
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/03ee9099

Branch: refs/heads/master
Commit: 03ee90996268230b1dfecc84393d34721f94e94b
Parents: c85ddfd
Author: hermwong <he...@gmail.com>
Authored: Mon Jun 4 14:25:59 2012 -0700
Committer: hermwong <he...@gmail.com>
Committed: Mon Jun 4 14:25:59 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/03ee9099/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 bb2e43e..b022123 100644
--- a/docs/en/edge/guide/upgrading/webos/index.md
+++ b/docs/en/edge/guide/upgrading/webos/index.md
@@ -19,3 +19,19 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 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 1.8.0 from 1.7.0 ##
+
+1. remove cordova-1.7.0.js from your project
+
+2. update the following line in your index.html:
+
+    change this:
+    <script type="text/javascript" src="cordova-1.7.0.js"></script> 
+    
+    to:
+    <script type="text/javascript" src="cordova-1.8.0.js"></script> 
+
+3. run the makefile to generate the newest version of the cordova-1.8.0.js file
\ No newline at end of file