Repository: flume Updated Branches: refs/heads/flume-1.6 d0a514401 -> 57356c748
FLUME-2551. Add dev-support directory to source tarball. Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/57356c74 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/57356c74 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/57356c74 Branch: refs/heads/flume-1.6 Commit: 57356c748bd8fdbc73a24344277132cc3159f8c9 Parents: d0a5144 Author: Hari Shreedharan <[email protected]> Authored: Wed Nov 12 11:48:34 2014 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Wed Nov 12 11:49:06 2014 -0800 ---------------------------------------------------------------------- flume-ng-dist/src/main/assembly/src.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/57356c74/flume-ng-dist/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/src/main/assembly/src.xml b/flume-ng-dist/src/main/assembly/src.xml index dc8b92b..b1e79a2 100644 --- a/flume-ng-dist/src/main/assembly/src.xml +++ b/flume-ng-dist/src/main/assembly/src.xml @@ -112,6 +112,7 @@ <include>pom.xml</include> <include>flume-ng-doc/**</include> <include>flume-ng-tests/**</include> + <include>dev-support/**</include> </includes> </fileSet> </fileSets>
