Repository: incubator-distributedlog Updated Branches: refs/heads/release-0.4.0-incubating 3c979e672 -> 7d6ebc1ab
DL-182: assembled package should include README.md Author: xieliang <xieliang...@gmail.com> Reviewers: Sijie Guo <si...@apache.org> Closes #112 from xieliang/DL-182-assembled Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/7d6ebc1a Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/7d6ebc1a Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/7d6ebc1a Branch: refs/heads/release-0.4.0-incubating Commit: 7d6ebc1abf3d823dfa7142ef8ac83ce9837c0eab Parents: 3c979e6 Author: xieliang <xieliang...@gmail.com> Authored: Tue Jan 10 21:00:58 2017 -0800 Committer: Sijie Guo <si...@apache.org> Committed: Tue Jan 10 21:03:45 2017 -0800 ---------------------------------------------------------------------- src/assemble/src.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/7d6ebc1a/src/assemble/src.xml ---------------------------------------------------------------------- diff --git a/src/assemble/src.xml b/src/assemble/src.xml index 395f2b3..7031e06 100644 --- a/src/assemble/src.xml +++ b/src/assemble/src.xml @@ -27,7 +27,7 @@ <directory>.</directory> <useDefaultExcludes>true</useDefaultExcludes> <includes> - <include>**/README</include> + <include>**/README.md</include> <include>**/LICENSE</include> <include>**/NOTICE</include> <include>**/pom.xml</include>