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:01:14 UTC

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

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


added info for new WP8+WP7 combined repos


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

Branch: refs/heads/2.9.x
Commit: 5666b80a5d4dd5ec668366ceaebf62aaca427d29
Parents: adabc73
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jun 20 15:00:54 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jun 20 15:00:54 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5666b80a/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 9f91f87..81390e8 100644
--- a/docs/en/2.9.0rc1/guide/command-line/index.md
+++ b/docs/en/2.9.0rc1/guide/command-line/index.md
@@ -42,6 +42,9 @@ 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:
@@ -51,8 +54,11 @@ Run the `create` command with the following parameters:
 * Project name
 
 <!-- -->
-
-    $ C:\path\to\cordova-wp8\bin\create C:\path\to\my_new_cordova_project com.example.cordova_project_name CordovaProjectName
+    // 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
 
 ### Building your project (cleans then builds)