Sijie Guo created DL-182:
----------------------------
Summary: 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
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)