From 3aa9fffad0ce6ce00c0d5b841778c57efea76dd3 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 13 Feb 2013 07:56:08 +0000
Subject: [PATCH] adding cisd-hotdeploy.jar to distribution

SVN: 28355
---
 openbis/build/build.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/openbis/build/build.xml b/openbis/build/build.xml
index 7276bee14fb..a4a521b2b24 100644
--- a/openbis/build/build.xml
+++ b/openbis/build/build.xml
@@ -465,6 +465,9 @@
       <fileset dir="${lib}/reflections/lib">
         <include name="*.jar" />
       </fileset>
+      <fileset dir="${lib}/cisd-hotdeploy">
+        <include name="cisd-hotdeploy.jar" />
+      </fileset>
       <fileset dir="${lib}/postgresql">
         <include name="postgresql.jar" />
       </fileset>
@@ -769,6 +772,9 @@
       </lib>
       <lib dir="${lib}/reflections/lib">
         <include name="*.jar" />
+      </lib>
+      <lib dir="${lib}/cisd-hotdeploy">
+        <include name="cisd-hotdeploy.jar" />
       </lib>
     	<!-- Excel -->
     	<lib dir="${lib}/poi">
-- 
GitLab