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/06/03 01:29:56 UTC

docs commit: adding upgrade guide for Bada

Updated Branches:
  refs/heads/master 3bac478b5 -> 77102c832


adding upgrade guide for Bada


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

Branch: refs/heads/master
Commit: 77102c832916749eee6a05b5180d039777b911bd
Parents: 3bac478
Author: Anis Kadri <an...@gmail.com>
Authored: Sat Jun 2 16:26:19 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Sat Jun 2 16:26:19 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/77102c83/docs/en/edge/guide/upgrading/bada/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/bada/index.md b/docs/en/edge/guide/upgrading/bada/index.md
index 14bac94..8f42d6d 100644
--- a/docs/en/edge/guide/upgrading/bada/index.md
+++ b/docs/en/edge/guide/upgrading/bada/index.md
@@ -19,3 +19,22 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 Upgrading Cordova Bada
 ======================
+
+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 the cordova.bada.js file from the Res/js directory 
+2. Add the new cordova.js file to your Res/js directory 
+3. Update your Res/index.html to reference cordova.js instead of cordova.bada.js 
+
+Change this line:
+    
+    <script type="text/javascript" src="./js/cordova.bada.js"></script>
+    
+
+*to*
+
+    <script type="text/javascript" src="./js/cordova.js"></script>
+
+As of Cordova 1.8, Bada 1.2 is no longer supported! The repository will be kept there as an archive for people who still want to use it. It contains some outdated APIs.