You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/06/21 00:30:56 UTC

docs commit: Revert "added info for new WP8+WP7 combined repos"

Updated Branches:
  refs/heads/2.9.x 5666b80a5 -> 02a5fc8f2


Revert "added info for new WP8+WP7 combined repos"

This reverts commit 5666b80a5d4dd5ec668366ceaebf62aaca427d29.


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

Branch: refs/heads/2.9.x
Commit: 02a5fc8f286df6e7f3b745297081130b0501c602
Parents: 5666b80
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jun 20 15:29:31 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jun 20 15:29:31 2013 -0700

----------------------------------------------------------------------
 docs/en/2.9.0rc1/guide/command-line/index.md | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/02a5fc8f/docs/en/2.9.0rc1/guide/command-line/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.9.0rc1/guide/command-line/index.md b/docs/en/2.9.0rc1/guide/command-line/index.md
index 81390e8..9f91f87 100644
--- a/docs/en/2.9.0rc1/guide/command-line/index.md
+++ b/docs/en/2.9.0rc1/guide/command-line/index.md
@@ -42,9 +42,6 @@ Cordova projects.
 The Windows Phone command-line tools support creating, building, and
 running new projects. Commands must be run from a cmd or powershell prompt.
 
-The WP8 repo now includes code for building both WP7 + WP8 apps.
-The repo has subfolders for each: wp7/ and wp8/
-
 ### Create a project
 
 Run the `create` command with the following parameters:
@@ -54,11 +51,8 @@ Run the `create` command with the following parameters:
 * Project name
 
 <!-- -->
-    // create a new wp8 Cordova project
-    $ C:\path\to\cordova-wp8\wp8\bin\create C:\path\to\my_new_cordova_project com.example.cordova_project_name CordovaProjectName
-    
-    // create a new wp7 Cordova project
-    $ C:\path\to\cordova-wp8\wp7\bin\create C:\path\to\my_new_cordova_project com.example.cordova_project_name CordovaProjectName
+
+    $ C:\path\to\cordova-wp8\bin\create C:\path\to\my_new_cordova_project com.example.cordova_project_name CordovaProjectName
 
 ### Building your project (cleans then builds)