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/02/05 02:18:49 UTC

[2/2] git commit: defaults to create the 'full' template

Updated Branches:
  refs/heads/master b183792de -> 0d9b525c7
Updated Tags:  refs/tags/2.4.0 [created] 0d9b525c7


defaults to create the 'full' template


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

Branch: refs/heads/master
Commit: 0d9b525c715e7f54df60c8da57b0baab55208c75
Parents: 36822de
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Feb 4 16:43:03 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Feb 4 16:43:03 2013 -0800

----------------------------------------------------------------------
 bin/create.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/0d9b525c/bin/create.js
----------------------------------------------------------------------
diff --git a/bin/create.js b/bin/create.js
index 41a5e17..71f6897 100644
--- a/bin/create.js
+++ b/bin/create.js
@@ -159,7 +159,7 @@ WScript.Echo('newProjGuid ' + newProjGuid);
 
 //var fso=WScript.CreateObject("Scripting.FileSystemObject");
 //WScript.Echo("src = " + ROOT + "\\templates\\standalone");
-fso.CopyFolder(ROOT + "\\templates\\standalone", PROJECT_PATH); 
+fso.CopyFolder(ROOT + "\\templates\\full", PROJECT_PATH); 
 
 
 // replace the guid in the AppManifest