From 7da2a8f166b87c7ed549420cce35c5c14edccf6b Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Sun, 03 Apr 2011 19:43:27 +0000 Subject: [PATCH] Fix OpenDJ-106: QuickStart Welcome Panel calls for Java 5, although OpenDJ now requires Java 6 --- opends/src/messages/messages/quicksetup.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index bcdc6a5..a5884cb 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -21,7 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. -# Portions Copyright 2010 ForgeRock AS +# Portions Copyright 2010-2011 ForgeRock AS @@ -577,7 +577,7 @@ INFO_INSTALL_CANCELED=Setup canceled. INFO_INSTALLANDUPGRADE_WELCOME_PANEL_INSTRUCTIONS=The %s QuickSetup tool \ can either install and configure a new server instance or upgrade an existing \ - server instance. <br><br> %s requires a Java SE 5.0 or higher runtime.<br><br> \ + server instance. <br><br> %s requires a Java SE 6.0 or higher runtime.<br><br> \ Additional information on QuickSetup is available on the <a \ href="%s"> %s documentation site</a>. INFO_INSTALLANDUPGRADE_WELCOME_PANEL_TITLE=Welcome -- Gitblit v1.10.0