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/TaskBackendConfiguration.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/TaskBackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/TaskBackendConfiguration.xml
index 5f97742..edbfe58 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/TaskBackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/TaskBackendConfiguration.xml
@@ -24,6 +24,7 @@
!
!
! Copyright 2007-2008 Sun Microsystems, Inc.
+ ! Portions Copyright 2011 ForgeRock AS
! -->
<adm:managed-object name="task-backend" plural-name="task-backends"
package="org.opends.server.admin.std" extends="backend"
@@ -31,12 +32,12 @@
xmlns:ldap="http://www.opends.org/admin-ldap">
<adm:synopsis>
The Task Backend provides a mechanism for scheduling tasks in the
- OpenDS Directory Server. Tasks are intended to provide access to
+ <adm:product-name /> directory server. Tasks are intended to provide access to
certain types of administrative functions in the server that may not
be convenient to perform remotely.
</adm:synopsis>
<adm:description>
- OpenDS supports tasks to backup and restore backends, to import and export LDIF
+ <adm:product-name /> supports tasks to backup and restore backends, to import and export LDIF
files, and to stop and restart the server. The details of a task are
in an entry that is below the root of the Task Backend. The Task Backend
is responsible for decoding that task entry and ensuring that it is processed
@@ -74,7 +75,7 @@
</adm:synopsis>
<adm:description>
It may be either an absolute path or a relative path to
- the base of the OpenDS Directory Server instance.
+ the base of the <adm:product-name /> directory server instance.
</adm:description>
<adm:syntax>
<adm:string />
--
Gitblit v1.10.0