OPENNLP-905 Copy LICENSE and NOTICE files to root of distribution
Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/67ffda9a Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/67ffda9a Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/67ffda9a Branch: refs/heads/parser_regression Commit: 67ffda9ac16092c04dec7b4b857c48f8db53a7c9 Parents: cb3e225 Author: Jörn Kottmann <[email protected]> Authored: Sat Dec 31 18:08:09 2016 +0100 Committer: Jörn Kottmann <[email protected]> Committed: Sat Dec 31 18:08:09 2016 +0100 ---------------------------------------------------------------------- opennlp-distr/src/main/assembly/bin.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/67ffda9a/opennlp-distr/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/opennlp-distr/src/main/assembly/bin.xml b/opennlp-distr/src/main/assembly/bin.xml index 615c7fc..feab11d 100644 --- a/opennlp-distr/src/main/assembly/bin.xml +++ b/opennlp-distr/src/main/assembly/bin.xml @@ -45,7 +45,8 @@ <fileSet> <directory>src/main/readme</directory> <fileMode>644</fileMode> - <directoryMode>755</directoryMode> + <directoryMode>755</directoryMode> + <outputDirectory>.</outputDirectory> </fileSet> <fileSet>
