diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index c404ec93b45c550c8d176e5fd5c9605ce764e6f5..208981bd59f575fd3fe12d74af7a03d86d731ad6 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"