createTemplate scripts install to root template folder
Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/94618199 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/94618199 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/94618199 Branch: refs/heads/master Commit: 9461819988105895695b3db871b9244bdb095198 Parents: 99747fa Author: Jesse MacFadyen <[email protected]> Authored: Wed Jun 19 01:35:05 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Wed Jun 19 01:35:05 2013 -0700 ---------------------------------------------------------------------- wp7/tooling/scripts/createTemplates.js | 2 +- wp8/tooling/scripts/createTemplates.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/94618199/wp7/tooling/scripts/createTemplates.js ---------------------------------------------------------------------- diff --git a/wp7/tooling/scripts/createTemplates.js b/wp7/tooling/scripts/createTemplates.js index afe3785..a8eccb5 100644 --- a/wp7/tooling/scripts/createTemplates.js +++ b/wp7/tooling/scripts/createTemplates.js @@ -211,7 +211,7 @@ function package_templates() if(addToVS) { - var template_dir = wscript_shell.ExpandEnvironmentStrings("%USERPROFILE%") + '\\Documents\\Visual Studio 2012\\Templates\\ProjectTemplates\\Testing'; + var template_dir = wscript_shell.ExpandEnvironmentStrings("%USERPROFILE%") + '\\Documents\\Visual Studio 2012\\Templates\\ProjectTemplates'; if(fso.FolderExists(template_dir )) { dest = shell.NameSpace(template_dir); http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/94618199/wp8/tooling/scripts/createTemplates.js ---------------------------------------------------------------------- diff --git a/wp8/tooling/scripts/createTemplates.js b/wp8/tooling/scripts/createTemplates.js index 2061af2..c61f34b 100644 --- a/wp8/tooling/scripts/createTemplates.js +++ b/wp8/tooling/scripts/createTemplates.js @@ -208,7 +208,7 @@ function package_templates() if(addToVS) { - var template_dir = wscript_shell.ExpandEnvironmentStrings("%USERPROFILE%") + '\\Documents\\Visual Studio 2012\\Templates\\ProjectTemplates\\Testing'; + var template_dir = wscript_shell.ExpandEnvironmentStrings("%USERPROFILE%") + '\\Documents\\Visual Studio 2012\\Templates\\ProjectTemplates'; if(fso.FolderExists(template_dir )) { dest = shell.NameSpace(template_dir);
