OPENNLP-992: Distribution package should include example parameters file
Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/413c7fc0 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/413c7fc0 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/413c7fc0 Branch: refs/heads/OPENNLP-778 Commit: 413c7fc0768ed543f1860df518287d7df54f4328 Parents: 5be5b52 Author: smarthi <[email protected]> Authored: Tue Feb 21 13:47:29 2017 -0500 Committer: smarthi <[email protected]> Committed: Tue Feb 21 13:47:29 2017 -0500 ---------------------------------------------------------------------- opennlp-distr/src/main/assembly/bin.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/413c7fc0/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 43d95f4..b1e27c8 100644 --- a/opennlp-distr/src/main/assembly/bin.xml +++ b/opennlp-distr/src/main/assembly/bin.xml @@ -87,6 +87,13 @@ <directoryMode>755</directoryMode> <outputDirectory>bin</outputDirectory> </fileSet> + + <fileSet> + <directory>../opennlp-tools/lang</directory> + <fileMode>644</fileMode> + <directoryMode>755</directoryMode> + <outputDirectory>lang</outputDirectory> + </fileSet> <fileSet> <directory>../opennlp-docs/target/docbkx/html</directory>
