JAL-2418 JAL-2116 use 1.7+ and 1.9+ for the version specification - try to suppress...
authorJim Procter <jprocter@issues.jalview.org>
Mon, 4 Sep 2017 12:31:09 +0000 (13:31 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 4 Sep 2017 12:31:09 +0000 (13:31 +0100)
build.xml

index 9e21593..eb30ef0 100755 (executable)
--- a/build.xml
+++ b/build.xml
 
     <jnlpf toFile="${jnlpFile}" />
     <!-- add a j2se entry for java 9 -->
-    <replace file="${jnlpFile}" value="j2se version=&quot;7+&quot; initial-heap-size=&quot;${inih}&quot; max-heap-size=&quot;${maxh}&quot; java-vm-args=&quot;--add-modules=java.se.ee&quot;">
-          <replacetoken>j2se version="9+"</replacetoken>
+    <replace file="${jnlpFile}" value="j2se version=&quot;1.7+&quot; initial-heap-size=&quot;${inih}&quot; max-heap-size=&quot;${maxh}&quot; java-vm-args=&quot;--add-modules=java.se.ee&quot;">
+          <replacetoken>j2se version="1.9+"</replacetoken>
            
         </replace>
   </target>