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/6cdca662 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/6cdca662 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/6cdca662 Branch: refs/heads/parser_regression Commit: 6cdca662f7c7f44afb79ef6a83140089bfec1301 Parents: 9610781 Author: smarthi <[email protected]> Authored: Tue Feb 21 13:47:29 2017 -0500 Committer: Jörn Kottmann <[email protected]> Committed: Sun Apr 16 19:24:54 2017 +0200 ---------------------------------------------------------------------- opennlp-distr/src/main/assembly/bin.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/6cdca662/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>
