From 96d6215168283c903a210e8e25822240d7618ae5 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Wed, 13 Jan 2010 15:40:36 +0000
Subject: [PATCH] Fix tests-configure target
---
opends/tests/staf-tests/shared/ant/opends.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/ant/opends.xml b/opends/tests/staf-tests/shared/ant/opends.xml
index dc8cf44..2416f63 100644
--- a/opends/tests/staf-tests/shared/ant/opends.xml
+++ b/opends/tests/staf-tests/shared/ant/opends.xml
@@ -127,7 +127,7 @@
<isset property="package.rebuild"/>
<then>
<ant antfile="${project.home}/build.xml"
- target="package"
+ target="dsml"
inheritAll="false"/>
</then>
</if>
--
Gitblit v1.10.0