You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2012/01/11 17:06:20 UTC

svn commit: r1230118 - /lucene/dev/branches/solrcloud/lucene/common-build.xml

Author: yonik
Date: Wed Jan 11 16:06:20 2012
New Revision: 1230118

URL: http://svn.apache.org/viewvc?rev=1230118&view=rev
Log:
revert accidental commit

Modified:
    lucene/dev/branches/solrcloud/lucene/common-build.xml

Modified: lucene/dev/branches/solrcloud/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/solrcloud/lucene/common-build.xml?rev=1230118&r1=1230117&r2=1230118&view=diff
==============================================================================
--- lucene/dev/branches/solrcloud/lucene/common-build.xml (original)
+++ lucene/dev/branches/solrcloud/lucene/common-build.xml Wed Jan 11 16:06:20 2012
@@ -818,6 +818,8 @@
         <nested/>
         <!-- <compilerarg line="-Xmaxwarns 10000000"/>
         <compilerarg line="-Xmaxerrs 10000000"/> -->
+        <!-- for generics in Java 1.5: -->
+	<compilerarg line="-Xlint -Xlint:-deprecation -Xlint:-serial"/>
       </javac>
     </sequential>
   </macrodef>