From 8bf05d16714ec5ec23bec6d169b4b8201c463ce4 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 28 Nov 2016 15:37:15 +0000
Subject: [PATCH] OPENDJ-3527 OPENDJ-3531 OPENDJ-1633 Fix tools bootstrap

---
 opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
index 7a7a645..f87dd96 100644
--- a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
+++ b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
@@ -358,8 +358,7 @@
 ERR_INCOMPATIBLE_JAVA_VERSION=The minimum Java version required is %s.%n%n\
  The detected version is %s.%nThe binary detected is %s%n%nPlease set \
  OPENDJ_JAVA_HOME to the root of a compatible Java installation or edit the \
- java.properties file and then run the dsjavaproperties script to specify the \
- java version to be used.
+ java.properties file
 INFO_DESCRIPTION_CONNECTION_TIMEOUT=Maximum length of time (in \
  milliseconds) that can be taken to establish a connection.  Use '0' to \
  specify no time out

--
Gitblit v1.10.0