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 2014/01/29 01:40:44 UTC

[3/3] git commit: Remove template file after create by name

Remove template file after create by name


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

Branch: refs/heads/3.4.x
Commit: 78736e0181d35b33f8902873e2912853af406f7c
Parents: fbdaab7
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jan 28 16:38:49 2014 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jan 28 16:40:10 2014 -0800

----------------------------------------------------------------------
 windows8/bin/create.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/78736e01/windows8/bin/create.js
----------------------------------------------------------------------
diff --git a/windows8/bin/create.js b/windows8/bin/create.js
index 6a4128a..c8e2c79 100644
--- a/windows8/bin/create.js
+++ b/windows8/bin/create.js
@@ -164,7 +164,7 @@ function create(destPath, namespace, name, guid) {
     delete_if_exists(destPath + "\\bin");
     delete_if_exists(destPath + "\\*.user");
     delete_if_exists(destPath + "\\*.suo");
-    delete_if_exists(destPath + "\\*.vstemplate");
+    delete_if_exists(destPath + "\\MyTemplate.vstemplate");
 
     // TODO: Name the project according to the arguments
     // update the solution to include the new project by name