Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 114F9E43C for ; Tue, 5 Feb 2013 01:18:50 +0000 (UTC) Received: (qmail 30156 invoked by uid 500); 5 Feb 2013 01:18:49 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 30133 invoked by uid 500); 5 Feb 2013 01:18:49 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 30115 invoked by uid 99); 5 Feb 2013 01:18:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 01:18:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7B121829F7D; Tue, 5 Feb 2013 01:18:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: defaults to create the 'full' template Message-Id: <20130205011849.7B121829F7D@tyr.zones.apache.org> Date: Tue, 5 Feb 2013 01:18:49 +0000 (UTC) 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 Authored: Mon Feb 4 16:43:03 2013 -0800 Committer: Jesse MacFadyen 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