"LICENSE",
"**/README",
"RELEASE",
- "THIRDPARTYLIBS","TESTNG","**/README",
+ "THIRDPARTYLIBS","TESTNG",
"build.gradle",
"gradle.properties",
"**/*.java",
// 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 {