add 3.2 with Galileo pre-reqs back in
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 4f35f27..98bf36a 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -39,6 +39,9 @@
         name="time.twentyFourHours"
         value="86400"/>
     <property
+        name="time.fortyEightHours"
+        value="172800"/>        
+    <property
         name="time.veryLongTime"
         value="31536000"/>
     <plugin
@@ -888,5 +891,70 @@
             </ant>
         </schedule>
     </project>
-
+    <project
+        forceOnly="false"
+        requireModification="true"
+        name="wtp-R3.2.0G-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.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.twentyFourHours}">
+            <ant
+                antscript="${env.RELENG_CONTROL}/ant_low_priority_galileo.sh">
+                <property
+                    name="buildType"
+                    value="I"/>
+                <property
+                    name="buildId"
+                    value="3.2.0G"/>
+                <property
+                    name="buildBranch"
+                    value="R3.2.0"/>
+                <property
+                    name="mapVersionTag"
+                    value="HEAD"/>
+                <property
+                    name="releng.dali-mapVersionTag"
+                    value="HEAD"/>
+                <property
+                    name="releng.jsf-mapVersionTag"
+                    value="HEAD"/>
+                <property
+                    name="build.distribution"
+                    value="wtp"/>
+<!-- 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>
 </cruisecontrol>
\ No newline at end of file