From 625f051cca398870f1d96aa78a054efabf0d77ac Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Mon, 15 Jul 2013 09:09:19 +0000
Subject: [PATCH] Remove unused messages

---
 opends/src/messages/messages/admin.properties |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/opends/src/messages/messages/admin.properties b/opends/src/messages/messages/admin.properties
index 00a9818..d431127 100644
--- a/opends/src/messages/messages/admin.properties
+++ b/opends/src/messages/messages/admin.properties
@@ -49,9 +49,6 @@
 #
 SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=An error occurred while trying to \
  retrieve relation configuration entry %s: %s
-SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=The relation entry %s does \
- not appear to exist in the Directory Server configuration. This is a required \
- entry
 SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=An error occurred while trying \
  to retrieve the managed object configuration entry %s: %s
 SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=The managed object \
@@ -63,21 +60,9 @@
  to load class %s and use it to create a component instance as defined in \
  configuration entry %s.  The error that occurred was:  %s.  This component \
  will be disabled
-SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=An error occurred while trying \
- to initialize a component instance loaded from class %s with the information \
- in configuration entry %s:  %s.  This component will be disabled
-MILD_WARN_ADMIN_COMPONENT_DISABLED_8=The Directory Server component \
- configured in entry %s has been disabled
 SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=The Directory Server jar file %s in \
  directory %s cannot be loaded because an unexpected error occurred while \
  trying to open the file for reading:  %s
-FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=A core configuration \
- definition class could not be loaded from the core manifest file %s because \
- an unexpected error occurred while trying to initialize it:  %s
-SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=A configuration \
- definition class could not be loaded from the extension manifest file %s in \
- extensions %s because an unexpected error occurred while trying to initialize \
- it:  %s
 MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=The extensions directory %s does not \
  exist, therefore no extensions will be loaded
 SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \
@@ -88,9 +73,6 @@
  while trying to list the files in that directory:  %s
 FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=The core administration manifest \
  file %s cannot be located
-FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=The core administration manifest \
- file %s cannot be loaded because an unexpected error occurred while trying to \
- read it:  %s
 SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \
  manifest file %s associated with the extension %s cannot be loaded because an \
  unexpected error occurred while trying to read it:  %s
@@ -158,8 +140,6 @@
  administrative domain
 INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=Unregister a server from \
  the administrative domain
-INFO_ADMIN_ARG_SERVERNAME_DESCRIPTION_60=The server's identifier. This is a \
- required argument
 INFO_ADMIN_SUBCMD_LIST_SERVER_PROPS_DESCRIPTION_61=Describes server \
  properties
 INFO_ADMIN_SUBCMD_LIST_SERVERS_DESCRIPTION_62=List servers that have been \
@@ -198,8 +178,6 @@
 SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=The %s \
  could be found but its type resolved to an abstract managed object \
  definition
-SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=The managed object could not \
- be decoded due to an unspecified reason
 SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=The default values \
  for the "%s" property could not be determined
 SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=The value "%s" is not \
@@ -262,9 +240,6 @@
 SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=The value "%s" in \
  property "%s" in the %s in entry "%s" refers to a non-existent %s \
  in entry "%s"
-SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=The value \
- "%s" in property "%s" in the enabled %s in entry "%s" refers to a \
- disabled %s in entry "%s"
 SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=The value "%s" in \
  property "%s" in the %s in entry "%s" refers to a disabled %s in \
  entry "%s"
@@ -274,8 +249,6 @@
 SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=The %s in entry "%s" \
  cannot be disabled because it is referenced by the "%s" property \
  of the %s in entry "%s"
-FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=The administration \
- framework could not be initialized due to the following exception: %s
 SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=An unexpected \
  error occurred while reading the manifest file: %s
 SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=An error occurred while \

--
Gitblit v1.10.0