From: Jim Procter Date: Thu, 4 Jul 2019 15:31:47 +0000 (+0100) Subject: JAL-3337 round-and-round the process source files again X-Git-Tag: Release_2_11_0~1^2^2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=6139e67ab2535c8a34be6c38639c2244fa1703ba JAL-3337 round-and-round the process source files again --- 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 {