Repository: incubator-htrace Updated Branches: refs/heads/3.1 68ea191dd -> cc54af7ed
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/cc54af7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/cc54af7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/cc54af7e Branch: refs/heads/3.1 Commit: cc54af7ed57ea2da6011196480f837aa32e4c925 Parents: 68ea191 Author: stack <[email protected]> Authored: Wed Jan 14 12:10:27 2015 -0800 Committer: stack <[email protected]> Committed: Wed Jan 14 12:10:27 2015 -0800 ---------------------------------------------------------------------- src/main/assembly/src.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/cc54af7e/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>
