LUCENE-1866: add exclusion for bocchan test file

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309255 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-04 05:36:52 +00:00
parent 2fe2e82584
commit 6c7c89c3f9
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@
<property name="dict.format" value="ipadic"/>
<property name="dict.normalize" value="false"/>
<property name="dict.target.dir" location="./src/resources"/>
<!-- currently whether rat detects this as binary or not
is platform dependent?! -->
<property name="rat.excludes" value="**/*.txt,**/bocchan.utf-8"/>
<import file="../../../lucene/contrib/contrib-build.xml"/>
<available type="dir" file="${build.dir}/${ipadic.version}" property="dict.available"/>