From b122409392a4d67ac76c7866782a0e2a041941c4 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 6 Oct 2017 17:01:38 +0100 Subject: [PATCH] JAL-2116 fix jnlp file post-processing so java 9 module path and java version added correctly --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index eb30ef0..f39fdf3 100755 --- a/build.xml +++ b/build.xml @@ -425,7 +425,7 @@ - + @@ -450,9 +450,9 @@ - + - j2se version="1.9+" + j2se version="1.7+" -- 1.7.10.2