You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rw...@apache.org on 2008/03/02 21:22:24 UTC

svn commit: r632830 - /commons/proper/net/branches/NET_2_0/pom.xml

Author: rwinston
Date: Sun Mar  2 12:22:23 2008
New Revision: 632830

URL: http://svn.apache.org/viewvc?rev=632830&view=rev
Log:
Update pom

Modified:
    commons/proper/net/branches/NET_2_0/pom.xml

Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=632830&r1=632829&r2=632830&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Sun Mar  2 12:22:23 2008
@@ -202,7 +202,7 @@
 
 		<testResources>
 			<testResource>
-				<directory>${basedir}</directory>
+				<directory>${basedir}/src/test/java</directory>
 				<includes>
 					<include>**/*Test.java</include>
 				</includes>