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:40:48 UTC

docs commit: Updated WP7+WP8 instructions for new location of command-line create commands

Updated Branches:
  refs/heads/2.9.x 02a5fc8f2 -> 78a44458c


Updated WP7+WP8 instructions for new location of command-line create commands


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

Branch: refs/heads/2.9.x
Commit: 78a44458c61f782beac65b520ec5a5362dd362a2
Parents: 02a5fc8
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jun 20 15:38:04 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jun 20 15:40:25 2013 -0700

----------------------------------------------------------------------
 docs/en/2.9.0rc1/guide/command-line/index.md | 9 ++++++++-
 docs/en/edge/guide/command-line/index.md     | 9 ++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/78a44458/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..60b0690 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:
@@ -52,7 +55,11 @@ Run the `create` command with the following parameters:
 
 <!-- -->
 
-    $ 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)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/78a44458/docs/en/edge/guide/command-line/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/command-line/index.md b/docs/en/edge/guide/command-line/index.md
index 9f91f87..60b0690 100644
--- a/docs/en/edge/guide/command-line/index.md
+++ b/docs/en/edge/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:
@@ -52,7 +55,11 @@ Run the `create` command with the following parameters:
 
 <!-- -->
 
-    $ 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)