JAL-2418 JAL-2116 make sure java 8,7 vm args are also listed
authorJim Procter <jprocter@issues.jalview.org>
Thu, 17 Aug 2017 10:41:33 +0000 (11:41 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 17 Aug 2017 10:41:33 +0000 (11:41 +0100)
build.xml

index 94f32fd..2ab4bec 100755 (executable)
--- a/build.xml
+++ b/build.xml
         </information>
         <resources>
           <j2se version="9+" />
-          <j2se version="7,8" initial_heap_size="${inih}" max_heap_size="${maxh}" />
           <jar main="true" href="jalview.jar"/>
           <fileset dir="${packageDir}">
             <exclude name="jalview.jar" />
 
     <jnlpf toFile="${jnlpFile}" />
     <!-- add a j2se entry for java 9 -->
-    <replace file="${jnlpFile}" value="j2se version=&quot;9+&quot; initial-heap-size=&quot;${inih}&quot; max-heap-size=&quot;${maxh}&quot; java-vm-args=&quot;--add-modules=java.se.ee&quot;">
+    <replace file="${jnlpFile}" value="j2se version=&quot;9+&quot; initial-heap-size=&quot;${inih}&quot; max-heap-size=&quot;${maxh}&quot; java-vm-args=&quot;--add-modules=java.se.ee&quot;/&gt;&lt;j2se version=&quot;7,8&quot; initial-heap-size=&quot;${inih}&quot; max-heap-size=&quot;${maxh}&quot;">
           <replacetoken>j2se version="9+"</replacetoken>
            
         </replace>