You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jk...@apache.org on 2011/01/26 02:42:01 UTC

svn commit: r1063558 - /incubator/opennlp/trunk/opennlp-tools/pom.xml

Author: jkosin
Date: Wed Jan 26 01:42:00 2011
New Revision: 1063558

URL: http://svn.apache.org/viewvc?rev=1063558&view=rev
Log:
OPENNLP-89: fixed exclusion of ASF license for the test files

Modified:
    incubator/opennlp/trunk/opennlp-tools/pom.xml

Modified: incubator/opennlp/trunk/opennlp-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/pom.xml?rev=1063558&r1=1063557&r2=1063558&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-tools/pom.xml Wed Jan 26 01:42:00 2011
@@ -112,7 +112,7 @@
 	                <exclude>CHANGES</exclude>
 	                <exclude>lib/JWNL</exclude>
 	                <exclude>lib/LIBNOTES</exclude>
-	                <exclude>src/test/resources/opennlp/tools/chunker/output.txt</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/chunker/*.txt</exclude> <!-- test data -->
 	                <exclude>src/test/resources/opennlp/tools/formats/*.sample</exclude> <!-- test data -->
 	                <exclude>src/test/resources/opennlp/tools/namefind/*.txt</exclude> <!-- test data -->
 	                <exclude>src/test/resources/opennlp/tools/namefind/*.train</exclude> <!-- test data -->