re-arrange so xsl and vex can have seperatly triggered builds
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index fd75729..5caeefd 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -179,75 +179,13 @@
             <forceonly />
         </modificationset>
     </project>
-    <!-- 
-        <project
-        name="xsl-R1.0-R">
-        <modificationset
-            quietperiod="120">
-            <cvs
-                module="${env.RELENGINCUBATOR}"
-                reallyquiet="${env.CVS_QUIET}" />
-        </modificationset>
-        <schedule
-            interval="${time.oneHour}">
-            <ant>
-                <property
-                    name="buildType"
-                    value="R" />
-                <property
-                    name="buildId"
-                    value="1.0" />
-                <property
-                    name="buildBranch"
-                    value="R1.0" />
-                <property
-                    name="mapVersionTag"
-                    value="HEAD" />
-                <property
-                    name="build.distribution"
-                    value="xsl" />
-            </ant>
-        </schedule>
-    </project>
-     -->
-     <!-- 
-    <project
-        name="xsl-R1.0-S">
-        <modificationset
-            quietperiod="120">
-            <cvs
-                module="${env.RELENGINCUBATOR}"
-                reallyquiet="${env.CVS_QUIET}" />
-        </modificationset>
-        <schedule
-            interval="${time.oneHour}">
-            <ant>
-                <property
-                    name="buildType"
-                    value="S" />
-                <property
-                    name="buildId"
-                    value="1.0M1" />
-                <property
-                    name="buildBranch"
-                    value="R1.0" />
-                <property
-                    name="mapVersionTag"
-                    value="HEAD" />
-                <property
-                    name="build.distribution"
-                    value="xsl" />
-            </ant>
-        </schedule>
-    </project>
-     -->
     
     <project
         name="xsl-R1.0-I">
         <modificationset
             quietperiod="120">
             <cvs
-                module="${env.RELENGINCUBATOR}"
+                module="${env.RELENGINCUBATORXSL}"
                 reallyquiet="${env.CVS_QUIET}" />
         </modificationset>
         <schedule
@@ -277,6 +215,41 @@
     </project>
 
     <project
+        name="vex-R0.5-I">
+        <modificationset
+            quietperiod="120">
+            <cvs
+                module="${env.RELENGINCUBATORVEX}"
+                reallyquiet="${env.CVS_QUIET}" />
+        </modificationset>
+        <schedule
+            interval="${time.oneHour}">
+            <ant>
+                <property
+                    name="buildType"
+                    value="I" />
+                <property
+                    name="buildBranch"
+                    value="R0.5" />
+                <property
+                    name="mapVersionTag"
+                    value="HEAD" />
+                <property
+                    name="build.distribution"
+                    value="vex" />
+                <property
+                    name="SKIP_JAR_SIGNING"
+                    value="true" />
+                <property
+                    name="normalizeJarFiles"
+                    value="false" />                    
+                    
+            </ant>
+        </schedule>
+    </project>
+
+
+    <project
         name="dali-R2.1-I"
         requireModification="false"
         forceOnly="true">
@@ -311,39 +284,6 @@
             </ant>
         </schedule>
     </project>
-    <!-- 
-    <project
-        name="xml-R1.0-I"
-        requireModification="false"
-        forceOnly="true">
-        <modificationset
-            quietperiod="120">
-            <cvs
-                module="${env.RELENG}"
-                reallyquiet="${env.CVS_QUIET}" />
-            <cvs
-                module="${env.RELENGINCUBATOR}"
-                reallyquiet="${env.CVS_QUIET}" />
-        </modificationset>
-        <schedule
-            interval="${time.veryLongTime}">
-            <ant>
-                <property
-                    name="buildType"
-                    value="I" />
-                <property
-                    name="buildBranch"
-                    value="R1.0" />
-                <property
-                    name="mapVersionTag"
-                    value="HEAD" />
-                <property
-                    name="build.distribution"
-                    value="xml" />
-            </ant>
-        </schedule>
-    </project>
-     --> 
     <project
         requireModification="false"
         name="patches-R1.5.5-P"