From 6f265e047f6505d5fa996d85ef00f17796d84462 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 20 Oct 2011 15:34:00 +0000
Subject: [PATCH] Fix OpenDJ-222: Remove more references to OpenDS. This time we cleanup messages, and localized messages.

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

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/AttributeCleanupPluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/AttributeCleanupPluginConfiguration.xml
index 68712b6..6a5110d 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/AttributeCleanupPluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/AttributeCleanupPluginConfiguration.xml
@@ -30,21 +30,21 @@
   plural-name="attribute-cleanup-plugins" package="org.opends.server.admin.std"
   extends="plugin" xmlns:adm="http://www.opends.org/admin"
   xmlns:ldap="http://www.opends.org/admin-ldap">
-  
+
   <adm:synopsis>
     A pre-parse plugin which can be used to remove and rename
     attributes in ADD and MODIFY requests before being processed.
   </adm:synopsis>
-  
+
   <adm:description>
     This plugin should be used in order maintain interoperability with client
     applications which attempt to update attributes in a way which is
-    incompatible with LDAPv3 or OpenDJ. For example, this plugin may be used
+    incompatible with LDAPv3 or <adm:product-name />. For example, this plugin may be used
     in order to remove changes to operational attributes such as modifiersName,
     creatorsName, modifyTimestamp, and createTimestamp (Sun DSEE chaining does
     this).
   </adm:description>
-  
+
   <adm:profile name="ldap">
     <ldap:object-class>
       <ldap:name>ds-cfg-attribute-cleanup-plugin</ldap:name>

--
Gitblit v1.10.0