From 09ab5b29b6ddaead715eda757eca7aa5d22c3407 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 02 Mar 2016 15:45:31 +0000
Subject: [PATCH] OPENDJ-2692 Fix OpenDJ localization
---
pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3410429..6caa687 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,9 +147,9 @@
<product.name>OpenDJ</product.name>
<product.name.lowercase>opendj</product.name.lowercase>
<opendj.core.test.jar.version>4.0.0-SNAPSHOT</opendj.core.test.jar.version>
+ <localized.jars.classifier>i18n</localized.jars.classifier>
</properties>
-
<build>
<pluginManagement>
<plugins>
--
Gitblit v1.10.0