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:39:03 UTC

svn commit: r1309256 - in /lucene/dev/branches/branch_3x/lucene/contrib/analyzers/kuromoji: ./ build.xml

Author: rmuir
Date: Wed Apr  4 05:39:03 2012
New Revision: 1309256

URL: http://svn.apache.org/viewvc?rev=1309256&view=rev
Log:
LUCENE-1866: add exclusion for bocchan test file

Modified:
    lucene/dev/branches/branch_3x/lucene/contrib/analyzers/kuromoji/   (props changed)
    lucene/dev/branches/branch_3x/lucene/contrib/analyzers/kuromoji/build.xml

Modified: lucene/dev/branches/branch_3x/lucene/contrib/analyzers/kuromoji/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/contrib/analyzers/kuromoji/build.xml?rev=1309256&r1=1309255&r2=1309256&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/contrib/analyzers/kuromoji/build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/contrib/analyzers/kuromoji/build.xml Wed Apr  4 05:39:03 2012
@@ -45,6 +45,11 @@
   <property name="dict.target.dir" location="./src/resources"/>
   <import file="../../contrib-build.xml"/> 
 
+  <!-- currently whether rat detects this as binary or not
+       is platform dependent?! -->
+  <property name="rat.excludes" value="**/*.txt,**/bocchan.utf-8"/>
+  <import file="../../contrib-build.xml"/> 
+
   <available type="dir" file="${build.dir}/${ipadic.version}" property="dict.available"/>
 
   <path id="classpath">