LUCENE-2630: allow lucene to be built with non-sun jvms

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@996942 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-09-14 15:09:50 +00:00
parent 350963de8d
commit f4d106b4d0
1 changed files with 2 additions and 2 deletions

View File

@ -643,8 +643,8 @@
source="@{javac.source}"
target="@{javac.target}">
<nested/>
<compilerarg line="-Xmaxwarns 10000000"/>
<compilerarg line="-Xmaxerrs 10000000"/>
<!-- <compilerarg line="-Xmaxwarns 10000000"/>
<compilerarg line="-Xmaxerrs 10000000"/> -->
<!-- for generics in Java 1.5: -->
<!--<compilerarg line="-Xlint:unchecked"/>-->
</javac>