[
https://issues.apache.org/jira/browse/DL-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15817187#comment-15817187
]
ASF GitHub Bot commented on DL-182:
-----------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-distributedlog/pull/112
> assembled source package doesn't include README.md
> --------------------------------------------------
>
> Key: DL-182
> URL: https://issues.apache.org/jira/browse/DL-182
> Project: DistributedLog
> Issue Type: Task
> Reporter: Sijie Guo
> Assignee: Liang Xie
> Fix For: 0.4.0
>
>
> the src/assemble/bin.xml and src/assemble/src.xml have inconsistent settings.
> the bin.xml is looking for README.md
> {code}
> <file>
> <source>../README.md</source>
> <outputDirectory>/</outputDirectory>
> <fileMode>644</fileMode>
> </file>
> {code}
> however, the src.xml doesn't include README.md in the source package.
> {code}
> <includes>
> <include>**/README</include>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)