Repository: incubator-htrace Updated Branches: refs/heads/master 94fb1b81a -> e1996ed48
HTRACE-73 Exclude .orig and pkg when building src tarball Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/e1996ed4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/e1996ed4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/e1996ed4 Branch: refs/heads/master Commit: e1996ed48aeaa07c5af4374370ce2e4cd34c8557 Parents: 94fb1b8 Author: stack <[email protected]> Authored: Tue Jan 13 16:23:10 2015 -0800 Committer: stack <[email protected]> Committed: Tue Jan 13 16:23:57 2015 -0800 ---------------------------------------------------------------------- src/main/assembly/src.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e1996ed4/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml index 605e808..7ddd723 100644 --- a/src/main/assembly/src.xml +++ b/src/main/assembly/src.xml @@ -38,12 +38,13 @@ <exclude>target/</exclude> <exclude>test/</exclude> <exclude>.classpath</exclude> + <exclude>**/*.orig</exclude> <exclude>.project</exclude> <exclude>.git</exclude> <exclude>.gitignore</exclude> <exclude>.settings/</exclude> <exclude>**/src/go/bin/**</exclude> - <exclude>**/src/go/pkg/**</exclude> + <exclude>**/pkg/**</exclude> </excludes> </fileSet> </fileSets>
