Remove CHANGELOG from binary distribution
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e97bb4b4 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e97bb4b4 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e97bb4b4 Branch: refs/heads/0.10.x-branch Commit: e97bb4b49436ec4673381562fd14bb9061009266 Parents: ba62a65 Author: Jungtaek Lim <[email protected]> Authored: Fri Aug 4 15:05:50 2017 +0900 Committer: Jungtaek Lim <[email protected]> Committed: Fri Aug 4 15:13:19 2017 +0900 ---------------------------------------------------------------------- storm-dist/binary/src/main/assembly/binary.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/e97bb4b4/storm-dist/binary/src/main/assembly/binary.xml ---------------------------------------------------------------------- diff --git a/storm-dist/binary/src/main/assembly/binary.xml b/storm-dist/binary/src/main/assembly/binary.xml index d35ab96..059fb14 100644 --- a/storm-dist/binary/src/main/assembly/binary.xml +++ b/storm-dist/binary/src/main/assembly/binary.xml @@ -288,11 +288,6 @@ </file> <file> - <source>${project.basedir}/../../CHANGELOG.md</source> - <outputDirectory>/</outputDirectory> - </file> - - <file> <source>${project.basedir}/../../SECURITY.md</source> <outputDirectory>/</outputDirectory> </file>
