Repository: chukwa Updated Branches: refs/heads/chukwa-0.7 ba16764a6 -> bc3c46302
CHUKWA-795. Release Chukwa 0.7.0. (Eric Yang) Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/bc3c4630 Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/bc3c4630 Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/bc3c4630 Branch: refs/heads/chukwa-0.7 Commit: bc3c463025dd8c2dd0cac267e2579916db8076d0 Parents: ba16764 Author: Eric Yang <[email protected]> Authored: Mon Dec 21 10:01:37 2015 -0800 Committer: Eric Yang <[email protected]> Committed: Mon Dec 21 10:26:03 2015 -0800 ---------------------------------------------------------------------- src/packages/tarball/src.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/bc3c4630/src/packages/tarball/src.xml ---------------------------------------------------------------------- diff --git a/src/packages/tarball/src.xml b/src/packages/tarball/src.xml index 07c949f..56a6fe4 100644 --- a/src/packages/tarball/src.xml +++ b/src/packages/tarball/src.xml @@ -30,6 +30,7 @@ <include>**</include> </includes> <excludes> + <exclude>.*/**</exclude> <exclude>target/**</exclude> </excludes> </fileSet>
