From 6139e67ab2535c8a34be6c38639c2244fa1703ba Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Thu, 4 Jul 2019 16:31:47 +0100 Subject: [PATCH] JAL-3337 round-and-round the process source files again --- build.gradle | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 6c1e365..7746b25 100644 --- a/build.gradle +++ b/build.gradle @@ -1192,7 +1192,7 @@ task sourceDist (type: Tar) { "LICENSE", "**/README", "RELEASE", - "THIRDPARTYLIBS","TESTNG","**/README", + "THIRDPARTYLIBS","TESTNG", "build.gradle", "gradle.properties", "**/*.java", @@ -1223,11 +1223,12 @@ task sourceDist (type: Tar) { // exluding these as not using jars as modules yet exclude ("$j11modDir/**/*.jar") } - from (jalviewDir) { - // explicit includes for stuff that seemed to not get included - include(fileTree("test/**/*")) - exclude(EXCLUDE_FILES) - } +// from (jalviewDir) { +// // explicit includes for stuff that seemed to not get included +// include(fileTree("test/**/*.")) +// exclude(EXCLUDE_FILES) +// exclude(PROCESS_FILES) +// } } task helppages { -- 1.7.10.2