[
https://issues.apache.org/jira/browse/DL-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sijie Guo resolved DL-182.
--------------------------
Resolution: Fixed
Issue resolved by merging pull request 112
[https://github.com/apache/incubator-distributedlog/pull/112]
{noformat}
commit bd13f74c5d2727b5cd3d591e8a0de9ab27553053
Author: xieliang <[email protected]>
AuthorDate: Tue Jan 10 21:00:58 2017 -0800
Commit: Sijie Guo <[email protected]>
CommitDate: Tue Jan 10 21:00:58 2017 -0800
DL-182: assembled package should include README.md
Author: xieliang <[email protected]>
Reviewers: Sijie Guo <[email protected]>
Closes #112 from xieliang/DL-182-assembled
{noformat}
> 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)