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/FileSystemEntryCacheConfiguration.xml | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml
index c0f34d2..317f36c 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml
@@ -24,6 +24,7 @@
!
!
! Copyright 2007-2008 Sun Microsystems, Inc.
+ ! Portions Copyright 2011 ForgeRock AS
! -->
<adm:managed-object name="file-system-entry-cache"
plural-name="file-system-entry-caches"
@@ -161,7 +162,7 @@
</adm:requires-admin-action>
<adm:default-behavior>
<adm:defined>
- <adm:value>/tmp/OpenDS.FSCache</adm:value>
+ <adm:value>/tmp/OpenDJ.FSCache</adm:value>
</adm:defined>
</adm:default-behavior>
<adm:syntax>
@@ -269,11 +270,11 @@
</adm:synopsis>
<adm:description>
Any Berkeley DB Java Edition property can be specified using the
- following form: property-name=property-value. Refer to the OpenDS
- documentation for further information on related properties, their
- implications and range values. The definitive identification of
- all the property parameters available in the example.properties
- file in the Berkeley DB Java Edition distribution.
+ following form: property-name=property-value. Refer to the
+ <adm:product-name /> documentation for further information on related
+ properties, their implications and range values. The definitive
+ identification of all the property parameters available in the
+ example.properties file in the Berkeley DB Java Edition distribution.
</adm:description>
<adm:default-behavior>
<adm:defined>
--
Gitblit v1.10.0