294564 refactoring needed to have truly independent JSDT build - prep
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index bd88a99..36036bc 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -579,6 +579,36 @@
 
     <project
         forceOnly="true"
+        requireModification="true"
+        name="JSDT-R1.2.0-I">
+        <modificationset>
+            <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
+            <alwaysbuild/>
+        </modificationset>
+        <schedule
+            interval="${time.veryLongTime}">
+            <ant>
+                <property
+                    name="buildType"
+                    value="I"/>
+                <property
+                    name="buildBranch"
+                    value="R1.2.0"/>
+                <property
+                    name="buildId"
+                    value="1.2.0"/>
+                <property
+                    name="mapVersionTag"
+                    value="HEAD"/>
+                <property
+                    name="build.distribution"
+                    value="jsdt"/>
+            </ant>
+        </schedule>
+    </project>
+    
+    <project
+        forceOnly="true"
         forceBuildNewProject="false"
         requireModification="true"
         name="patches-R1.5.5-P">