Author: bdelacretaz
Date: Sat Sep 15 02:42:46 2007
New Revision: 575897
URL: http://svn.apache.org/viewvc?rev=575897&view=rev
Log:
remove redundant sourceDirectory statements, we're using the standard Maven
layout now
Modified:
incubator/tika/trunk/pom.xml
Modified: incubator/tika/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tika/trunk/pom.xml?rev=575897&r1=575896&r2=575897&view=diff
==============================================================================
--- incubator/tika/trunk/pom.xml (original)
+++ incubator/tika/trunk/pom.xml Sat Sep 15 02:42:46 2007
@@ -194,8 +194,6 @@
</dependencies>
<build>
- <sourceDirectory>${basedir}/src/main/java/</sourceDirectory>
- <testSourceDirectory>${basedir}/src/test/java/</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>