From 7600d3a570a0f2edc77b3cc05bd7c6209dbbeea1 Mon Sep 17 00:00:00 2001
From: davidely <davidely@localhost>
Date: Thu, 09 Aug 2007 17:01:37 +0000
Subject: [PATCH] Adding weave back as a dependency of the testinit target, which was accidentally checked in

---
 opends/build.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index e82867e..dac7586 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -920,8 +920,7 @@
 
 
   <!-- Prepare to execute the Directory Server TestNG unit tests. -->
-<!--  <target name="testinit" depends="buildtools, weave" -->
-  <target name="testinit" depends="buildtools"
+  <target name="testinit" depends="buildtools, weave"
          description="Prepare to execute the Directory Server TestNG unit tests.">
     <!-- If we are to perform coverage tests, then set that up. -->
     <path id="emma.lib">

--
Gitblit v1.10.0