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/03/28 09:00:54 UTC

[09/26] git commit: [CB-2831] Removed automatic template laoding into VS

[CB-2831] Removed automatic template laoding into VS


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

Branch: refs/heads/2.6.x
Commit: f054018eb7a7b57f5f34644fad9f865989a1d742
Parents: 18911e8
Author: Benn Mapes <be...@gmail.com>
Authored: Wed Mar 27 15:36:03 2013 -0700
Committer: Benn Mapes <be...@gmail.com>
Committed: Wed Mar 27 15:36:03 2013 -0700

----------------------------------------------------------------------
 tooling/scripts/package.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f054018e/tooling/scripts/package.js
----------------------------------------------------------------------
diff --git a/tooling/scripts/package.js b/tooling/scripts/package.js
index 00f3221..be71232 100644
--- a/tooling/scripts/package.js
+++ b/tooling/scripts/package.js
@@ -42,7 +42,7 @@ var args = WScript.Arguments,
 // destination directory to package
 var BUILD_DESTINATION;
 // add templates to visual studio?
-var ADD_TO_VS = true;
+var ADD_TO_VS = false;
 
 // help function
 function Usage()