JAL-2754 corrected merge conflict
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 14 Nov 2017 08:44:08 +0000 (08:44 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 14 Nov 2017 08:44:08 +0000 (08:44 +0000)
build.xml

index 43d6a0c..89c3d24 100755 (executable)
--- a/build.xml
+++ b/build.xml
 
     <jnlpf toFile="${jnlpFile}" />
     <!-- add the add-modules j2se attribute for java 9 -->
-    <replace file="${jnlpFile}" value="j2se version=&quot;1.9+&quot; initial-heap-size=&quot;${inih}&quot; max-heap-size=&quot;${maxh}&quot; java-vm-args=&quot;--add-modules=java.se.ee --illegal-access=warn&quot;">
+    <replace file="${jnlpFile}" value="j2se version=&quot;1.8+&quot; initial-heap-size=&quot;${inih}&quot; max-heap-size=&quot;${maxh}&quot; java-vm-args=&quot;--add-modules=java.se.ee --illegal-access=warn&quot;">
           <replacetoken>j2se version="1.8+"</replacetoken>
     </replace>
   </target>