Author: mattmann
Date: Wed Sep 12 13:32:33 2007
New Revision: 575066
URL: http://svn.apache.org/viewvc?rev=575066&view=rev
Log:
- fix for TIKA-11
Added:
incubator/tika/trunk/src/test/java/org/apache/tika/metadata/
- copied from r575064,
incubator/tika/trunk/src/main/test/org/apache/tika/metadata/
Removed:
incubator/tika/trunk/src/main/test/org/apache/tika/metadata/
Modified:
incubator/tika/trunk/CHANGES.txt
incubator/tika/trunk/pom.xml
Modified: incubator/tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/tika/trunk/CHANGES.txt?rev=575066&r1=575065&r2=575066&view=diff
==============================================================================
--- incubator/tika/trunk/CHANGES.txt (original)
+++ incubator/tika/trunk/CHANGES.txt Wed Sep 12 13:32:33 2007
@@ -4,3 +4,4 @@
1. TIKA-5 - Port Metadata Framework from Nutch (mattmann)
+2. TIKA-11 - Consolidate test classes into a src/test/java directory tree
(mattmann)
\ No newline at end of file
Modified: incubator/tika/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tika/trunk/pom.xml?rev=575066&r1=575065&r2=575066&view=diff
==============================================================================
--- incubator/tika/trunk/pom.xml (original)
+++ incubator/tika/trunk/pom.xml Wed Sep 12 13:32:33 2007
@@ -195,7 +195,7 @@
<build>
<sourceDirectory>${basedir}/src/main/java/</sourceDirectory>
- <testSourceDirectory>${basedir}/src/main/test/</testSourceDirectory>
+ <testSourceDirectory>${basedir}/src/test/</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>