You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/01/30 14:52:06 UTC

svn commit: r1065272 - /lucene/dev/trunk/solr/build.xml

Author: rmuir
Date: Sun Jan 30 13:52:06 2011
New Revision: 1065272

URL: http://svn.apache.org/viewvc?rev=1065272&view=rev
Log:
LUCENE-1866: add missing dirs to rat report

Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1065272&r1=1065271&r2=1065272&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Sun Jan 30 13:52:06 2011
@@ -956,6 +956,8 @@
     description="runs the tasks over src/java excluding the license directory">
     <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
       <fileset dir="src/java"/>
+      <fileset dir="src/test"/>
+      <fileset dir="src/webapp"/>
       <fileset dir="src/common"/>
       <fileset dir="src/solrj"/>
       <fileset dir="client">