View | Details | Raw Unified | Return to bug 247334
Collapse All | Expand All

(-)sysutils/javaservicewrapper/files/patch-build-tests.xml (+14 lines)
Line 0 Link Here
1
--- build-tests.xml.orig	2019-10-30 07:02:29 UTC
2
+++ build-tests.xml
3
@@ -31,10 +31,7 @@
4
  
5
     <!-- Does Java include the JavaScript Engine ? -->
6
     <condition property="java-includes-jsEngine">
7
-        <and>
8
-            <isfalse value="${is.java 1.5 or lower}"/>
9
-            <istrue  value="${is.JavaSunOracleApple}"/>
10
-        </and>
11
+        <javaversion atleast="1.8"/>
12
     </condition>
13
  
14
     <!-- platform -->

Return to bug 247334