You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pb...@apache.org on 2010/01/03 03:16:46 UTC

svn commit: r895325 - /commons/proper/lang/trunk/pom.xml

Author: pbenedict
Date: Sun Jan  3 02:16:45 2010
New Revision: 895325

URL: http://svn.apache.org/viewvc?rev=895325&view=rev
Log:
Remove customized src/test directories

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=895325&r1=895324&r2=895325&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sun Jan  3 02:16:45 2010
@@ -431,8 +431,6 @@
 
 
   <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>