From 3fd51a832b1e9576c7a41cd49b60d2fde942fcd6 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Mon, 13 Aug 2007 21:19:09 +0000
Subject: [PATCH] Added convenience target opends. This is especially useful for the automated functional tests on windows platforms that do not allow hudson multiple ant calls

---
 opends/tests/functional-tests/staf-installer.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opends/tests/functional-tests/staf-installer.xml b/opends/tests/functional-tests/staf-installer.xml
index 12a2ba8..ed7c583 100644
--- a/opends/tests/functional-tests/staf-installer.xml
+++ b/opends/tests/functional-tests/staf-installer.xml
@@ -1177,4 +1177,8 @@
           style="shared/xsl/my-report.xsl">
     </xslt>
   </target>
+  
+  <target name="opends">
+    <ant dir="../.." target="package" inheritAll="false" />
+  </target>
 </project>

--
Gitblit v1.10.0