You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2017/04/20 10:41:15 UTC

[28/50] [abbrv] opennlp git commit: OPENNLP-992: Distribution package should include example parameters file

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 <sm...@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>