You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2006/06/14 19:48:35 UTC

svn commit: r414367 - /incubator/graffito/trunk/jcr/spring/maven.xml

Author: clombart
Date: Wed Jun 14 12:48:35 2006
New Revision: 414367

URL: http://svn.apache.org/viewvc?rev=414367&view=rev
Log:
Udate config file ref

Modified:
    incubator/graffito/trunk/jcr/spring/maven.xml

Modified: incubator/graffito/trunk/jcr/spring/maven.xml
URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jcr/spring/maven.xml?rev=414367&r1=414366&r2=414367&view=diff
==============================================================================
--- incubator/graffito/trunk/jcr/spring/maven.xml (original)
+++ incubator/graffito/trunk/jcr/spring/maven.xml Wed Jun 14 12:48:35 2006
@@ -22,7 +22,7 @@
 
 	<goal name="testSetup">
 		<copy todir="target/repository" overwrite="true">
-			<fileset dir="src/repository" includes="**/*" />
+			<fileset dir="src/test-config/repository" includes="**/*" />
 		</copy>
 	</goal>
 </project>