You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by cr...@apache.org on 2009/11/12 02:13:20 UTC

svn commit: r835184 - /gump/metadata/project/forrest.xml

Author: crossley
Date: Thu Nov 12 01:13:20 2009
New Revision: 835184

URL: http://svn.apache.org/viewvc?rev=835184&view=rev
Log:
Depend on "ant-contrib". Not needed for RAT, but keeps the rest of Forrest build system quiet.

Modified:
    gump/metadata/project/forrest.xml

Modified: gump/metadata/project/forrest.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/forrest.xml?rev=835184&r1=835183&r2=835184&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Thu Nov 12 01:13:20 2009
@@ -96,6 +96,7 @@
   <project name="forrest-rat">
     <ant basedir="main" target="gump-rat"/>
     <depend project="ant"/>
+    <depend project="ant-contrib"/>
     <depend project="rat"/>
     <depend project="commons-collections"/>
     <depend project="commons-cli"/>