You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2013/12/11 12:39:27 UTC

svn commit: r1550110 - /lucene/dev/trunk/lucene/common-build.xml

Author: uschindler
Date: Wed Dec 11 11:39:27 2013
New Revision: 1550110

URL: http://svn.apache.org/r1550110
Log:
reenable javadocs on JDK8

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1550110&r1=1550109&r2=1550110&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Wed Dec 11 11:39:27 2013
@@ -336,7 +336,7 @@
       </or>
       <or>
         <equals arg1="${build.java.runtime}" arg2="1.7"/>
-        <!--TODO: reenable once https://bugs.openjdk.java.net/browse/JDK-8027977 is fixed: <equals arg1="${build.java.runtime}" arg2="1.8"/>-->
+        <equals arg1="${build.java.runtime}" arg2="1.8"/>
       </or>
       <!-- TODO: Fix this! For now only run this on 64bit, because jTIDY OOMs with default heap size: -->
       <contains string="${os.arch}" substring="64"/>