exclude some artifacts from tgz - test/svt - connectors/javax.websocket-server
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/3118af66 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/3118af66 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/3118af66 Branch: refs/heads/master Commit: 3118af66956c55b5d3b54477751372fe6398a46d Parents: 6fd19bb Author: Dale LaBossiere <[email protected]> Authored: Thu Sep 1 13:41:56 2016 -0400 Committer: Dale LaBossiere <[email protected]> Committed: Thu Sep 1 13:41:56 2016 -0400 ---------------------------------------------------------------------- build.gradle | 2 ++ platform/java7/build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/3118af66/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 1d1659c..9bb40f0 100644 --- a/build.gradle +++ b/build.gradle @@ -788,6 +788,8 @@ task releaseTarGz(type: Tar) { from "$target_dir/README.md" from "$target_dir/version.txt" from target_dir + exclude '**/test/svt/' + exclude '**/connectors/javax.websocket-server/' // just part of wsclient test harness doLast { ant.checksum algorithm: 'md5', file: archivePath ant.checksum algorithm: 'sha1', file: archivePath http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/3118af66/platform/java7/build.gradle ---------------------------------------------------------------------- diff --git a/platform/java7/build.gradle b/platform/java7/build.gradle index df747eb..6930ffe 100644 --- a/platform/java7/build.gradle +++ b/platform/java7/build.gradle @@ -37,7 +37,7 @@ clean { } ant_retro7.doFirst { - println "Performing a long running ant task (run with --info to see it all)..." + println "Performing a longer running ant task (e.g., ~30sec; run with --info to see it all)..." } task addJava7Target {
