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/18 20:49:05 UTC

[8/11] docs commit: CB-729 migration docs 1.1.0 to 1.2.0

CB-729 migration docs 1.1.0 to 1.2.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/52a08801
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/52a08801
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/52a08801

Branch: refs/heads/master
Commit: 52a088012d5ba6bd97ec621b088f3ccf92d9e43a
Parents: 4988f6d
Author: hermwong <he...@gmail.com>
Authored: Mon Jun 18 11:36:04 2012 -0700
Committer: hermwong <he...@gmail.com>
Committed: Mon Jun 18 11:36:04 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/52a08801/docs/en/1.2.0/guide/upgrading/webos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.2.0/guide/upgrading/webos/index.md b/docs/en/1.2.0/guide/upgrading/webos/index.md
new file mode 100644
index 0000000..b4cd940
--- /dev/null
+++ b/docs/en/1.2.0/guide/upgrading/webos/index.md
@@ -0,0 +1,37 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you under the Apache License, Version 2.0 (the
+         "License"); you may not use this file except in compliance
+         with the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+         Unless required by applicable law or agreed to in writing,
+         software distributed under the License is distributed on an
+         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+         KIND, either express or implied.  See the License for the
+         specific language governing permissions and limitations
+         under the License.
+---
+
+Upgrading PhoneGap 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.2.0 from 1.1.0 ##
+
+1. remove phonegap-1.1.0.js from your project
+
+2. update the following line in your index.html:
+
+    change this:
+    <script type="text/javascript" src="phonegap-1.1.0.js"></script> 
+    
+    to:
+    <script type="text/javascript" src="phonegap-1.2.0.js"></script> 
+
+3. run the makefile to generate the newest version of the phonegap-1.2.0.js file
\ No newline at end of file