remove galileo pre-req build
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index c637a1f..250a625 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -850,70 +850,5 @@
             </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
diff --git a/releng.control/localBuildExample/cc_project_build.properties b/releng.control/localBuildExample/cc_project_build.properties
index 89df09b..bed25ca 100644
--- a/releng.control/localBuildExample/cc_project_build.properties
+++ b/releng.control/localBuildExample/cc_project_build.properties
@@ -2,7 +2,7 @@
 
 mapVersionTag=HEAD
 buildType=I
-buildBranch=R3.0
+buildBranch=R3.2.0
 build.distribution=wtp
 
 
diff --git a/releng.control/localBuildExample/upload.properties b/releng.control/localBuildExample/upload.properties
deleted file mode 100644
index d275e5a..0000000
--- a/releng.control/localBuildExample/upload.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# upload.properties
-
-
-
-# These are some properties needed to upload builds from 
-# a build machine to some download machine. These are 
-# ignored if UPLOAD_BUILD environment variable is set to false.
-# 
-uploadUser=davidw
-uploadPassword="This is not really used since ssh login is assumed (required)"
-uploadServer=localhost
-uploadRemoteDirectory=/var/www/html/buildhome/webtools/${site-sub-dir}/drops/${buildBranch}
-
-# rsyncRootPrefix should be empty for Linux machines.
-# But, Windows using cygwin will need something like /cygdrive/G/
-# for what ever drive or directory is parent of build home.
-# This is allow rsync to work (using cygwin).
-#
-# rsyncRootPrefix=
diff --git a/releng.control/releng.control cc_project_build.xml.launch b/releng.control/releng.control cc_project_build.xml.launch
index 4c703e8..5c09cf5 100644
--- a/releng.control/releng.control cc_project_build.xml.launch
+++ b/releng.control/releng.control cc_project_build.xml.launch
@@ -44,7 +44,7 @@
 <mapEntry key="build.distribution" value="wtp"/>
 <mapEntry key="eclipse.pdebuild.templates" value="/home/davidw/eclipse/plugins/org.eclipse.pde.build_3.3.0.v20070517/templates/"/>
 <mapEntry key="buildType" value="I"/>
-<mapEntry key="buildBranch" value="R3.0"/>
+<mapEntry key="buildBranch" value="R3.2.0"/>
 <mapEntry key="releng.jsf-mapVersionTag" value="HEAD"/>
 <mapEntry key="mapVersionTag" value="HEAD"/>
 <mapEntry key="releng.dali-mapVersionTag" value="HEAD"/>