From 61b3d1e2aa55095112ae840004f4f021498dac66 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 13 Mar 2015 16:28:34 +0000
Subject: [PATCH] OPENDJ-1773: Add missing file to new config framework
---
opendj-maven-plugin/src/main/resources/config/stylesheets/abbreviations.xsl | 2 +-
1 files changed, 1 insertions(+), 1 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 eb8b113..8926353 100644
--- a/opendj-maven-plugin/src/main/resources/config/stylesheets/abbreviations.xsl
+++ b/opendj-maven-plugin/src/main/resources/config/stylesheets/abbreviations.xsl
@@ -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 = 'pbkdf2' or $value = 'pkcs5s2'
"/>
</xsl:template>
</xsl:stylesheet>
--
Gitblit v1.10.0