Repository: incubator-htrace Updated Branches: refs/heads/master e1996ed48 -> 0dcbb2267
HBASE-74 More excludes in src.xml assembly: add build dir Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/0dcbb226 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/0dcbb226 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/0dcbb226 Branch: refs/heads/master Commit: 0dcbb22673b3e07b14f54c9030ec6101b9b005bc Parents: e1996ed Author: stack <[email protected]> Authored: Wed Jan 14 12:10:27 2015 -0800 Committer: stack <[email protected]> Committed: Wed Jan 14 12:10:53 2015 -0800 ---------------------------------------------------------------------- src/main/assembly/src.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/0dcbb226/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml index 7ddd723..3709375 100644 --- a/src/main/assembly/src.xml +++ b/src/main/assembly/src.xml @@ -45,6 +45,7 @@ <exclude>.settings/</exclude> <exclude>**/src/go/bin/**</exclude> <exclude>**/pkg/**</exclude> + <exclude>**/build/**</exclude> </excludes> </fileSet> </fileSets>
