From 4b511ed713fe471bc9c89328b7c6f932b981671f Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Wed, 4 Jan 2017 09:33:08 +0100 Subject: [PATCH] check Java version and bail out if unsupported --- build.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index f77a7f465e6..a805e37a0c3 100644 --- a/build.xml +++ b/build.xml @@ -18,7 +18,7 @@ information: Portions Copyright [yyyy] [name of copyright owner] CDDL HEADER END -Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved. --> @@ -153,6 +153,16 @@ Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. + + + + + + + + + + @@ -292,9 +302,12 @@ Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. - + + + +