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 8E7EB200C01 for ; Thu, 19 Jan 2017 15:41:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8D4F9160B5C; Thu, 19 Jan 2017 14:41:40 +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 DF650160B54 for ; Thu, 19 Jan 2017 15:41:39 +0100 (CET) Received: (qmail 49052 invoked by uid 500); 19 Jan 2017 14:41:39 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 48956 invoked by uid 99); 19 Jan 2017 14:41:39 -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; Thu, 19 Jan 2017 14:41:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4644DFCDF; Thu, 19 Jan 2017 14:41:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: abaker@apache.org To: commits@geode.apache.org Date: Thu, 19 Jan 2017 14:41:40 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/6] geode-examples git commit: GEODE-2318 Clean up rat excludes archived-at: Thu, 19 Jan 2017 14:41:40 -0000 GEODE-2318 Clean up rat excludes Project: http://git-wip-us.apache.org/repos/asf/geode-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-examples/commit/24ab7901 Tree: http://git-wip-us.apache.org/repos/asf/geode-examples/tree/24ab7901 Diff: http://git-wip-us.apache.org/repos/asf/geode-examples/diff/24ab7901 Branch: refs/heads/develop Commit: 24ab79015a5a983135c9ba6d933f40534d6d8782 Parents: fe4912b Author: Anthony Baker Authored: Tue Jan 17 14:10:14 2017 -0800 Committer: Anthony Baker Committed: Tue Jan 17 19:50:32 2017 -0800 ---------------------------------------------------------------------- gradle/rat.gradle | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode-examples/blob/24ab7901/gradle/rat.gradle ---------------------------------------------------------------------- diff --git a/gradle/rat.gradle b/gradle/rat.gradle index b0b5d68..33d95ca 100644 --- a/gradle/rat.gradle +++ b/gradle/rat.gradle @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +apply plugin: "org.nosphere.apache.rat" rat { xmlOutput = false @@ -53,36 +54,11 @@ rat { '**/tags', // text files - '**/*.fig', - // '**/*.txt', - // '**/*.md', - '**/*.json', - '**/*.tx0', - '**/*.txo', '**/*.log', '**/*.patch', '**/*.diff', '**/*.rej', - '**/*.orig', - '**/*.MF', - - // binary files - '**/*.cer', - '**/*.dia', - '**/*.gfs', - '**/*.gif', - '**/*.ico', - '**/*.jpg', - '**/*.keystore', - '**/*.pdf', - '**/*.png', - '**/*.ser', - '**/*.svg', - '**/*.truststore', - '**/*.xls', - '**/publickeyfile', - '**/*.dat' - + '**/*.orig' ] }