From bf5340aac9628566b2ef6b06da088fb3ba4a4ed2 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 04 May 2007 10:52:14 +0000
Subject: [PATCH] Commit a few changes required to make "build all" work with weaving enabled. In particular:
---
opendj-sdk/opends/build.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index 032a421..eac15bc 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -1205,7 +1205,7 @@
<echo message=" definition is the same as the org.opends.server.debug.target.x" />
<echo message=" property when starting OpenDS. " />
<echo message=" Default debug target:"/>
- <echo message=" org.opends.server:level=verbose,category=caught|data|database_access|message|protocol" />
+ <echo message=" org.opends.server:level=warning,category=caught|data|database_access|message|protocol" />
<echo message=""/>
<echo message=" -Dtest.packages=org.opends.server.api"/>
<echo message=" for example runs only the tests in the api package"/>
@@ -1273,7 +1273,7 @@
<!-- This sets org.opends.test.debug.target if and only if its's not
alreadly set. -->
<condition property="org.opends.test.debug.target"
- value="org.opends.server:level=info,category=caught|data|database_access|message|protocol">
+ value="org.opends.server:level=warning,category=caught|data|database_access|message|protocol">
<not>
<isset property="org.opends.test.debug.target" />
</not>
--
Gitblit v1.10.0