From d9b2b9b7578edb367174b1a516f38feb6eb028ae Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 10 Nov 2006 23:45:06 +0000
Subject: [PATCH] Make a number of changes to administrative tools provided with OpenDS. These are all made under the umbrella of issue #994, but there are individual issues for each change.
---
opends/src/server/org/opends/server/messages/PluginMessages.java | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/messages/PluginMessages.java b/opends/src/server/org/opends/server/messages/PluginMessages.java
index b043752..5b5ce6a 100644
--- a/opends/src/server/org/opends/server/messages/PluginMessages.java
+++ b/opends/src/server/org/opends/server/messages/PluginMessages.java
@@ -780,6 +780,15 @@
/**
+ * The message ID for the message that will be used for the description of the
+ * profile viewer tool. It does not take any arguments.
+ */
+ public static final int MSGID_PROFILEVIEWER_TOOL_DESCRIPTION =
+ CATEGORY_MASK_PLUGIN | SEVERITY_MASK_INFORMATIONAL | 68;
+
+
+
+ /**
* Associates a set of generic messages with the message IDs defined in this
* class.
*/
@@ -1096,6 +1105,9 @@
"allowed for this plugin.");
+ registerMessage(MSGID_PROFILEVIEWER_TOOL_DESCRIPTION,
+ "This utility may be used to view information in data " +
+ "files captured by the Directory Server profiler.");
registerMessage(MSGID_PROFILEVIEWER_DESCRIPTION_FILENAMES,
"Specifies the path to a profile data file. This " +
"argument may be provided more than once to analyze data " +
--
Gitblit v1.10.0