From d83c1ee7edd117525806a90e9bb5678dc415305d Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Thu, 20 Dec 2007 05:47:16 +0000
Subject: [PATCH] initial cleanup task

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

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 36edac7fa..d4cf81edb 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -500,10 +500,14 @@
         <schedule interval="${time.twentyFourHours}">
             <exec
                 workingdir="${env.BUILD_HOME}/releng.control"
-                command="${env.BUILD_HOME}/releng.control/cleanupArtifacts.sh" />
-        <antpublisher>
-        </antpublisher>
+                command="${env.BUILD_HOME}/releng.control/cleanupArtifacts.sh">
+            </exec>
         </schedule>
+        <!-- need to prevent, or override, default publishers,
+            especially since the ant default antpublisher will 
+            result in error, if an ant build hasn't ran -->
+        <publishers>
+        </publishers>
     </project>
 
 
-- 
GitLab