From 11228bd2a1301ab7bf26a8418bf35cce14771785 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 11 Feb 2013 13:38:54 +0000
Subject: [PATCH] CR-1265 Fix for clu tests (use specific svnkit version)

---
 opends/tests/staf-tests/shared/ant/staf.xml        |    3 ++-
 opends/tests/staf-tests/shared/resource/svnkit.jar |    0 
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/tests/staf-tests/shared/ant/staf.xml b/opends/tests/staf-tests/shared/ant/staf.xml
index 47007aa..d572a93 100644
--- a/opends/tests/staf-tests/shared/ant/staf.xml
+++ b/opends/tests/staf-tests/shared/ant/staf.xml
@@ -23,6 +23,7 @@
  !
  !
  !      Copyright 2008-2009 Sun Microsystems, Inc.
+ !      Portions Copyright 2013 ForgeRock AS
  ! -->
 <project name="staf">
 
@@ -174,7 +175,7 @@
           <arg value="${staf.config.file}"/>
           <env key="${var.path}" path="${java.path}/bin:${staf.install.dir}/${staf.name}/bin"/>
           <env key="LD_LIBRARY_PATH" path="${staf.lib.dir}"/>
-          <env key="CLASSPATH" path="${staf.lib.dir}/JSTAF.jar:${project.home}/ext/svnkit/svnkit.jar:${cp}:."/>
+          <env key="CLASSPATH" path="${staf.lib.dir}/JSTAF.jar:${shared.dir}/resource/svnkit.jar:${cp}:."/>
           <env key="STAFCONVDIR" value="${staf.install.dir}/${staf.name}/codepage"/>
           <env key="LANG" value="en_US.ISO8859-1"/>
           <env key="LC_ALL" value="en_US.ISO8859-1"/>
diff --git a/opends/tests/staf-tests/shared/resource/svnkit.jar b/opends/tests/staf-tests/shared/resource/svnkit.jar
new file mode 100644
index 0000000..8fe3f41
--- /dev/null
+++ b/opends/tests/staf-tests/shared/resource/svnkit.jar
Binary files differ

--
Gitblit v1.10.0