prep for XSL builds
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index ecbd682..9698d92 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