move all builds to have release specific dependancy files.
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 2b475bb..dba2f9c 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -54,7 +54,7 @@
     -->
     <plugin
         name="ant"
-        antscript="${env.RELENG_CONTROL}/ant_low_priority.sh"
+        antscript="${env.RELENG_CONTROL}/ant_low_priority_helios.sh"
         buildfile="${env.RELENG_CONTROL}/cc_project_build.xml"
         target="Build"
         uselogger="${env.USE_LOGGER}"
@@ -645,7 +645,7 @@
         </modificationset>
         <schedule
             interval="${time.oneHour}">
-            <ant>
+            <ant antscript="${env.RELENG_CONTROL}/ant_low_priority_galileo.sh">
                 <property
                     name="buildType"
                     value="M"/>