Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D39418DCA for ; Tue, 16 Feb 2016 15:25:57 +0000 (UTC) Received: (qmail 55960 invoked by uid 500); 16 Feb 2016 15:25:57 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 55927 invoked by uid 500); 16 Feb 2016 15:25:57 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 55918 invoked by uid 99); 16 Feb 2016 15:25:57 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2016 15:25:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id CDD281A076F for ; Tue, 16 Feb 2016 15:25:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.549 X-Spam-Level: X-Spam-Status: No, score=-3.549 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 87PErJwdb1k7 for ; Tue, 16 Feb 2016 15:25:56 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 9C0415FBE7 for ; Tue, 16 Feb 2016 15:25:55 +0000 (UTC) Received: (qmail 55890 invoked by uid 99); 16 Feb 2016 15:25:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2016 15:25:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 143B2E0211; Tue, 16 Feb 2016 15:25:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jensdeppe@apache.org To: commits@geode.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-geode git commit: Revert "GEODE-342: Dummy edit to close pull request" Date: Tue, 16 Feb 2016 15:25:55 +0000 (UTC) Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-78 54048d1e6 -> 67a9b5ff3 Revert "GEODE-342: Dummy edit to close pull request" This reverts commit 54048d1e6ff336cbdf94f37f894b979d2b408683. Closes #71 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/67a9b5ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/67a9b5ff Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/67a9b5ff Branch: refs/heads/feature/GEODE-78 Commit: 67a9b5ff3ba87dfde187b0d7a24e0626f21b7bab Parents: 54048d1 Author: Jens Deppe Authored: Tue Feb 16 07:25:32 2016 -0800 Committer: Jens Deppe Committed: Tue Feb 16 07:25:42 2016 -0800 ---------------------------------------------------------------------- gemfire-assembly/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/67a9b5ff/gemfire-assembly/build.gradle ---------------------------------------------------------------------- diff --git a/gemfire-assembly/build.gradle b/gemfire-assembly/build.gradle index 019ef9a..d0abb31 100755 --- a/gemfire-assembly/build.gradle +++ b/gemfire-assembly/build.gradle @@ -192,7 +192,7 @@ distributions { } into ('tools/jvsd') { - from project(":geode-jvsd").installDist + from project(":geode-jvsd").installDist } into ('tools/Extensions') {