Updated Branches: refs/heads/master b3f5e039f -> db6695cb0
[#1305] Remove guides/ directory The guides are now documented in incubator-cordova-docs. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/db6695cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/db6695cb Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/db6695cb Branch: refs/heads/master Commit: db6695cb02de77d6179327780f66d5f85f77ec21 Parents: b3f5e03 Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Thu Aug 30 15:34:57 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Thu Aug 30 15:34:57 2012 -0700 ---------------------------------------------------------------------- guides/Cordova Upgrade Guide.md | 29 ----------------------------- 1 files changed, 0 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/db6695cb/guides/Cordova Upgrade Guide.md ---------------------------------------------------------------------- diff --git a/guides/Cordova Upgrade Guide.md b/guides/Cordova Upgrade Guide.md deleted file mode 100644 index 776ae66..0000000 --- a/guides/Cordova Upgrade Guide.md +++ /dev/null @@ -1,29 +0,0 @@ -# Cordova Upgrade Guide # - -This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova. - -- To upgrade to 1.8.0, please go from 1.7.0 -- To upgrade from 1.7.0, please go from 1.6.0 - -## Upgrade to 1.8.0 from 1.7.0 ## - -1. Remove cordova-1.7.0.jar from the libs directory in your project -2. Add cordova-1.8.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-1.7.0.js into your project -5. Update your HTML to use the new cordova-1.7.0.js file -6. Update the res/xml/plugins.xml to be the same as the one found in framework/res/xml/plugins.xml - - -## Upgrade to 1.7.0 from 1.6.0 ## - -1. Remove cordova-1.6.0.jar from the libs directory in your project -2. Add cordova-1.6.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-1.6.0.js into your project -5. Update your HTML to use the new cordova-1.6.0.js file -6. Update the res/xml/plugins.xml to be the same as the one found in framework/res/xml/plugins.xml - - - -