From 3d183f67a5c48b57d51b7a21eab1eb49e593f08b Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Thu, 25 Apr 2013 10:13:05 +0000
Subject: [PATCH] CR-1582 Remove reference to old known issues (part2)

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

diff --git a/opends/tests/staf-tests/shared/ant/build.xml b/opends/tests/staf-tests/shared/ant/build.xml
index e0f9f6b..8ac150e 100644
--- a/opends/tests/staf-tests/shared/ant/build.xml
+++ b/opends/tests/staf-tests/shared/ant/build.xml
@@ -23,7 +23,7 @@
  !
  !
  !      Copyright 2008-2010 Sun Microsystems, Inc.
- !      Portions Copyright 2011 ForgeRock AS
+ !      Portions Copyright 2011-2013 ForgeRock AS
  ! -->
 <project name="opends-staf-tests" basedir="../.." default="usage">
 
@@ -61,9 +61,6 @@
     <!-- Define antfile.dir variable -->
     <property name="antfile.dir" value="${basedir}/shared/ant"/>
 
-    <!-- Define tmp.dir variable -->
-    <property name="tmp.dir" value="${java.io.tmpdir}/temp_files"/>
-
     <!-- Load ant-contrib -->
     <taskdef resource="net/sf/antcontrib/antlib.xml">
       <classpath>
@@ -161,7 +158,10 @@
         </if>
       </default>
     </switch>
-
+  	
+    <!-- Define tmp.dir variable -->
+    <property name="tmp.dir" value="${java.io.tmpdir}/temp_files/${host.name}"/>
+  	
     <!-- Default value for staf.type -->
     <if>
       <not>

--
Gitblit v1.10.0