do not condition for N-builds
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 0cff2d0..f4b4b8d 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -571,6 +571,7 @@
</ant>
</schedule>
</project>
+ <!--
<project
name="wtp-R3.0-I">
<modificationset
@@ -627,6 +628,7 @@
</ant>
</schedule>
</project>
+ -->
<project
requireModification="false"
name="wtp-R3.0-N"
@@ -663,6 +665,9 @@
<property
name="SKIP_JAR_SIGNING"
value="true" />
+ <property
+ name="normalizeJarFiles"
+ value="false" />
</ant>
</schedule>
</project>