From d07ce77c50877dbae6d2e9f437f71c836d76418b Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 17 Sep 2007 19:21:15 +0000
Subject: [PATCH] Add a new build-tools source stub for the netscape.ldap.LDAPSocketFactory class that is part of the Mozilla LDAP SDK for Java.  Also, use this source stub to create the org.opends.server.protocols.internal.InternalMozillaLDAPSocketFactory class which implements that interface and allows users to more easily use the Mozilla LDAP SDK for Java to invoke internal operations in the server.

---
 opends/build.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index d3af905..ba93fc8 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -1016,6 +1016,10 @@
           <include name="*.jar" />
         </fileset>
 
+        <fileset dir="${build.dir}/build-tools">
+          <include name="*.jar" />
+        </fileset>
+
         <dirset dir="${classes.dir}" />
         <dirset dir="${dsml.classes.dir}" />
         <dirset dir="${quicksetup.classes.dir}" />

--
Gitblit v1.10.0