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/13 22:25:53 UTC

svn commit: r1384513 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ lucene/ lucene/common-build.xml solr/

Author: sarowe
Date: Thu Sep 13 20:25:52 2012
New Revision: 1384513

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

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/lucene/common-build.xml   (contents, props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)

Modified: lucene/dev/branches/branch_4x/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/common-build.xml?rev=1384513&r1=1384512&r2=1384513&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/common-build.xml (original)
+++ lucene/dev/branches/branch_4x/lucene/common-build.xml Thu Sep 13 20:25:52 2012
@@ -231,7 +231,7 @@
   <property name="pitest.targetClasses" value="org.apache.*" />
 
   <!-- a reasonable default exclusion set, can be overridden for special cases -->
-  <property name="rat.excludes" value="**/TODO,**/*.txt"/>
+  <property name="rat.excludes" value="**/TODO,**/*.txt,**/*.iml"/>
 
   <propertyset id="uptodate.and.compiled.properties" dynamic="true">
     <propertyref regex=".*\.uptodate$$"/>