You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/04/08 02:34:24 UTC

svn commit: r1090071 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Fri Apr  8 00:34:23 2011
New Revision: 1090071

URL: http://svn.apache.org/viewvc?rev=1090071&view=rev
Log:
Remove redundant test config

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1090071&r1=1090070&r2=1090071&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Fri Apr  8 00:34:23 2011
@@ -276,15 +276,6 @@ Supported protocols include: Echo, Finge
 
         </plugins>
 
-        <testResources>
-            <testResource>
-                <directory>${basedir}/src/test/java</directory>
-                <includes>
-                    <include>**/*Test.java</include>
-                </includes>
-            </testResource>
-        </testResources>
-
     </build>
 
     <reporting>