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 2013/08/07 19:57:44 UTC

[1/2] docs commit: Minor updates to tools.md docs. "Built" should be "Build"

Updated Branches:
  refs/heads/master 2d931bdf7 -> 1f2851b35


Minor updates to tools.md docs. "Built" should be "Build"


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

Branch: refs/heads/master
Commit: cf8c9536c5c57d8043eb1de98241012d7ae8f39a
Parents: 2d931bd
Author: Lisa Seacat DeLuca <ld...@us.ibm.com>
Authored: Wed Aug 7 12:46:49 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Aug 7 10:56:12 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/wp8/tools.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cf8c9536/docs/en/edge/guide/platforms/wp8/tools.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/wp8/tools.md b/docs/en/edge/guide/platforms/wp8/tools.md
index e04b34d..e720d59 100644
--- a/docs/en/edge/guide/platforms/wp8/tools.md
+++ b/docs/en/edge/guide/platforms/wp8/tools.md
@@ -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)
 


[2/2] docs commit: Mirror the WP8 grammar patch to 3.0.0.

Posted by mw...@apache.org.
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 <mi...@michaelbrooks.ca>
Authored: Wed Aug 7 10:57:30 2013 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
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)