Repository: flume Updated Branches: refs/heads/trunk 82e9f4d48 -> 99f591994
Add README.md and doap_Flume.rdf to the generated release artifacts This closes #69 (Cherry-picked from flume-1.7 branch by Denes Arvay) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/5405fc68 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/5405fc68 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/5405fc68 Branch: refs/heads/trunk Commit: 5405fc68c657fe6f2aabe14aa5cd19c781a032ea Parents: 82e9f4d Author: Bessenyei Balázs Donát <[email protected]> Authored: Wed Oct 12 18:32:03 2016 +0200 Committer: Denes Arvay <[email protected]> Committed: Fri Sep 15 14:21:47 2017 +0200 ---------------------------------------------------------------------- flume-ng-dist/src/main/assembly/bin.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/5405fc68/flume-ng-dist/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/src/main/assembly/bin.xml b/flume-ng-dist/src/main/assembly/bin.xml index 932ccb2..68296a0 100644 --- a/flume-ng-dist/src/main/assembly/bin.xml +++ b/flume-ng-dist/src/main/assembly/bin.xml @@ -80,17 +80,19 @@ <exclude>**/.project</exclude> <exclude>**/.settings/**</exclude> <exclude>lib/**</exclude> + <exclude>**/*.iml</exclude> </excludes> <includes> <include>DEVNOTES</include> - <include>README</include> + <include>README.md</include> <include>LICENSE</include> <include>NOTICE</include> <include>CHANGELOG</include> <include>RELEASE-NOTES</include> <include>bin/**</include> <include>conf/**</include> + <include>doap_Flume.rdf</include> </includes> </fileSet>
