Mirror the WP8 grammar patch to 3.0.0.
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/1f2851b3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1f2851b3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1f2851b3 Branch: refs/heads/master Commit: 1f2851b35697c050ff4eaaacec468219071a10f5 Parents: cf8c953 Author: Michael Brooks <[email protected]> Authored: Wed Aug 7 10:57:30 2013 -0700 Committer: Michael Brooks <[email protected]> Committed: Wed Aug 7 10:57:30 2013 -0700 ---------------------------------------------------------------------- docs/en/3.0.0/guide/platforms/wp8/tools.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1f2851b3/docs/en/3.0.0/guide/platforms/wp8/tools.md ---------------------------------------------------------------------- diff --git a/docs/en/3.0.0/guide/platforms/wp8/tools.md b/docs/en/3.0.0/guide/platforms/wp8/tools.md index e688f3a..e720d59 100644 --- a/docs/en/3.0.0/guide/platforms/wp8/tools.md +++ b/docs/en/3.0.0/guide/platforms/wp8/tools.md @@ -45,7 +45,7 @@ There are 2 ways to go about creating a new Apache Cordova WP7 or WP8 applicatio ### Run the batch file to create and install the templates. -- The root of the repo contains a file createTemplates.bat. Double clicking this file will generate 2 .zip files. (CordovaWP7_x_x_x.zip + CordovaWP8_x_x_x.zip where 3.0.0 is the current version number) To easily use these files in Visual Studio, copy them to +- The root of the repo contains a file createTemplates.bat. Double clicking this file will generate 2 .zip files. (CordovaWP7_x_x_x.zip + CordovaWP8_x_x_x.zip where x.x.x is the current version number) To easily use these files in Visual Studio, copy them to "My Documents\Visual Studio 2012\Templates\ProjectTemplates\" You will then be able to create new Apache Cordova Windows Phone apps from the Visual Studio File->New Project menu. - If you run the batch file from the command line, you can also call with a parameter to install automatically @@ -71,9 +71,9 @@ name. Here is the syntax for both Windows Phone 7 and 8: >.\wp7\bin\create C:\path\to\my_new_project >.\wp8\bin\create C:\path\to\my_new_project io.cordova.example CordovaWP8App - Launch Visual Studio and open Solution file (.sln) in (C:\path\to\my_new_project) +Launch Visual Studio and open Solution file (.sln) in (C:\path\to\my_new_project) - Built and Run it +Build and Run it ## Building your project (cleans then builds)
