From cad7abf78a831586b43f185d4abd5f30265a3058 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 04 Apr 2016 13:38:35 +0000
Subject: [PATCH] Remove the "configClass" tools argument
---
opendj-server-legacy/src/messages/org/opends/messages/tool.properties | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
index 42026e0..e0d019d 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
@@ -58,10 +58,6 @@
INFO_ENCPW_DESCRIPTION_ENCODED_PW_10=Encoded password to compare against the \
clear-text password
INFO_ENCPW_DESCRIPTION_ENCODED_PW_FILE_11=Encoded password file
-INFO_DESCRIPTION_CONFIG_CLASS_12=The fully-qualified name of the Java class \
- to use as the Directory Server configuration handler. If this is not \
- provided, then a default of org.opends.server.extensions.ConfigFileHandler \
- will be used
INFO_DESCRIPTION_CONFIG_FILE_13=Path to the Directory Server \
configuration file
INFO_ENCPW_DESCRIPTION_SCHEME_14=Scheme to use for the encoded password
@@ -2031,7 +2027,6 @@
INFO_KEYSTOREPATH_PLACEHOLDER_1504={keyStorePath}
INFO_TRUSTSTOREPATH_PLACEHOLDER_1505={trustStorePath}
INFO_BINDPWD_FILE_PLACEHOLDER_1506={bindPasswordFile}
-INFO_CONFIGCLASS_PLACEHOLDER_1507={configClass}
INFO_HOST_PLACEHOLDER_1508={host}
INFO_PORT_PLACEHOLDER_1509={port}
INFO_BASEDN_PLACEHOLDER_1510={baseDN}
--
Gitblit v1.10.0