diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 193758a946e3c393dac32a13000c00e6a496dab7..768920b94967f2d545bc3c775220031adffee326 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -277,6 +277,9 @@
                 <property
                     name="SKIP_JAR_SIGNING"
                     value="true" />
+                <property
+                    name="normalizeJarFiles"
+                    value="false" />                    
                     
             </ant>
         </schedule>
@@ -741,9 +744,14 @@
                 <property
                     name="build.distribution"
                     value="wtp"/>
+                <!-- 
                 <property
                     name="SKIP_JAR_SIGNING"
                     value="true" />
+                <property
+                    name="normalizeJarFiles"
+                    value="false" />
+                    -->                    
                     
             </ant>
         </schedule>
@@ -871,6 +879,9 @@
                 <property
                     name="build.distribution"
                     value="wtp"/>
+                <property
+                    name="SKIP_JAR_SIGNING"
+                    value="true" />                    
             </ant>
         </schedule>
     </project>