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

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

Author: sarowe
Date: Fri Sep 14 00:28:43 2012
New Revision: 1384608

URL: http://svn.apache.org/viewvc?rev=1384608&view=rev
Log:
LUCENE-4384: rat-sources should ignore IntelliJ IDEA module configuration files: *.iml

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

Modified: lucene/dev/trunk/solr/core/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/build.xml?rev=1384608&r1=1384607&r2=1384608&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/build.xml (original)
+++ lucene/dev/trunk/solr/core/build.xml Fri Sep 14 00:28:43 2012
@@ -19,7 +19,7 @@
   <description>Solr Core</description>
 
   <!-- html file for testing -->
-  <property name="rat.excludes" value="**/htmlStripReaderTest.html"/>
+  <property name="rat.excludes" value="**/htmlStripReaderTest.html,**/*.iml"/>
 
   <import file="../common-build.xml"/>