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/resource/admin/preprocessor.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/resource/admin/preprocessor.xsl b/opends/resource/admin/preprocessor.xsl
index cfc0d4d..9222d7e 100644
--- a/opends/resource/admin/preprocessor.xsl
+++ b/opends/resource/admin/preprocessor.xsl
@@ -1090,7 +1090,7 @@
     reason we get a circular dependency error when constructing
     the URI in JDK1.6.
   -->
-  <xsl:variable name="product-name" select="'OpenDS Directory Server'" />
+  <xsl:variable name="product-name" select="'OpenDJ'" />
   <xsl:variable name="this-name">
     <xsl:choose>
       <xsl:when test="/adm:managed-object">

--
Gitblit v1.10.0