From c2beb1994315ebd33bbdd186a3c97d62a194a9ec Mon Sep 17 00:00:00 2001
From: ctissot <ctissot@localhost>
Date: Thu, 20 Dec 2007 09:55:23 +0000
Subject: [PATCH] I use this bug id (138) as an umbrella for a list of  bugfixes/improvements for the DSML gateway.

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

diff --git a/opends/build.xml b/opends/build.xml
index 5fad80c..076e0f3 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -1007,6 +1007,11 @@
       </classpath>
     </javac>
 
+     <mkdir dir="${dsml.classes.dir}/resources" />
+     <copy file="${dsml.dir}/schema/DSMLv2.xsd"
+           tofile="${dsml.classes.dir}/resources/DSMLv2.xsd"
+           overwrite="true"/>
+
     <war destfile="${classes.dir}/${SHORT_NAME}-${VERSION_NUMBER_STRING}-DSML.war"
          webxml="${dsml.dir}/webapp/web.xml">
       <fileset file="${dsml.dir}/webapp/server.properties" />

--
Gitblit v1.10.0