From 9e41d2cd43e3404dd29f5043df7e1275a3664fe1 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Mon, 16 Oct 2006 00:40:09 +0000
Subject: [PATCH] small fix to prevent the main build ant environment to override the integration tests build environment properties

---
 opendj-sdk/opends/build.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index fbdbfa7..715a2ed 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -740,10 +740,11 @@
 
     <target name="integration-tests"
             description="Builds the integration tests"
-            depends="package">
-        <ant dir="${functest.testng.dir}" />
+            >
+        <ant dir="${functest.testng.dir}" inheritall="false"/>
     </target>
 
+    
   <target name="buildtools"
         description="Builds the build tools">
 

--
Gitblit v1.10.0