Repository: flume Updated Branches: refs/heads/flume-1.5 c74804226 -> 451fad027
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/451fad02 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/451fad02 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/451fad02 Branch: refs/heads/flume-1.5 Commit: 451fad0271280d18ea7c6a1c7114f7c3f9a32665 Parents: c748042 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:19 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/451fad02/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>
