From 8ca928ce9ec11b0654138a2e0c6112dbb7d5f5d8 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Sat, 17 May 2008 12:31:04 +0000
Subject: [PATCH] do not condition for N-builds

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

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 0cff2d09a..f4b4b8d2a 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>
-- 
GitLab