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 2012/04/04 07:47:00 UTC

svn commit: r1309258 - /lucene/dev/branches/branch_3x/lucene/contrib/analyzers/common/build.xml

Author: rmuir
Date: Wed Apr  4 05:47:00 2012
New Revision: 1309258

URL: http://svn.apache.org/viewvc?rev=1309258&view=rev
Log:
LUCENE-1866: exclude deprecated russian test file (detected as binary locally, but not on hudson)

Modified:
    lucene/dev/branches/branch_3x/lucene/contrib/analyzers/common/build.xml

Modified: lucene/dev/branches/branch_3x/lucene/contrib/analyzers/common/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/contrib/analyzers/common/build.xml?rev=1309258&r1=1309257&r2=1309258&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/contrib/analyzers/common/build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/contrib/analyzers/common/build.xml Wed Apr  4 05:47:00 2012
@@ -28,7 +28,7 @@
   <property name="maven.dist.dir" location="../../../dist/maven" />
 
   <!-- some files for testing that do not have license headers -->
-  <property name="rat.excludes" value="**/*.aff,**/*.dic,**/*.txt,**/charfilter/*.htm*"/>
+  <property name="rat.excludes" value="**/*.aff,**/*.dic,**/*.txt,**/charfilter/*.htm*,**/resUTF8.htm"/>
 
   <import file="../../contrib-build.xml"/>