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 2010/10/16 00:12:27 UTC

svn commit: r1023133 - /lucene/dev/branches/branch_3x/solr/common-build.xml

Author: yonik
Date: Fri Oct 15 22:12:27 2010
New Revision: 1023133

URL: http://svn.apache.org/viewvc?rev=1023133&view=rev
Log:
reenable lint for javac

Modified:
    lucene/dev/branches/branch_3x/solr/common-build.xml

Modified: lucene/dev/branches/branch_3x/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/common-build.xml?rev=1023133&r1=1023132&r2=1023133&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/common-build.xml (original)
+++ lucene/dev/branches/branch_3x/solr/common-build.xml Fri Oct 15 22:12:27 2010
@@ -255,6 +255,7 @@
              sourcepath=""
              classpathref="@{classpathref}">
          <nested />
+      	<compilerarg line="-Xlint -Xlint:-deprecation -Xlint:-serial"/>
       </javac>
     </sequential>
   </macrodef>