Repository: flume Updated Branches: refs/heads/flume-1.7 1a62453e2 -> 174bed476
Add README.md and doap_Flume.rdf to the generated release artifacts This closes #69 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/174bed47 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/174bed47 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/174bed47 Branch: refs/heads/flume-1.7 Commit: 174bed476e6d750f44a7026d2fa88a7e913b8681 Parents: 1a62453 Author: Bessenyei Balázs Donát <[email protected]> Authored: Wed Oct 12 18:32:03 2016 +0200 Committer: Bessenyei Balázs Donát <[email protected]> Committed: Wed Oct 12 18:41:58 2016 +0200 ---------------------------------------------------------------------- flume-ng-dist/src/main/assembly/bin.xml | 4 +++- flume-ng-dist/src/main/assembly/src.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/174bed47/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 68814aa..185eac9 100644 --- a/flume-ng-dist/src/main/assembly/bin.xml +++ b/flume-ng-dist/src/main/assembly/bin.xml @@ -75,17 +75,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> http://git-wip-us.apache.org/repos/asf/flume/blob/174bed47/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 bf874ca..9e39d9a 100644 --- a/flume-ng-dist/src/main/assembly/src.xml +++ b/flume-ng-dist/src/main/assembly/src.xml @@ -99,12 +99,13 @@ <exclude>**/.project</exclude> <exclude>**/.settings/**</exclude> <exclude>lib/**</exclude> + <exclude>**/*.iml</exclude> </excludes> <includes> <include>.gitignore</include> <include>DEVNOTES</include> - <include>README</include> + <include>README.md</include> <include>LICENSE</include> <include>NOTICE</include> <include>CHANGELOG</include> @@ -115,6 +116,7 @@ <include>flume-ng-doc/**</include> <include>flume-ng-tests/**</include> <include>dev-support/**</include> + <include>doap_Flume.rdf</include> </includes> </fileSet> </fileSets>
