From e2b7c390c376385dec5d495b9cb066e9a5be3ade Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 6 Feb 2015 14:26:55 +0100 Subject: [PATCH] Switch to java8 and set java7 to none --- OPSI/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OPSI/control b/OPSI/control index 19be829..6da88c6 100644 --- a/OPSI/control +++ b/OPSI/control @@ -106,7 +106,7 @@ multivalue: False editable: False description: Install Java 7 Runtime Environment values: ["install", "none", "reinstall"] -default: ["install"] +default: ["none"] [ProductProperty] type: unicode @@ -115,7 +115,7 @@ multivalue: False editable: False description: Install Java 8 Runtime Environment values: ["install", "none", "reinstall"] -default: ["none"] +default: ["install"] [ProductProperty] type: unicode