From 1a9d6dd5ce6d6d451027289091b3bbf8afb0514f Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Tue, 8 Jan 2008 04:22:33 +0000
Subject: [PATCH] prep for XSL builds

---
 releng.control/cc_config.xml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index ecbd682ab..9698d924d 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -264,6 +264,33 @@
         </schedule>
         </project>
     -->
+        <project
+        name="incubator-R1.0-I"
+        forceOnly="true">
+        <modificationset
+            quietperiod="120">
+            <cvs
+                module="${env.RELENGMAPS}"
+                reallyquiet="${env.CVS_REALLY_QUIET}" />
+        </modificationset>
+        <schedule
+            interval="${time.oneHour}">
+            <ant>
+                <property
+                    name="buildType"
+                    value="I" />
+                <property
+                    name="buildBranch"
+                    value="R1.0" />
+                <property
+                    name="mapVersionTag"
+                    value="HEAD" />
+                <property
+                    name="build.distribution"
+                    value="incubator" />
+            </ant>
+        </schedule>
+    </project>
     <project
         name="wtp-R3.0-I">
         <modificationset
-- 
GitLab