From 1d2ed1142cc83f53d7799b9776879139e3d4b300 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Sun, 13 Feb 2011 03:58:26 +0000
Subject: [PATCH] cleanup unused cc jobs

---
 releng.control/cc_config.xml | 43 ------------------------------------
 1 file changed, 43 deletions(-)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index c404ec93b..208981bd5 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -333,49 +333,6 @@
         </schedule>
     </project>
 
-    <project
-        forceOnly="false"
-        requireModification="true"
-        name="pave-R0.5.0-I">
-        <modificationset
-            quietperiod="120">
-            <cvs
-                module="${env.RELENGPAVE}"
-                reallyquiet="${env.CVS_QUIET}"/>
-        </modificationset>
-        <schedule
-            interval="${time.oneHour}">
-            <ant>
-                <property
-                    name="dependencyFileLocation"
-                    value="helios/dependencies.properties"/>
-
-                <property
-                    name="buildType"
-                    value="I"/>
-                <property
-                    name="buildBranch"
-                    value="R0.5.0"/>
-                <property
-                    name="buildId"
-                    value="0.5.0"/>
-                <property
-                    name="mapVersionTag"
-                    value="HEAD"/>
-                <property
-                    name="build.distribution"
-                    value="pave"/>
-                    <!-- 
-                <property
-                    name="SKIP_JAR_SIGNING"
-                    value="true"/>
-                <property
-                    name="normalizeJarFiles"
-                    value="false"/>
-                     -->
-            </ant>
-        </schedule>
-    </project>
 
     <project
         forceOnly="false"
-- 
GitLab