Suppress warnings emitted by Java8 about non_processed annotations

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1585529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-04-07 17:27:30 +00:00
parent abd4de42a0
commit 3337604efb
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
<property name="javac.target" value="1.7"/>
<property name="javac.source.backwards" value="1.7"/>
<property name="javac.target.backwards" value="1.7"/>
<property name="javac.args" value="-Xlint -Xlint:-deprecation -Xlint:-serial -Xlint:-options"/>
<property name="javac.args" value="-Xlint -Xlint:-deprecation -Xlint:-serial -Xlint:-options -Xlint:-processing"/>
<property name="javadoc.link" value="http://download.oracle.com/javase/7/docs/api/"/>
<property name="javadoc.link.junit" value="http://junit.sourceforge.net/javadoc/"/>
<property name="javadoc.packagelist.dir" location="${common.dir}/tools/javadoc"/>