You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/09/15 23:14:33 UTC

svn commit: r1385181 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/build.xml

Author: uschindler
Date: Sat Sep 15 21:14:32 2012
New Revision: 1385181

URL: http://svn.apache.org/viewvc?rev=1385181&view=rev
Log:
Merged revision(s) 1385180 from lucene/dev/trunk:
One recursion missing....

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/build.xml   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/build.xml?rev=1385181&r1=1385180&r2=1385181&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/build.xml (original)
+++ lucene/dev/branches/branch_4x/solr/build.xml Sat Sep 15 21:14:32 2012
@@ -251,6 +251,7 @@
       <fileset dir="solrj" includes="build.xml"/>
       <fileset dir="test-framework" includes="build.xml"/>
     </subant>
+    <contrib-crawl target="rat-sources" failonerror="true"/>
   </target>
   
   <!-- Clean targets -->