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

---
 opendj-ldap-toolkit/src/main/assembly/descriptor.xml |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/opendj-ldap-toolkit/src/main/assembly/descriptor.xml b/opendj-ldap-toolkit/src/main/assembly/descriptor.xml
index 3c9d9d7..d75cdd3 100644
--- a/opendj-ldap-toolkit/src/main/assembly/descriptor.xml
+++ b/opendj-ldap-toolkit/src/main/assembly/descriptor.xml
@@ -93,9 +93,6 @@
       <outputDirectory>lib</outputDirectory>
       <directoryMode>0755</directoryMode>
       <fileMode>0644</fileMode>
-      <excludes>
-        <exclude>org.forgerock.opendj:opendj-ldap-sdk</exclude>
-      </excludes>
     </dependencySet>
   </dependencySets>
 </assembly>

--
Gitblit v1.10.0