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:44:38 UTC

svn commit: r1384615 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ lucene/ solr/ solr/core/build.xml

Author: sarowe
Date: Fri Sep 14 00:44:38 2012
New Revision: 1384615

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

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/core/build.xml

Modified: lucene/dev/branches/branch_4x/solr/core/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/core/build.xml?rev=1384615&r1=1384614&r2=1384615&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/core/build.xml (original)
+++ lucene/dev/branches/branch_4x/solr/core/build.xml Fri Sep 14 00:44:38 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"/>