diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index be840f518e1dd360172e04102d1d7c9d6b7c394e..de007bd9c8cc6232e805857e335d83d4cd07a565 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -1030,6 +1030,87 @@
             </ant>
         </schedule>
     </project>
+    <project
+        forceOnly="false"
+        requireModification="true"
+        name="wtpe4-R3.3.0-I">
+        <modificationset
+            quietperiod="120">
+            <cvs
+                module="${env.RELENGCOMMON}"
+                reallyquiet="${env.CVS_QUIET}"/>
+            <cvs
+                module="${env.RELENGEJBTOOLS}"
+                reallyquiet="${env.CVS_QUIET}"/>
+            <cvs
+                module="${env.RELENGJEETOOLS}"
+                reallyquiet="${env.CVS_QUIET}"/>
+            <cvs
+                module="${env.RELENGSERVERTOOLS}"
+                reallyquiet="${env.CVS_QUIET}"/>
+            <cvs
+                module="${env.RELENGSOURCEEDITING}"
+                reallyquiet="${env.CVS_QUIET}"/>
+            <cvs
+                module="${env.RELENGJSDT}"
+                reallyquiet="${env.CVS_QUIET}"/>
+            <cvs
+                module="${env.RELENGWEBSERVICES}"
+                reallyquiet="${env.CVS_QUIET}"/>
+            <cvs
+                module="${env.RELENGJSF}"
+                reallyquiet="${env.CVS_QUIET}"/>
+            <cvs
+                module="${env.RELENGDALI}"
+                reallyquiet="${env.CVS_QUIET}"/>
+        </modificationset>
+        <schedule
+            interval="${time.fourHours}">
+            <ant
+                antscript="${env.RELENG_CONTROL}/ant_low_priority.sh">
+                <property
+                    name="dependencyFileLocation"
+                    value="indigo/dependencies.properties"/>
+                <property
+                    name="testdependencyFileLocation"
+                    value="indigo/testdependency.xml"/>
+                <property
+                    name="buildType"
+                    value="I"/>
+                <property
+                    name="buildId"
+                    value="3.3.0"/>
+                <property
+                    name="buildBranch"
+                    value="R3.3.0"/>
+                <property
+                    name="mapVersionTag"
+                    value="HEAD"/>
+                <property
+                    name="releng.dali-mapVersionTag"
+                    value="HEAD"/>
+                <property
+                    name="releng.jsf-mapVersionTag"
+                    value="HEAD"/>
+                <property
+                    name="releng.jsdt-mapVersionTag"
+                    value="HEAD"/>
+                <property
+                    name="build.distribution"
+                    value="wtpe4"/>
+                <!--
+                    remember to remove these "skips" as we approach a
+                    test or declared build
+                -->
+                <property
+                    name="SKIP_JAR_SIGNING"
+                    value="true"/>
+                <property
+                    name="normalizeJarFiles"
+                    value="false"/>
+            </ant>
+        </schedule>
+    </project>    
     <project
         forceOnly="true"
         requireModification="true"