You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by co...@apache.org on 2017/05/17 15:53:08 UTC

[42/50] opennlp git commit: OPENNLP-1057: Add all Eval tests to the Eval profile

OPENNLP-1057: Add all Eval tests to the Eval profile

closes #200


Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/d7b3b96b
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/d7b3b96b
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/d7b3b96b

Branch: refs/heads/LangDetect
Commit: d7b3b96b26623516514b21125c07d27031e5d291
Parents: 068b1f3
Author: thygesen <th...@apache.org>
Authored: Mon May 15 20:07:14 2017 +0200
Committer: Jörn Kottmann <jo...@apache.org>
Committed: Mon May 15 22:19:12 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/d7b3b96b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2190a26..695b95c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@
 						<configuration>
 							<includes>
 								<include>**/*Test.java</include>
-								<include>**/SourceForgeModelEval.java</include>
+								<include>**/*Eval.java</include>
 							</includes>
 						</configuration>
 					</plugin>