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 2015/07/31 22:46:57 UTC

svn commit: r1693650 - /lucene/dev/trunk/build.xml

Author: uschindler
Date: Fri Jul 31 20:46:57 2015
New Revision: 1693650

URL: http://svn.apache.org/r1693650
Log:
Remove JRockit (no longer supported)

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1693650&r1=1693649&r2=1693650&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Fri Jul 31 20:46:57 2015
@@ -648,7 +648,6 @@ File | Project Structure | Platform Sett
     <or>
       <contains string="${java.vm.name}" substring="hotspot" casesensitive="false"/>
       <contains string="${java.vm.name}" substring="openjdk" casesensitive="false"/>
-      <contains string="${java.vm.name}" substring="jrockit" casesensitive="false"/>
     </or>
   </condition>