From e7ba8dcfdf75f8d139b9d1713937d6f18da4687f Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 16 Jun 2011 21:11:47 +0000
Subject: [PATCH] Improve staf support for Mac OS X in the Trunk Update to latest version of staf and services. Use macosx-universal as we test mostly on OS 10.6+, 64bits.
---
opends/tests/staf-tests/shared/ant/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/ant/build.xml b/opends/tests/staf-tests/shared/ant/build.xml
index ed6d63d..e0f9f6b 100644
--- a/opends/tests/staf-tests/shared/ant/build.xml
+++ b/opends/tests/staf-tests/shared/ant/build.xml
@@ -131,7 +131,7 @@
<switch value="${os.arch}">
<case value="x86_64">
<!-- Linux i386 -->
- <property name="os.myname" value="macosx-i386"/>
+ <property name="os.myname" value="macosx-universal"/>
</case>
</switch>
--
Gitblit v1.10.0