From fa6ec53b2ab3e000f840a75a808ec07e25833032 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Wed, 09 Aug 2006 21:24:01 +0000
Subject: [PATCH] Moved the built classes for the integration test along where the rest of opends classes are built.
---
opendj-sdk/opends/tests/integration-tests-testng/build.xml | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/opendj-sdk/opends/tests/integration-tests-testng/build.xml b/opendj-sdk/opends/tests/integration-tests-testng/build.xml
index 1a22909..bb6b333 100644
--- a/opendj-sdk/opends/tests/integration-tests-testng/build.xml
+++ b/opendj-sdk/opends/tests/integration-tests-testng/build.xml
@@ -33,11 +33,13 @@
</description>
<!-- General server-wide properties -->
- <property name="src.dir" location="src/server" />
- <property name="built.dir" location="built" />
- <property name="ds.classes" location="${basedir}/../../build/classes" />
- <property name="lib.dir" location="${basedir}/../../lib" />
- <property name="ext.dir" location="${basedir}/../../ext" />
+ <property name="opends.dir" location="../.." />
+ <property name="src.dir" location="src/server" />
+ <property name="built.dir"
+ location="${opends.dir}/build/integration-tests" />
+ <property name="ds.classes" location="${opends.dir}/build/classes" />
+ <property name="lib.dir" location="${opends.dir}/lib" />
+ <property name="ext.dir" location="${opends.dir}/ext" />
<!-- The build target that should be used to build everything. -->
--
Gitblit v1.10.0