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/utility.properties |   49 -------------------------------------------------
 1 files changed, 0 insertions(+), 49 deletions(-)

diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties
index bff46ff..cebcae9 100644
--- a/opends/src/messages/messages/utility.properties
+++ b/opends/src/messages/messages/utility.properties
@@ -67,15 +67,9 @@
  because the line "%s" does not include an attribute name
 MILD_ERR_LDIF_NO_DN_7=Unable to parse LDIF entry starting at line %d because \
  the first line does not contain a DN (the first line was "%s"
-MILD_ERR_LDIF_INVALID_DN_SEPARATOR_8=Unable to parse LDIF entry starting at \
- line %d because line "%s" contained an invalid separator between the "dn" \
- prefix and the actual distinguished name
 MILD_ERR_LDIF_INVALID_DN_9=Unable to parse LDIF entry starting at line %d \
  because an error occurred while trying to parse the value of line "%s" as a \
  distinguished name:  %s
-MILD_ERR_LDIF_INVALID_ATTR_SEPARATOR_10=Unable to parse LDIF entry %s \
- starting at line %d because line "%s" contained an invalid separator between \
- the attribute name and value
 MILD_ERR_LDIF_COULD_NOT_BASE64_DECODE_DN_11=Unable to parse LDIF entry \
  starting at line %d because it was not possible to base64-decode the DN on \
  line "%s":  %s
@@ -90,8 +84,6 @@
  that attribute value has been skipped
 MILD_ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR_15=Entry %s starting at \
  line %d includes multiple values for single-valued attribute %s
-MILD_ERR_LDIF_INVALID_ATTR_SYNTAX_16=Unable to parse LDIF entry %s starting \
- at line %d because it has an invalid value "%s" for attribute %s:  %s
 MILD_ERR_LDIF_SCHEMA_VIOLATION_17=Entry %s read from LDIF starting at line %d \
  is not valid because it violates the server's schema configuration:  %s
 SEVERE_ERR_LDIF_FILE_EXISTS_18=The specified LDIF file %s already exists and \
@@ -130,8 +122,6 @@
 SEVERE_ERR_LDIF_INVALID_CHANGETYPE_ATTRIBUTE_30=Error in the LDIF change \
  record entry. Invalid value "%s" for the changetype specified. Expecting one \
  of the following values "%s"
-SEVERE_ERR_LDIF_INVALID_MODIFY_ATTRIBUTE_VAL_31=Error in the LDIF change \
- record entry. Invalid value for the "%s" attribute specified
 SEVERE_ERR_SCHEMANAME_EMPTY_VALUE_32=The provided value could not be parsed \
  to determine whether it contained a valid schema element name or OID because \
  it was null or empty
@@ -304,9 +294,6 @@
  the same block as at least one other argument that doesn't require a value
 SEVERE_ERR_SUBCMDPARSER_INVALID_ARGUMENT_107=The provided argument "%s" is \
  not recognized
-SEVERE_ERR_SUBCMDPARSER_MULTIPLE_SUBCOMMANDS_108=The provided argument %s \
- specifies a valid subcommand, but another subcommand %s was also given.  Only \
- a single subcommand may be provided
 SEVERE_ERR_SUBCMDPARSER_NO_VALUE_FOR_REQUIRED_ARG_109=The argument %s is \
  required to have a value but none was provided in the argument list and no \
  default value is available
@@ -356,22 +343,8 @@
 INFO_TIME_IN_HOURS_MINUTES_SECONDS_127=%d hours, %d minutes, %d seconds
 INFO_TIME_IN_DAYS_HOURS_MINUTES_SECONDS_128=%d days, %d hours, %d minutes, %d \
  seconds
-INFO_ACCTNOTTYPE_ACCOUNT_TEMPORARILY_LOCKED_129=account-temporarily-locked
-INFO_ACCTNOTTYPE_ACCOUNT_PERMANENTLY_LOCKED_130=account-permanently-locked
-INFO_ACCTNOTTYPE_ACCOUNT_UNLOCKED_131=account-unlocked
-INFO_ACCTNOTTYPE_ACCOUNT_IDLE_LOCKED_132=account-idle-locked
-INFO_ACCTNOTTYPE_ACCOUNT_RESET_LOCKED_133=account-reset-locked
-INFO_ACCTNOTTYPE_ACCOUNT_DISABLED_134=account-disabled
-INFO_ACCTNOTTYPE_ACCOUNT_ENABLED_135=account-enabled
-INFO_ACCTNOTTYPE_ACCOUNT_EXPIRED_136=account-expired
-INFO_ACCTNOTTYPE_PASSWORD_EXPIRED_137=password-expired
-INFO_ACCTNOTTYPE_PASSWORD_EXPIRING_138=password-expiring
-INFO_ACCTNOTTYPE_PASSWORD_RESET_139=password-reset
-INFO_ACCTNOTTYPE_PASSWORD_CHANGED_140=password-changed
 MILD_ERR_FILEPERM_SET_NO_SUCH_FILE_141=Unable to set permissions for file %s \
  because it does not exist
-MILD_ERR_FILEPERM_CANNOT_EXEC_CHMOD_142=Unable to execute the chmod command \
- to set file permissions on %s:  %s
 SEVERE_ERR_FILEPERM_SET_JAVA_EXCEPTION_143=One or more exceptions were thrown \
  in the process of updating the file permissions for %s.  Some of the \
  permissions for the file may have been altered
@@ -387,15 +360,11 @@
  zero and seven
 MILD_ERR_EXEC_DISABLED_147=The %s command will not be allowed because the \
  Directory Server has been configured to refuse the use of the exec method
-SEVERE_ERR_VALIDATOR_PRECONDITION_NOT_MET_148=A precondition of the invoked \
- method was not met.  This This usually means there is a defect somewhere in \
- the call stack.  Details: %s
 INFO_GLOBAL_OPTIONS_149=Global Options:
 INFO_GLOBAL_OPTIONS_REFERENCE_150=See "%s --help"
 INFO_SUBCMD_OPTIONS_151=SubCommand Options:
 INFO_ARGPARSER_USAGE_152=Usage:
 INFO_SUBCMDPARSER_SUBCMD_HEADING_153=Available subcommands:
-INFO_SUBCMDPARSER_SUBCMD_REFERENCE_154=See "%s --help-{category}"
 INFO_SUBCMDPARSER_GLOBAL_HEADING_155=The global options are:
 INFO_GLOBAL_HELP_REFERENCE_156=See "%s --help" to get more usage help
 SEVERE_ERR_RENAMEFILE_CANNOT_RENAME_157=Failed to rename file %s to %s
@@ -509,12 +478,9 @@
 INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PATH_230=Truststore path:
 INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD_231=Password for \
   truststore '%s':
-INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_NEEDED_232=Do you want to perform \
-  secure authentication (client side authentication)?
 INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PATH_233=Keystore path:
 INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD_234=Password for keystore \
   '%s':
-INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_NAME_235=Certificate nickname:
 INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS_236=>>>> Specify OpenDJ LDAP \
   connection parameters
 SEVERE_ERR_LDAP_CONN_BAD_HOST_NAME_237=The hostname "%s" could not be \
@@ -544,7 +510,6 @@
 INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER_257  =Issuer   : %s
 INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIASES_258=Which certificate do you want to use?
 INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIAS_259=%s (%s)
-INFO_SUBCMDPARSER_GLOBAL_HEADING_PREFIX_260=Global %s
 INFO_PROMPT_SINGLE_DEFAULT_261=%s [%s]:
 INFO_LDAP_CONN_PROMPT_ADMINISTRATOR_UID_262=Global Administrator User ID [%s]:
 INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT_263=Global Administrator \
@@ -584,24 +549,12 @@
 at this time
 SEVERE_ERR_CERTMGR_DELETE_ALIAS_282=The following error occured when \
 deleting a certificate with alias %s from the keystore: %s
-SEVERE_ERR_CERTMGR_CERT_REQUEST_283=The following error occured when \
-generating a certificate request with alias %s: %s
 SEVERE_ERR_CERTMGR_GEN_SELF_SIGNED_CERT_284=The following error occured when \
 generating a self-signed certificate using the alias %s: %s
 SEVERE_ERR_CERTMGR_INVALID_CERT_FILE_285=The certificate file %s is \
 invalid because it does not exists, or exists, but is not a file
 SEVERE_ERR_CERTMGR_ALIAS_CAN_NOT_DELETE_286=The alias %s cannot be \
 deleted from the keystore because it does not exist
-SEVERE_ERR_CERTMGR_ALIAS_DOES_NOT_EXIST_287=The alias %s does not exist \
-in the keystore so its key information cannot be retrieved
-SEVERE_ERR_CERTMGR_ALIAS_INVALID_ENTRY_TYPE_288=The alias %s is not a \
-valid keystore entry type, so its key information cannot be retrieved
-SEVERE_ERR_CERTMGR_GET_KEY_289=The key information for alias %s \
-cannot be retrieved because of the following reason: %s
-SEVERE_ERR_CERTMGR_PRIVATE_KEY_290=The private key for alias %s \
-could not be retrieved because it was not a key related entry
-SEVERE_ERR_CERTMGR_ALIAS_NO_CERTIFICATE_291=The alias %s does not \
-does not have a certificate associated with it
 SEVERE_ERR_CERTMGR_TRUSTED_CERT_292=The trusted certificate associated \
 with alias %s could not be added to keystore because of the following \
 reason: %s
@@ -615,8 +568,6 @@
 initialized because of the following reason: %s
 SEVERE_ERR_CERTMGR_NO_METHOD_297=A method needed in the security classes \
 could not be located because of the following reason: %s
-SEVERE_ERR_CERTMGR_CERT_SIGN_REQ_NOT_SUPPORTED_298=Certificate signing \
-request generation is not supported on JVM supplied by this vendor: %s
 INFO_ARGPARSER_USAGE_DEFAULT_VALUE_299=Default value: %s
 SEVERE_WARN_EXPORT_LDIF_SET_PERMISSION_FAILED_300=An error occurred while \
  setting file permissions for the LDIF file %s: %s

--
Gitblit v1.10.0