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:47:54 UTC

svn commit: r1693651 - in /lucene/dev/branches/branch_5x: ./ build.xml

Author: uschindler
Date: Fri Jul 31 20:47:54 2015
New Revision: 1693651

URL: http://svn.apache.org/r1693651
Log:
Merged revision(s) 1693650 from lucene/dev/trunk:
Remove JRockit (no longer supported)

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/build.xml

Modified: lucene/dev/branches/branch_5x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/build.xml?rev=1693651&r1=1693650&r2=1693651&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/build.xml (original)
+++ lucene/dev/branches/branch_5x/build.xml Fri Jul 31 20:47:54 2015
@@ -658,7 +658,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>