You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/11/19 00:39:12 UTC

svn commit: r476659 - /forrest/trunk/whiteboard/forrest2/ivy.xml

Author: rgardler
Date: Sat Nov 18 15:39:11 2006
New Revision: 476659

URL: http://svn.apache.org/viewvc?view=rev&rev=476659
Log:
Springframework now uses configuration management in the repository

Modified:
    forrest/trunk/whiteboard/forrest2/ivy.xml

Modified: forrest/trunk/whiteboard/forrest2/ivy.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/ivy.xml?view=diff&rev=476659&r1=476658&r2=476659
==============================================================================
--- forrest/trunk/whiteboard/forrest2/ivy.xml (original)
+++ forrest/trunk/whiteboard/forrest2/ivy.xml Sat Nov 18 15:39:11 2006
@@ -35,6 +35,8 @@
 	    <dependency org="apache" name="xerces" rev="latest.release"/>
 	    <dependency org="jtidy" name="jtidy" rev="4aug2000r7-dev"/>
 	    <dependency org="junit" name="junit" rev="4.1"/>
-	    <dependency org="springframework" name="core" rev="latest.release"/>
+	    <dependency org="springframework" name="springframework" rev="latest.release">
+	      <conf name="core"/>
+	    </dependency>
 	</dependencies>
 </ivy-module>