From 989396ebc3ef244c00e12917ade24dacd50dab0c Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Tue, 18 Sep 2012 20:45:16 +0000 Subject: [PATCH] Fix issue OPENDJ-587: Control-panel rebuild-index shouldn't disable the backend and use offline rebuild-index command. Removed useless message properties as well. --- opends/src/messages/messages/admin_tool.properties | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index fd64451..12380ad 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -1128,11 +1128,6 @@ INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=Rebuild indexes in '%s'. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Equivalent command line to \ rebuild indexes in '%s': -INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=Equivalent command line to \ - enable the backend '%s': -INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=Equivalent command line to \ - disable the backend '%s': - INFO_CTRL_PANEL_ENABLING_BACKEND=Enabling backend '%s' INFO_CTRL_PANEL_DISABLING_BACKEND=Disabling backend '%s' -- Gitblit v1.10.0