Author: siren
Date: Wed Feb 18 09:18:07 2009
New Revision: 745448

URL: http://svn.apache.org/viewvc?rev=745448&view=rev
Log:
NUTCH-687 add RAT, also check plugins

Modified:
    lucene/nutch/trunk/build.xml

Modified: lucene/nutch/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/build.xml?rev=745448&r1=745447&r2=745448&view=diff
==============================================================================
--- lucene/nutch/trunk/build.xml (original)
+++ lucene/nutch/trunk/build.xml Wed Feb 18 09:18:07 2009
@@ -624,7 +624,9 @@
   <target name="rat-sources" depends="rat-sources-typedef"
          description="runs the tasks over src/java">
     <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
-      <fileset dir="src/java">
+      <fileset dir="src">
+       <include name="java/**/*"/>
+       <include name="plugin/**/src/**/*"/>
       </fileset>
     </rat:report>
   </target>


Reply via email to