added the generated sources to the clean task.
Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/64ad0273 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/64ad0273 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/64ad0273 Branch: refs/heads/master Commit: 64ad0273cedd5aff0f068e530c456d644ef68751 Parents: 76b0b9a Author: wisebaldone <[email protected]> Authored: Thu Dec 17 00:21:14 2015 +1000 Committer: wisebaldone <[email protected]> Committed: Thu Dec 17 00:21:14 2015 +1000 ---------------------------------------------------------------------- wave/build.gradle | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/64ad0273/wave/build.gradle ---------------------------------------------------------------------- diff --git a/wave/build.gradle b/wave/build.gradle index ab04cd1..ca39a6d 100644 --- a/wave/build.gradle +++ b/wave/build.gradle @@ -621,4 +621,12 @@ task createDistBin() { } } -createDistBin.dependsOn createDistBinZip, createDistBinTar \ No newline at end of file +createDistBin.dependsOn createDistBinZip, + +// Additional Clean +clean { + delete "war/WEB-INF" + delete "war/webclient" + delete "src/generated" + delete "gwt-unitCache" +} \ No newline at end of file
