From 02805157fa504b3dbf701a62280ca9aaf82183b5 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 05 Sep 2007 20:12:11 +0000
Subject: [PATCH] Partial fix for issue 1449: administration framework aggregation support

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

diff --git a/opends/build.xml b/opends/build.xml
index 7edae79..d3af905 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -1088,6 +1088,11 @@
         <path refid="quickSetup.classpath" />
       </classpath>
     </javac>
+    
+    <copy todir="${unittest.classes.dir}">
+      <fileset dir="${unittest.testng.src.dir}"
+               includes="**/*.properties" />
+    </copy>
 
     <!-- Prep the TestNG XML file -->
 

--
Gitblit v1.10.0