From 907c20d5c970989ef1c506846c7e12bc9c04d50d Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 13 Jan 2014 15:44:42 +0000
Subject: [PATCH] Remove dependencies on opends-build target and use the archive which is available under build/package folder

---
 opends/tests/staf-tests/shared/ant/build.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/tests/staf-tests/shared/ant/build.xml b/opends/tests/staf-tests/shared/ant/build.xml
index 4911ac3..9aa7e97 100644
--- a/opends/tests/staf-tests/shared/ant/build.xml
+++ b/opends/tests/staf-tests/shared/ant/build.xml
@@ -22,7 +22,7 @@
  !
  !
  !      Copyright 2008-2010 Sun Microsystems, Inc.
- !      Portions Copyright 2011-2013 ForgeRock AS
+ !      Portions Copyright 2011-2014 ForgeRock AS
  ! -->
 <project name="opends-staf-tests" basedir="../.." default="usage">
 
@@ -481,18 +481,18 @@
 
   <!-- Run functional tests -->
   <target name="tests-func-run"
-          depends="set-func-type,global-init,opends-build,staf-start">
+          depends="set-func-type,global-init,staf-start">
     <ant antfile="${antfile.dir}/tests.xml" target="run"/>
   </target>
 
   <target name="tests-func-coverage"
-          depends="set-func-type,global-init,opends-build,staf-start">
+          depends="set-func-type,global-init,staf-start">
     <ant antfile="${antfile.dir}/tests.xml" target="testwithcoverage"/>
   </target>
 
   <!-- Run stress tests -->
   <target name="tests-stress-run"
-          depends="set-stress-type,global-init,opends-build,staf-start">
+          depends="set-stress-type,global-init,staf-start">
     <ant antfile="${antfile.dir}/tests.xml" target="run"/>
   </target>
 

--
Gitblit v1.10.0