Author: crossley
Date: Wed Nov 11 06:41:44 2009
New Revision: 834781
URL: http://svn.apache.org/viewvc?rev=834781&view=rev
Log:
Gump suggests that it does not need this classpath property.
Modified:
forrest/trunk/main/build.xml
Modified: forrest/trunk/main/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=834781&r1=834780&r2=834781&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Wed Nov 11 06:41:44 2009
@@ -427,10 +427,8 @@
<!-- Target used by Gump to run RAT on Forrest sources -->
<target name="gump-rat" depends="init"
description="Target used by Gump: forrest-rat">
-<echo level="info" message="gump_rat_classpath=${rat-tasks.jar}"/>
<typedef resource="org/apache/rat/anttasks/antlib.xml"
- uri="antlib:org.apache.rat.anttasks"
- classpath="${rat-tasks.jar}"/>
+ uri="antlib:org.apache.rat.anttasks"/>
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
<fileset dir="${forrest.home}">
<excludesfile name="${forrest.home}/etc/rat-avoid.txt"/>