add dali 2.1 specific build
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index a722cf3..415d558 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -284,6 +284,42 @@
</ant>
</schedule>
</project>
+
+ <project
+ name="dali-R2.1-I"
+ requireModification="false"
+ forceOnly="true">
+ <modificationset>
+ <forceonly />
+ </modificationset>
+ <schedule>
+ <ant>
+ <property
+ name="buildType"
+ value="I" />
+ <property
+ name="buildBranch"
+ value="R2.1" />
+ <property
+ name="mapVersionTag"
+ value="HEAD" />
+ <property
+ name="releng.dali-mapVersionTag"
+ value="HEAD" />
+ <property
+ name="build.distribution"
+ value="dali" />
+
+ <property
+ name="SKIP_JAR_SIGNING"
+ value="true" />
+ <property
+ name="normalizeJarFiles"
+ value="false" />
+
+ </ant>
+ </schedule>
+ </project>
<!--
<project
name="xml-R1.0-I"