Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 788A1200BAD for ; Tue, 25 Oct 2016 09:21:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 77284160AF3; Tue, 25 Oct 2016 07:21:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BFF25160AE6 for ; Tue, 25 Oct 2016 09:21:02 +0200 (CEST) Received: (qmail 7901 invoked by uid 500); 25 Oct 2016 07:21:01 -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 7892 invoked by uid 99); 25 Oct 2016 07:21:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2016 07:21:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D501BC0988 for ; Tue, 25 Oct 2016 07:21:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 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=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id xXPI0TPUBLie for ; Tue, 25 Oct 2016 07:20:58 +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 3CB325FC88 for ; Tue, 25 Oct 2016 07:20:58 +0000 (UTC) Received: (qmail 64305 invoked by uid 99); 25 Oct 2016 06:20:08 -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, 25 Oct 2016 06:20:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F179ADFB78; Tue, 25 Oct 2016 06:20:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sbawaskar@apache.org To: commits@geode.incubator.apache.org Date: Tue, 25 Oct 2016 06:20:07 -0000 Message-Id: <72eff08b2f4d45f38b89f2a9d2e67e60@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/50] [abbrv] incubator-geode git commit: GEODE-1570: make GemFireVersion.properties available in the geode-core test source so that other projects that depends on the geode-core-test can access it. archived-at: Tue, 25 Oct 2016 07:21:03 -0000 Repository: incubator-geode Updated Branches: refs/heads/master 639c85602 -> 09d7b5ce2 GEODE-1570: make GemFireVersion.properties available in the geode-core test source so that other projects that depends on the geode-core-test can access it. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/864fc08f Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/864fc08f Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/864fc08f Branch: refs/heads/master Commit: 864fc08fa6ad44c054fb8e9d27fd90dd777ce598 Parents: 7b21520 Author: Jinmei Liao Authored: Tue Oct 4 15:10:42 2016 -0700 Committer: Jinmei Liao Committed: Tue Oct 4 15:10:42 2016 -0700 ---------------------------------------------------------------------- geode-core/build.gradle | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/864fc08f/geode-core/build.gradle ---------------------------------------------------------------------- diff --git a/geode-core/build.gradle b/geode-core/build.gradle index b2e5a4e..3cbdfbe 100755 --- a/geode-core/build.gradle +++ b/geode-core/build.gradle @@ -131,6 +131,9 @@ sourceSets { main { output.dir(generatedResources, builtBy: 'createVersionPropertiesFile') } + test { + output.dir(generatedResources, builtBy: 'createVersionPropertiesFile') + } } // Creates the version properties file and writes it to the classes dir