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 CCD53200CF3 for ; Wed, 13 Sep 2017 16:16:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CB7F51609CA; Wed, 13 Sep 2017 14:16:10 +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 1E81E1609C9 for ; Wed, 13 Sep 2017 16:16:09 +0200 (CEST) Received: (qmail 40566 invoked by uid 500); 13 Sep 2017 14:16:03 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 40552 invoked by uid 99); 13 Sep 2017 14:16:03 -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; Wed, 13 Sep 2017 14:16:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05324F573D; Wed, 13 Sep 2017 14:16:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulk@apache.org To: commits@groovy.apache.org Date: Wed, 13 Sep 2017 14:16:03 -0000 Message-Id: <1065c8df52584f15b3c6713720d79007@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] groovy git commit: remove some legacy rseource definitions in build archived-at: Wed, 13 Sep 2017 14:16:11 -0000 Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 894de84ef -> d5ebfe455 remove some legacy rseource definitions in build Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/801ab556 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/801ab556 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/801ab556 Branch: refs/heads/GROOVY_2_5_X Commit: 801ab556e98e84b45c2cba30b46c4132a79c6fea Parents: 894de84 Author: paulk Authored: Tue Sep 12 23:19:17 2017 +1000 Committer: paulk Committed: Thu Sep 14 00:15:24 2017 +1000 ---------------------------------------------------------------------- build.gradle | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/801ab556/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index db7b332..467871c 100644 --- a/build.gradle +++ b/build.gradle @@ -280,17 +280,10 @@ sourceSets { } } resources { - srcDirs = ['src/main', 'src/tools', 'src/resources'] + srcDirs = ['src/main', 'src/resources'] include 'META-INF/services/*', 'META-INF/groovy-release-info.properties', - 'groovy/grape/*.xml', - 'groovy/ui/*.properties', - 'groovy/ui/**/*.png', - 'groovy/inspect/swingui/AstBrowserProperties.groovy', - 'org/codehaus/groovy/tools/shell/**/*.properties', - 'org/codehaus/groovy/tools/shell/**/*.xml', - 'org/codehaus/groovy/tools/groovydoc/gstringTemplates/**/*.*', - 'org/codehaus/groovy/tools/groovy.ico' + 'groovy/grape/*.xml' } } test {