diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index aae6df8c4316b392c1333997fbfb7662348374f4..ef273280759f346301d4a236cb413c45d0f5320c 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -273,7 +273,7 @@
                 reallyquiet="${env.CVS_REALLY_QUIET}" />
         </modificationset>
         <schedule
-            interval="${time.oneHour}">
+            interval="${time.veryLongTime}">
             <ant>
                 <property
                     name="buildType"
@@ -302,6 +302,53 @@
             </ant>
         </schedule>
     </project>
+    <project
+        name="wtp-R2.0-R">
+        <modificationset
+            quietperiod="120">
+            <cvs
+                tag="R2_0_maintenance"
+                module="${env.RELENGMAPS}"
+                reallyquiet="${env.CVS_REALLY_QUIET}" />
+            <cvs
+                tag="R1_0_maintenance"
+                module="${env.RELENGDALI}"
+                reallyquiet="${env.CVS_REALLY_QUIET}" />
+            <cvs
+                tag="R1_0_maintenance"
+                module="${env.RELENGJSF}"
+                reallyquiet="${env.CVS_REALLY_QUIET}" />
+        </modificationset>
+        <schedule
+            interval="${time.oneHour}">
+            <ant>
+                <property
+                    name="buildType"
+                    value="R" />
+                <property
+                    name="buildId"
+                    value="2.0.2" />
+                <property
+                    name="buildBranch"
+                    value="R2.0" />
+                <property
+                    name="build.distribution"
+                    value="wtp" />
+                <property
+                    name="mapVersionTag"
+                    value="R2_0_maintenance" />
+                <property
+                    name="releng.dali-mapVersionTag"
+                    value="R1_0_maintenance" />
+                <property
+                    name="releng.jsf-mapVersionTag"
+                    value="R1_0_maintenance" />
+                <property
+                    name="SKIP_JAR_SIGNING"
+                    value="true" />
+            </ant>
+        </schedule>
+    </project>
     
     <project name="wtp-R3.0-S">
         <modificationset quietperiod="120">