From 6d0403ded49a58d3198a2162234161daa3cf6116 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Wed, 24 Feb 2016 22:31:36 +0000 Subject: [PATCH] OPENDJ-2333 - remove unused i18n messages --- opendj-server-legacy/src/messages/org/opends/messages/plugin.properties | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/plugin.properties b/opendj-server-legacy/src/messages/org/opends/messages/plugin.properties index 8619df3..3046004 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/plugin.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/plugin.properties @@ -11,7 +11,7 @@ # information: "Portions Copyright [year] [name of copyright owner]". # # Copyright 2006-2010 Sun Microsystems, Inc. -# Portions Copyright 2014-2015 ForgeRock AS. +# Portions Copyright 2014-2016 ForgeRock AS. @@ -154,7 +154,6 @@ INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI_53=Indicates whether to view the \ profile information in GUI mode or to write the resulting data to standard \ output -INFO_PROFILEVIEWER_DESCRIPTION_USAGE_54=Displays this usage information ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS_55=An unexpected error \ occurred while attempting to initialize the command-line arguments: %s ERR_PROFILEVIEWER_ERROR_PARSING_ARGS_56=An error occurred while \ @@ -304,9 +303,6 @@ plugin defined in configuration entry %s is configured to operate on \ attribute %s but there is no equality index defined for this attribute \ in backend %s -ERR_PLUGIN_NETWORKGROUP_INVALID_PLUGIN_TYPE_112=An attempt was made to \ - register the NetworkGroup plugin to be invoked as a %s plugin. This plugin \ - type is not allowed for this plugin ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE_113=An attempt was made to \ register the Change Number Control plugin to be invoked as a %s plugin. This \ plugin type is not allowed for this plugin -- Gitblit v1.10.0