From aa1cb4dcb8516f159c46b219d71875e90f67a73f Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 22 May 2015 16:40:11 +0000
Subject: [PATCH] OPENDJ-1939 - rename Persistit backend to PDB backend

---
 opendj-maven-plugin/src/main/resources/config/stylesheets/abbreviations.xsl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-maven-plugin/src/main/resources/config/stylesheets/abbreviations.xsl b/opendj-maven-plugin/src/main/resources/config/stylesheets/abbreviations.xsl
index 8926353..341c889 100644
--- a/opendj-maven-plugin/src/main/resources/config/stylesheets/abbreviations.xsl
+++ b/opendj-maven-plugin/src/main/resources/config/stylesheets/abbreviations.xsl
@@ -22,7 +22,7 @@
   !
   !
   !      Copyright 2008-2009 Sun Microsystems, Inc.
-  !      Portions copyright 2011-2013 ForgeRock AS
+  !      Portions copyright 2011-2015 ForgeRock AS
   ! -->
 <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
@@ -54,7 +54,7 @@
               or $value = 'des' or $value = 'aes' or $value = 'rc4'
               or $value = 'db' or $value = 'snmp' or $value = 'qos'
               or $value = 'ecl' or $value = 'ttl' or $value = 'jpeg'
-              or $value = 'pbkdf2' or $value = 'pkcs5s2'
+              or $value = 'pbkdf2' or $value = 'pkcs5s2' or $value = 'pdb'
              "/>
   </xsl:template>
 </xsl:stylesheet>

--
Gitblit v1.10.0