turn off some signing, till scripts improved
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index c40ad80..da3200e 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -271,6 +271,10 @@
                 <property
                     name="build.distribution"
                     value="xsl" />
+                <property
+                    name="SKIP_JAR_SIGNING"
+                    value="true" />
+                    
             </ant>
         </schedule>
     </project>
@@ -734,6 +738,10 @@
                 <property
                     name="build.distribution"
                     value="wtp"/>
+                <property
+                    name="SKIP_JAR_SIGNING"
+                    value="true" />
+                    
             </ant>
         </schedule>
     </project>