You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by si...@apache.org on 2017/01/11 05:01:03 UTC

incubator-distributedlog git commit: DL-182: assembled package should include README.md

Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 0c6e79497 -> bd13f74c5


DL-182: assembled package should include README.md

Author: xieliang <xi...@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/bd13f74c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/bd13f74c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/bd13f74c

Branch: refs/heads/master
Commit: bd13f74c5d2727b5cd3d591e8a0de9ab27553053
Parents: 0c6e794
Author: xieliang <xi...@gmail.com>
Authored: Tue Jan 10 21:00:58 2017 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Tue Jan 10 21:00:58 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/bd13f74c/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>