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 2011/01/26 13:26:27 UTC

svn commit: r1063693 - in /incubator/opennlp/trunk: opennlp-maxent/CHANGES opennlp-maxent/README opennlp-maxent/pom.xml opennlp-tools/CHANGES opennlp-tools/pom.xml

Author: joern
Date: Wed Jan 26 12:26:26 2011
New Revision: 1063693

URL: http://svn.apache.org/viewvc?rev=1063693&view=rev
Log:
OPENNLP-86 Removed old CHANGES and README file, and remoevd them from the rat exclusion.

Removed:
    incubator/opennlp/trunk/opennlp-maxent/CHANGES
    incubator/opennlp/trunk/opennlp-maxent/README
    incubator/opennlp/trunk/opennlp-tools/CHANGES
Modified:
    incubator/opennlp/trunk/opennlp-maxent/pom.xml
    incubator/opennlp/trunk/opennlp-tools/pom.xml

Modified: incubator/opennlp/trunk/opennlp-maxent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/pom.xml?rev=1063693&r1=1063692&r2=1063693&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-maxent/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-maxent/pom.xml Wed Jan 26 12:26:26 2011
@@ -56,9 +56,6 @@
 						<id>default-cli</id>
 						<configuration>
 							<excludes>
-								<exclude>CHANGES</exclude>
-								<exclude>lib/ASL</exclude>
-								<exclude>lib/LIBNOTES</exclude>
 								<exclude>META-INF/MANIFEST.MF</exclude>
 								<exclude>samples/sports/*.test</exclude> <!-- sample data -->
 								<exclude>src/main/java/opennlp/maxent/AllEnglishAffixes.txt</exclude> <!-- test data -->

Modified: incubator/opennlp/trunk/opennlp-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/pom.xml?rev=1063693&r1=1063692&r2=1063693&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-tools/pom.xml Wed Jan 26 12:26:26 2011
@@ -108,9 +108,6 @@
 	            <id>default-cli</id>
 	            <configuration>
 	              <excludes>
-	                <exclude>CHANGES</exclude>
-	                <exclude>lib/JWNL</exclude>
-	                <exclude>lib/LIBNOTES</exclude>
 	                <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 -->