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/DebugTargetConfiguration.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/DebugTargetConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/DebugTargetConfiguration.xml
index 6a5ee57..c6cf846 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/DebugTargetConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/DebugTargetConfiguration.xml
@@ -24,6 +24,7 @@
!
!
! Copyright 2007-2008 Sun Microsystems, Inc.
+ ! Portions Copyright 2011 ForgeRock AS
! -->
<adm:managed-object name="debug-target" plural-name="debug-targets"
package="org.opends.server.admin.std"
@@ -49,7 +50,7 @@
</adm:profile>
<adm:property name="debug-scope" mandatory="true" read-only="true">
<adm:synopsis>
- Specifies the fully-qualified OpenDS Java package, class, or method affected
+ Specifies the fully-qualified <adm:product-name /> Java package, class, or method affected
by the settings in this target definition. Use the number
character (#) to separate the class name and the method name
(that is, org.opends.server.core.DirectoryServer#startUp).
@@ -62,7 +63,7 @@
</adm:regex>
<adm:usage>STRING</adm:usage>
<adm:synopsis>
- The fully-qualified OpenDS Java package, class, or method
+ The fully-qualified <adm:product-name /> Java package, class, or method
name.
</adm:synopsis>
</adm:pattern>
--
Gitblit v1.10.0