You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2012/12/01 00:10:48 UTC

docs commit: Adding the instructions, these hardly ever change

Updated Branches:
  refs/heads/master 82efba850 -> 1851ba08e


Adding the instructions, these hardly ever change


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/1851ba08
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1851ba08
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1851ba08

Branch: refs/heads/master
Commit: 1851ba08ebe04345969f28811e406fcbc876e684
Parents: 82efba8
Author: Joe Bowser <bo...@apache.org>
Authored: Fri Nov 30 15:10:33 2012 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Fri Nov 30 15:10:33 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1851ba08/docs/en/edge/guide/upgrading/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/android/index.md b/docs/en/edge/guide/upgrading/android/index.md
index ef8f508..a04dd9f 100644
--- a/docs/en/edge/guide/upgrading/android/index.md
+++ b/docs/en/edge/guide/upgrading/android/index.md
@@ -23,6 +23,15 @@ Upgrading Cordova Android
 
 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.3.0 from 2.2.0 ##
+
+1. Remove cordova-2.2.0.jar from the libs directory in your project
+2. Add cordova-2.3.0.jar to the libs directory in your project
+3. If you are using Eclipse, please refresh your eclipse project and do a clean
+4. Copy the new cordova-2.3.0.js into your project
+5. Update your HTML to use the new cordova-2.3.0.js file
+6. Copy the res/xml/config.xml to be the same as the one found in framework/res/xml/config.xml
+
 ## Upgrade to 2.2.0 from 2.1.0 ##
 
 1. Remove cordova-2.1.0.jar from the libs directory in your project