From 4fc604b50e14cd4769daeabfc36dcfc8b397d8d2 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Thu, 06 Feb 2014 16:09:26 +0000
Subject: [PATCH] Fix OPENDJ-1296 ClassNotFoundException when deploying the DSML gateway
---
opendj3-server-dev/build.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/opendj3-server-dev/build.xml b/opendj3-server-dev/build.xml
index b211ba1..ed15780 100644
--- a/opendj3-server-dev/build.xml
+++ b/opendj3-server-dev/build.xml
@@ -1647,6 +1647,12 @@
<include name="${SHORT_NAME}_zh_CN.jar" />
<include name="${SHORT_NAME}_pl.jar" />
<include name="${SHORT_NAME}_ca_ES.jar" />
+ <include name="forgerock-util.jar" />
+ <include name="i18n-core.jar" />
+ <include name="i18n-slf4j.jar" />
+ <include name="slf4j-api.jar" />
+ <include name="opendj-cli.jar" />
+ <include name="opendj-core.jar" />
</lib>
</war>
--
Gitblit v1.10.0