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 2009/09/14 09:03:52 UTC

svn commit: r814500 - /gump/metadata/project/slf4j.xml

Author: bodewig
Date: Mon Sep 14 07:03:52 2009
New Revision: 814500

URL: http://svn.apache.org/viewvc?rev=814500&view=rev
Log:
slf4j is getting incompatible versions of Ant jars from somewhere.  First make sure slf4j builds after Ant

Modified:
    gump/metadata/project/slf4j.xml

Modified: gump/metadata/project/slf4j.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/slf4j.xml?rev=814500&r1=814499&r2=814500&view=diff
==============================================================================
--- gump/metadata/project/slf4j.xml (original)
+++ gump/metadata/project/slf4j.xml Mon Sep 14 07:03:52 2009
@@ -32,6 +32,7 @@
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
 
+    <option project="ant"/>
     <option project="commons-collections"/>
     <option project="commons-logging" ids="commons-logging-api"/>
     <option project="logging-log4j-12"/>