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

docs commit: Fix upgrade guide versioning.

Updated Branches:
  refs/heads/master fe72ddb58 -> aadb4e4fc


Fix upgrade guide versioning.


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

Branch: refs/heads/master
Commit: aadb4e4fc5d0e10e0bb46e52b876c2241f79def9
Parents: fe72ddb
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Fri Jun 1 14:40:27 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Jun 1 14:40:40 2012 -0700

----------------------------------------------------------------------
 docs/en/1.8.0rc1/guide/upgrading/android/index.md  |   16 +++++++-------
 .../1.8.0rc1/guide/upgrading/blackberry/index.md   |    6 ++--
 docs/en/1.8.0rc1/guide/upgrading/ios/index.md      |    4 +-
 .../guide/upgrading/windows-phone/index.md         |    4 +-
 docs/en/edge/guide/upgrading/android/index.md      |   16 +++++++-------
 docs/en/edge/guide/upgrading/blackberry/index.md   |    6 ++--
 docs/en/edge/guide/upgrading/ios/index.md          |    4 +-
 .../en/edge/guide/upgrading/windows-phone/index.md |    4 +-
 8 files changed, 30 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/aadb4e4f/docs/en/1.8.0rc1/guide/upgrading/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.8.0rc1/guide/upgrading/android/index.md b/docs/en/1.8.0rc1/guide/upgrading/android/index.md
index fb26ef6..bc08f2a 100644
--- a/docs/en/1.8.0rc1/guide/upgrading/android/index.md
+++ b/docs/en/1.8.0rc1/guide/upgrading/android/index.md
@@ -23,12 +23,12 @@ 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.
 
-- To upgrade to 1.8.0, please go from 1.8.0
-- To upgrade from 1.8.0, please go from 1.6.0
+- 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.8.0 ##
+## Upgrade to 1.8.0 from 1.7.0 ##
 
-1. Remove cordova-1.8.0.jar from the libs directory in your project
+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.8.0.js into your project
@@ -36,12 +36,12 @@ This document is for people who need to upgrade their Cordova versions from an o
 6. Update the res/xml/plugins.xml to be the same as the one found in framework/res/xml/plugins.xml
 
 
-## Upgrade to 1.8.0 from 1.6.0 ##
+## 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
+2. Add cordova-1.7.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 sue the new cordova-1.6.0.js file
+4. Copy the new cordova-1.7.0.js into your project
+5. Update your HTML to sue 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
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/aadb4e4f/docs/en/1.8.0rc1/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.8.0rc1/guide/upgrading/blackberry/index.md b/docs/en/1.8.0rc1/guide/upgrading/blackberry/index.md
index d5b4eed..3f7dd2d 100644
--- a/docs/en/1.8.0rc1/guide/upgrading/blackberry/index.md
+++ b/docs/en/1.8.0rc1/guide/upgrading/blackberry/index.md
@@ -22,9 +22,9 @@ Upgrading Cordova BlackBerry
 
 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.8.0
+- To upgrade to 1.8.0, please go from 1.7.0
 
-## Upgrade to 1.8.0 from 1.8.0 ##
+## Upgrade to 1.8.0 from 1.7.0 ##
 
 Updating just the www folder:
 
@@ -41,6 +41,6 @@ Updating the sample folder (ie, updating using the ant tools):
 2. Update the .jar file in the `ext/` folder.
 3. Update the contents of the `ext-air/` folder.
 4. Update the .js file in the `javascript/` folder.
-5. Open the `sample/lib/` folder and rename the `1.8.0/` folder to `1.8.0/`.
+5. Open the `sample/lib/` folder and rename the `1.7.0/` folder to `1.8.0/`.
 6. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Cordova.
 7. Open the `www/` folder and update your HTML to use the new `cordova-1.8.0.js` file.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/aadb4e4f/docs/en/1.8.0rc1/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.8.0rc1/guide/upgrading/ios/index.md b/docs/en/1.8.0rc1/guide/upgrading/ios/index.md
index a2ef181..078c77d 100644
--- a/docs/en/1.8.0rc1/guide/upgrading/ios/index.md
+++ b/docs/en/1.8.0rc1/guide/upgrading/ios/index.md
@@ -20,7 +20,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 Upgrading Cordova iOS
 =====================
 
-## Upgrading Cordova 1.8.0 projects to 1.8.0 ##
+## Upgrading Cordova 1.7.0 projects to 1.8.0 ##
 
 1. **Install** Cordova 1.8.0
 2. **Create a new project** - you will have to grab assets from this new project
@@ -31,4 +31,4 @@ If you intend on using the **Capture API**, you will need the new **iPad retina-
 
 1.  **Copy** the **Resources/Capture.bundle** item from the new project into your project folder, over-writing your existing **Resources/Capture.bundle** item
 2.  In your project, select the **Capture.bundle** item into Xcode into your Project Navigator, and press the **Delete** key, then select **Remove Reference** from the dialog that pops up.
