From 78eb5fe25552daf2ad33bbe98ce5ecb97b071a18 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Thu, 26 Dec 2013 15:50:24 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1235 : Migrate configuration framework
---
opendj-sdk/opendj-admin/pom.xml | 4 ++--
opendj-sdk/pom.xml | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opendj-admin/pom.xml b/opendj-sdk/opendj-admin/pom.xml
index 1cf875f..ec4560e 100644
--- a/opendj-sdk/opendj-admin/pom.xml
+++ b/opendj-sdk/opendj-admin/pom.xml
@@ -20,9 +20,9 @@
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>opendj-admin</artifactId>
- <name>OpenDJ Administration API</name>
+ <name>OpenDJ Configuration API</name>
<description>
- This module includes Administration APIs for implementing LDAP Directory
+ This module includes Configuration APIs for implementing LDAP Directory
client and server applications.
</description>
<!-- Change to bundle when/if we have a need -->
diff --git a/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index 755f83b..d0b0942 100644
--- a/opendj-sdk/pom.xml
+++ b/opendj-sdk/pom.xml
@@ -92,6 +92,7 @@
<!--module>opendj-admin</module-->
<module>opendj-core</module>
<module>opendj-grizzly</module>
+ <module>opendj-admin</module>
<module>opendj-ldap-sdk</module>
<module>opendj-ldap-toolkit</module>
<module>opendj-ldap-sdk-examples</module>
--
Gitblit v1.10.0