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/11 07:41:54 UTC

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

Author: crossley
Date: Wed Nov 11 06:41:53 2009
New Revision: 834782

URL: http://svn.apache.org/viewvc?rev=834782&view=rev
Log:
Gump suggests that it does not need this classpath property. RAT was working properly on the previous Gump run, so lets see.

Modified:
    gump/metadata/project/forrest.xml

Modified: gump/metadata/project/forrest.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/forrest.xml?rev=834782&r1=834781&r2=834782&view=diff
==============================================================================
--- gump/metadata/project/forrest.xml (original)
+++ gump/metadata/project/forrest.xml Wed Nov 11 06:41:53 2009
@@ -94,9 +94,7 @@
   </project>
 
   <project name="forrest-rat">
-    <ant basedir="main" target="gump-rat">
-      <property name="rat-tasks.jar" reference="jarpath" project="rat" id="apache-rat-tasks"/>
-    </ant>
+    <ant basedir="main" target="gump-rat"/>
     <depend project="ant"/>
     <depend project="rat"/>
     <depend project="commons-collections"/>