You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2014/08/14 16:45:10 UTC

svn commit: r1617960 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/common-build.xml

Author: rmuir
Date: Thu Aug 14 14:45:10 2014
New Revision: 1617960

URL: http://svn.apache.org/r1617960
Log:
LUCENE-5886: allow precommit to be run with java8. still TODO: we need to be able to actually detect 1.9

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/common-build.xml   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/common-build.xml?rev=1617960&r1=1617959&r2=1617960&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/common-build.xml (original)
+++ lucene/dev/branches/branch_4x/lucene/common-build.xml Thu Aug 14 14:45:10 2014
@@ -1799,7 +1799,7 @@ ${ant.project.name}.test.dependencies=${
   <!-- ECJ Javadoc linting: -->
   
   <condition property="ecj-javadoc-lint.supported">
-    <not><equals arg1="${build.java.runtime}" arg2="1.8"/></not>
+    <not><equals arg1="${build.java.runtime}" arg2="1.9"/></not>
   </condition>
 
   <condition property="ecj-javadoc-lint-tests.supported">