You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2007/09/12 23:51:09 UTC

svn commit: r575093 - /incubator/tika/trunk/pom.xml

Author: mattmann
Date: Wed Sep 12 14:51:09 2007
New Revision: 575093

URL: http://svn.apache.org/viewvc?rev=575093&view=rev
Log:
- fixed typo (K. Bennett via mattmann)

Modified:
    incubator/tika/trunk/pom.xml

Modified: incubator/tika/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tika/trunk/pom.xml?rev=575093&r1=575092&r2=575093&view=diff
==============================================================================
--- incubator/tika/trunk/pom.xml (original)
+++ incubator/tika/trunk/pom.xml Wed Sep 12 14:51:09 2007
@@ -195,7 +195,7 @@
 
   <build>
     <sourceDirectory>${basedir}/src/main/java/</sourceDirectory>
-    <testSourceDirectory>${basedir}/src/test/</testSourceDirectory>
+    <testSourceDirectory>${basedir}/src/test/java/</testSourceDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>