Return-Path: X-Original-To: apmail-lucenenet-commits-archive@www.apache.org Delivered-To: apmail-lucenenet-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 A68211174E for ; Sat, 19 Jul 2014 20:42:04 +0000 (UTC) Received: (qmail 27040 invoked by uid 500); 19 Jul 2014 20:42:04 -0000 Delivered-To: apmail-lucenenet-commits-archive@lucenenet.apache.org Received: (qmail 26932 invoked by uid 500); 19 Jul 2014 20:42:04 -0000 Mailing-List: contact commits-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucenenet.apache.org Delivered-To: mailing list commits@lucenenet.apache.org Received: (qmail 26745 invoked by uid 99); 19 Jul 2014 20:42:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jul 2014 20:42:04 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 27E9B99C141; Sat, 19 Jul 2014 20:42:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mherndon@apache.org To: commits@lucenenet.apache.org Date: Sat, 19 Jul 2014 20:42:05 -0000 Message-Id: In-Reply-To: <7542551c5a5d4bbe9cd28e741a43058a@git.apache.org> References: <7542551c5a5d4bbe9cd28e741a43058a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/5] git commit: removing pause from cmd file removing pause from cmd file Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/d484fef3 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/d484fef3 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/d484fef3 Branch: refs/heads/pcl Commit: d484fef3b386872e9f3425d37dae66f8905f55a4 Parents: 621aacd Author: Michael Herndon Authored: Sat Jul 19 00:16:23 2014 -0400 Committer: Michael Herndon Committed: Sat Jul 19 00:16:23 2014 -0400 ---------------------------------------------------------------------- build.cmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/d484fef3/build.cmd ---------------------------------------------------------------------- diff --git a/build.cmd b/build.cmd index 1d214ec..d1f8ab0 100644 --- a/build.cmd +++ b/build.cmd @@ -4,5 +4,4 @@ cls if not exist packages\FAKE\tools\Fake.exe ( .nuget\nuget.exe install FAKE -OutputDirectory packages -ExcludeVersion ) -packages\FAKE\tools\FAKE.exe build.fsx %* -pause \ No newline at end of file +packages\FAKE\tools\FAKE.exe build.fsx %* \ No newline at end of file