From de7bb2b68c3a8642ca68f5fde68c15c8257c2bbe Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 28 Nov 2013 14:33:38 +0000
Subject: [PATCH] Initial work towards OPENDJ-1195: Realign the SDK developer guide with the SDK trunk once the new Maven module and package layout has been validated

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

diff --git a/opendj-ldap-toolkit/src/main/assembly/descriptor.xml b/opendj-ldap-toolkit/src/main/assembly/descriptor.xml
index d75cdd3..3c9d9d7 100644
--- a/opendj-ldap-toolkit/src/main/assembly/descriptor.xml
+++ b/opendj-ldap-toolkit/src/main/assembly/descriptor.xml
@@ -93,6 +93,9 @@
       <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