Author: rgardler
Date: Wed Feb 28 04:09:54 2007
New Revision: 512724

URL: http://svn.apache.org/viewvc?view=rev&rev=512724
Log:
commons-collections 2.1 came as a dependency of avalon, but Cocoon defines a 
dependency on 3.1 - so ad to our ivy.xml

Removed:
    forrest/branches/ivyBuild/lib/core/commons-collections-3.1.jar
    forrest/branches/ivyBuild/lib/core/commons-collections-3.1.jar.license.txt
Modified:
    forrest/branches/ivyBuild/main/ivy.xml

Modified: forrest/branches/ivyBuild/main/ivy.xml
URL: 
http://svn.apache.org/viewvc/forrest/branches/ivyBuild/main/ivy.xml?view=diff&rev=512724&r1=512723&r2=512724
==============================================================================
--- forrest/branches/ivyBuild/main/ivy.xml (original)
+++ forrest/branches/ivyBuild/main/ivy.xml Wed Feb 28 04:09:54 2007
@@ -43,6 +43,7 @@
     <dependency org="chaperon" name="chaperon" rev="20040205"/>
     -->
     <dependency org="cocoon" name="cocoon-chaperon" rev="2.1.9"/>
+    <dependency org="commons-collections" name="commons-collections" 
rev="3.1"/>
     <dependency org="net.sf.ehcache" name="ehcache" rev="1.2" />
   </dependencies>
 </ivy-module>