Repository: incubator-slider Updated Branches: refs/heads/develop 8b1854532 -> 5c9dcd55d
SLIDER-760 make sure that DISCLAIMER and NOTICE get through to the binary tarball Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/5c9dcd55 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/5c9dcd55 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/5c9dcd55 Branch: refs/heads/develop Commit: 5c9dcd55dc95fef34c2e458a0f1d915d5612baab Parents: 8b18545 Author: Steve Loughran <[email protected]> Authored: Wed Feb 4 16:37:18 2015 +0000 Committer: Steve Loughran <[email protected]> Committed: Wed Feb 4 16:37:18 2015 +0000 ---------------------------------------------------------------------- slider-assembly/src/assembly/slider-bin.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/5c9dcd55/slider-assembly/src/assembly/slider-bin.xml ---------------------------------------------------------------------- diff --git a/slider-assembly/src/assembly/slider-bin.xml b/slider-assembly/src/assembly/slider-bin.xml index 8e4e162..8887ec8 100644 --- a/slider-assembly/src/assembly/slider-bin.xml +++ b/slider-assembly/src/assembly/slider-bin.xml @@ -71,6 +71,14 @@ <source>../LICENSE</source> <outputDirectory>/</outputDirectory> </file> + <file> + <source>../DISCLAIMER</source> + <outputDirectory>/</outputDirectory> + </file> + <file> + <source>../NOTICE</source> + <outputDirectory>/</outputDirectory> + </file> <file> <source>${project.build.directory}/agent/slider-agent.tar.gz</source>
