You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/09/01 06:12:16 UTC

svn commit: r991426 - /gump/metadata/project/ivy.xml

Author: bodewig
Date: Wed Sep  1 04:12:16 2010
New Revision: 991426

URL: http://svn.apache.org/viewvc?rev=991426&view=rev
Log:
Ivy now needs bcpg

Modified:
    gump/metadata/project/ivy.xml

Modified: gump/metadata/project/ivy.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ivy.xml?rev=991426&r1=991425&r2=991426&view=diff
==============================================================================
--- gump/metadata/project/ivy.xml (original)
+++ gump/metadata/project/ivy.xml Wed Sep  1 04:12:16 2010
@@ -34,6 +34,7 @@
       <property name="final.core.name" value="ivy-core-@@DATE@@.jar"/>
     </ant>
     <depend project="ant" inherit="runtime" runtime="false" />
+    <depend project="bcpg" runtime="true"/>
     <depend project="commons-httpclient" runtime="true" />
     <!--this is needed as http client likes it-->
     <depend project="commons-codec" runtime="true"/>