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 2012/02/23 23:29:30 UTC

[3/50] [abbrv] wp7 commit: simplified, renamed Gap->Cordova

simplified, renamed Gap->Cordova

Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/50cf6b85
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/50cf6b85
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/50cf6b85

Branch: refs/heads/master
Commit: 50cf6b85ab124a72f67ca7819256fe04c37b3d96
Parents: 094c30d
Author: Jesse MacFadyen <je...@nitobi.com>
Authored: Thu Feb 23 13:12:20 2012 -0800
Committer: Jesse MacFadyen <je...@nitobi.com>
Committed: Thu Feb 23 13:12:20 2012 -0800

----------------------------------------------------------------------
 README.md |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/50cf6b85/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ce20e83..632677c 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Getting Started (Hey, not too rough)
 
 - copy the file Cordova-1.5.0-Starter.zip to the folder : \My Documents\Visual Studio 2010\Templates\ProjectTemplates\
 -- if you have just installed VisualStudio, you should launch it once to create this folder
--- if you prefer, you may add the project instead to the "Silverlight for Windows Phone" subfolder of "Visual C#".  This is up to you, and only affects where the GapAppStarter template is shown when creating a new project. You may need to create this folder.
+-- if you prefer, you may add the project instead to the "Silverlight for Windows Phone" subfolder of "Visual C#".  This is up to you, and only affects where the project template is shown when creating a new project. You may need to create this folder.
 - Launch Visual Studio 2010 and select to create a new project
 -- Cordova-1.5.0-Starter should be listed as an option, give your new project a name
 -- If you do not see it, you may have to select the top level 'Visual C#' to see it
@@ -32,21 +32,6 @@ When you add or remove files/folders in the www folder you will need to do the f
 -- Do not modify the CordovaSourceDictionary.xml file which is included in the project, it is auto-generated for you when you build.
 
 
-Getting Started ( Ultra-Violence ! aka for contributors )
----
-
-- make sure you have the 7.1 SDK installed
-- fork/git or download/unzip the repo to your harddrive
-- copy the file Cordova-1.5.0-Starter.zip to the folder : \My Documents\Visual Studio 2010\Templates\ProjectTemplates\
-- Launch Visual Studio 2010 and select to create a new project
--- Cordova-1.5.0-Starter should be listed as an option, give your project a name
-- Right-Click on the solution and select Add->Existing Project, and add the project :
- framework\WP7CordovaClassLib.csproj from the downloaded repo
-- Right-Click your main project and "Add Reference" to the WP7CordovaClassLib project
-- build and run!
-
-  
-
 
 
 BUGS?