From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 23 Jun 2011 17:07:56 +0000
Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable.

---
 opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml
index b4ef081..14953d8 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml
@@ -24,6 +24,7 @@
   !
   !
   !      Copyright 2007-2008 Sun Microsystems, Inc.
+  !      Portions Copyright 2011 ForgeRock AS
   ! -->
 <adm:managed-object name="profiler-plugin"
   plural-name="profiler-plugins" package="org.opends.server.admin.std"
@@ -32,7 +33,7 @@
   <adm:synopsis>
     The Profiler plug-in
     captures profiling information about operations performed
-    inside the JVM while the Directory Server is running.
+    inside the JVM while the <adm:product-name /> directory server is running.
   </adm:synopsis>
   <adm:profile name="ldap">
     <ldap:object-class>
@@ -95,11 +96,11 @@
     <adm:synopsis>
       Specifies the path to the directory where profile information
       is to be written. This path may be either an absolute path or a path 
-      that is relative to the root of the OpenDS Directory Server 
+      that is relative to the root of the <adm:product-name /> directory server 
       instance.
     </adm:synopsis>
     <adm:description>
-      The directory must exist and the Directory Server must have
+      The directory must exist and the directory server must have
       permission to create new files in it.
     </adm:description>
     <adm:syntax>
@@ -123,7 +124,7 @@
   <adm:property name="enable-profiling-on-startup" mandatory="true">
     <adm:synopsis>
       Indicates whether the profiler plug-in is to start collecting data
-      automatically when the Directory Server is started.
+      automatically when the directory server is started.
     </adm:synopsis>
     <adm:description>
       This property is read only when the server is 

--
Gitblit v1.10.0