-3.  Drag the new **Capture.bundle** from Step 1. above into Xcode into your Project Navigator, and select the **Create groups for any added folders** radio-button
\ No newline at end of file
+3.  Drag the new **Capture.bundle** from Step 1. above into Xcode into your Project Navigator, and select the **Create groups for any added folders** radio-button

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/aadb4e4f/docs/en/1.8.0rc1/guide/upgrading/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.8.0rc1/guide/upgrading/windows-phone/index.md b/docs/en/1.8.0rc1/guide/upgrading/windows-phone/index.md
index f9af999..84ff440 100644
--- a/docs/en/1.8.0rc1/guide/upgrading/windows-phone/index.md
+++ b/docs/en/1.8.0rc1/guide/upgrading/windows-phone/index.md
@@ -22,9 +22,9 @@ Upgrading Cordova Windows Phone
 
 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.8.0
+- To upgrade to 1.8.0, please go from 1.7.0
 
-## Upgrade to 1.8.0 from 1.8.0 ##
+## Upgrade to 1.8.0 from 1.7.0 ##
 
 ### In Visual Studio's Solution Explorer window:
 1. Delete the file GapLib/WP7CordovaClassLib.dll from your project.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/aadb4e4f/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 fb26ef6..bc08f2a 100644
--- a/docs/en/edge/guide/upgrading/android/index.md
+++ b/docs/en/edge/guide/upgrading/android/index.md
@@ -23,12 +23,12 @@ 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.
 
-- To upgrade to 1.8.0, please go from 1.8.0
-- To upgrade from 1.8.0, please go from 1.6.0
+- 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.8.0 ##
+## Upgrade to 1.8.0 from 1.7.0 ##
 
-1. Remove cordova-1.8.0.jar from the libs directory in your project
+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.8.0.js into your project
@@ -36,12 +36,12 @@ This document is for people who need to upgrade their Cordova versions from an o
 6. Update the res/xml/plugins.xml to be the same as the one found in framework/res/xml/plugins.xml
 
 
-## Upgrade to 1.8.0 from 1.6.0 ##
+## 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
+2. Add cordova-1.7.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 sue the new cordova-1.6.0.js file
+4. Copy the new cordova-1.7.0.js into your project
+5. Update your HTML to sue 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
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/aadb4e4f/docs/en/edge/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/blackberry/index.md b/docs/en/edge/guide/upgrading/blackberry/index.md
index d5b4eed..3f7dd2d 100644
--- a/docs/en/edge/guide/upgrading/blackberry/index.md
+++ b/docs/en/edge/guide/upgrading/blackberry/index.md
@@ -22,9 +22,9 @@ Upgrading Cordova BlackBerry
 
 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.8.0
+- To upgrade to 1.8.0, please go from 1.7.0
 
-## Upgrade to 1.8.0 from 1.8.0 ##
+## Upgrade to 1.8.0 from 1.7.0 ##
 
 Updating just the www folder:
 
@@ -41,6 +41,6 @@ Updating the sample folder (ie, updating using the ant tools):
 2. Update the .jar file in the `ext/` folder.
 3. Update the contents of the `ext-air/` folder.
 4. Update the .js file in the `javascript/` folder.
-5. Open the `sample/lib/` folder and rename the `1.8.0/` folder to `1.8.0/`.
+5. Open the `sample/lib/` folder and rename the `1.7.0/` folder to `1.8.0/`.
 6. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Cordova.
 7. Open the `www/` folder and update your HTML to use the new `cordova-1.8.0.js` file.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/aadb4e4f/docs/en/edge/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/ios/index.md b/docs/en/edge/guide/upgrading/ios/index.md
index a2ef181..078c77d 100644
--- a/docs/en/edge/guide/upgrading/ios/index.md
+++ b/docs/en/edge/guide/upgrading/ios/index.md
@@ -20,7 +20,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 Upgrading Cordova iOS
 =====================
 
-## Upgrading Cordova 1.8.0 projects to 1.8.0 ##
+## Upgrading Cordova 1.7.0 projects to 1.8.0 ##
 
 1. **Install** Cordova 1.8.0
 2. **Create a new project** - you will have to grab assets from this new project
@@ -31,4 +31,4 @@ If you intend on using the **Capture API**, you will need the new **iPad retina-
 
 1.  **Copy** the **Resources/Capture.bundle** item from the new project into your project folder, over-writing your existing **Resources/Capture.bundle** item
 2.  In your project, select the **Capture.bundle** item into Xcode into your Project Navigator, and press the **Delete** key, then select **Remove Reference** from the dialog that pops up.
-3.  Drag the new **Capture.bundle** from Step 1. above into Xcode into your Project Navigator, and select the **Create groups for any added folders** radio-button
\ No newline at end of file
+3.  Drag the new **Capture.bundle** from Step 1. above into Xcode into your Project Navigator, and select the **Create groups for any added folders** radio-button

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/aadb4e4f/docs/en/edge/guide/upgrading/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/windows-phone/index.md b/docs/en/edge/guide/upgrading/windows-phone/index.md
index f9af999..84ff440 100644
--- a/docs/en/edge/guide/upgrading/windows-phone/index.md
+++ b/docs/en/edge/guide/upgrading/windows-phone/index.md
@@ -22,9 +22,9 @@ Upgrading Cordova Windows Phone
 
 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.8.0
+- To upgrade to 1.8.0, please go from 1.7.0
 
-## Upgrade to 1.8.0 from 1.8.0 ##
+## Upgrade to 1.8.0 from 1.7.0 ##
 
 ### In Visual Studio's Solution Explorer window:
 1. Delete the file GapLib/WP7CordovaClassLib.dll from your project.