From 3b809b00caaa1a74c9b9efac2bfcc99c9d6adb09 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Wed, 2 Jan 2008 19:58:00 +0000
Subject: [PATCH] streamline build scripts

---
 releng.control/cc_config.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 474eb2fd1..8448c6b64 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -68,9 +68,8 @@
                 antscript="${env.RELENG_CONTROL}/ant.sh"
                 buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
                 target="copyArtifacts"
-                useQuiet="false"
-                useLogger="true"
-                savelogdir="${env.LOG_DIR}/${project.name}" >
+                useQuiet="true"
+                useLogger="false" >
                 <property
                     name="localArtifactsDirectory"
                     value="${env.PROJECT_ARTIFACTS}/${project.name}" />
-- 
GitLab