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/e1a1e1db
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/e1a1e1db
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/e1a1e1db

Branch: refs/heads/parser_regression
Commit: e1a1e1db6798c7ebc5dde538ada5f86eb5021a34
Parents: 093ff4c
Author: smarthi <smar...@apache.org>
Authored: Tue Feb 21 13:47:29 2017 -0500
Committer: Jörn Kottmann <jo...@apache.org>
Committed: Thu Apr 20 12:40:21 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/e1a1e1db/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>

Reply via email to