From fd0e902c36c0881e795a81258ec2cb5cc87b34b3 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Thu, 25 Sep 2008 05:46:07 +0000
Subject: [PATCH] minimize processing by not signing AND not normalizing
 interim builds

---
 releng.control/cc_config.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 193758a94..768920b94 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>
-- 
GitLab