From 0e1ac7c8da21e591ae3056f6f7801b6c03e0c9a3 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 07 Jul 2014 11:14:26 +0000
Subject: [PATCH] OPENDJ-1509 (CR-3963) The opendj-ldap-sdk is redundant and can be removed Remove the opendj-ldap-sdk project and update dependencies in all pom files and in the project documentation. * all pom.xml ** Removing reference to the opendj-ldap-sdk project and add dependencies to opendj-core and openj-grizzly * opendj-core/.../index.xml.vm ** Updating the opendj-core documentation with the opendj-ldap-sdk old documentation page * opendj-project site.xml chap-get-sdk.xml ** Updating project documentation menu and developer guide
---
src/site/site.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index 01babf0..c9a0905 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -62,7 +62,7 @@
</menu>
<menu name="OpenDJ LDAP SDK" inherit="top">
- <item name="About" href="opendj-ldap-sdk" />
+ <item name="About" href="opendj-core" />
<item name="Grizzly Integration" href="opendj-grizzly" />
<item name="Examples" href="opendj-ldap-sdk-examples" />
<item name="Toolkit" href="opendj-ldap-toolkit" />
--
Gitblit v1.10.0