You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2017/09/12 12:50:31 UTC

groovy git commit: remove some legacy rseource definitions in build

Repository: groovy
Updated Branches:
  refs/heads/master 46df5eb62 -> 5306a0d2e


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/5306a0d2
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/5306a0d2
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/5306a0d2

Branch: refs/heads/master
Commit: 5306a0d2e46fced216a0c6cbeb1544f831ab8626
Parents: 46df5eb
Author: paulk <pa...@asert.com.au>
Authored: Tue Sep 12 22:50:21 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Sep 12 22:50:21 2017 +1000

----------------------------------------------------------------------
 build.gradle | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/5306a0d2/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 391775a..050aa04 100644
--- a/build.gradle
+++ b/build.gradle
@@ -287,17 +287,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'
         }
     }
     test {