common/common_props.ant.xml
changeset 62 2771e394c9bd
parent 45 8097e627da46
parent 40 54444a2ae2db
child 74 d6aee860ab32
child 170 31922c5222d7
--- a/common/common_props.ant.xml	Wed Apr 15 14:30:07 2009 +0100
+++ b/common/common_props.ant.xml	Wed Apr 15 16:46:01 2009 +0100
@@ -49,6 +49,19 @@
     <property name="sf.spec.publish.rootdir" value="\\lon-engbuild87\d$\SF_builds"/>
     
     <property name="sf.spec.tagafterbuild.enable" value="true"/>
+
+    <!-- if sf-list-dir called, generate dir list(s) of epoc32 tree -->
+    <property name="sf.spec.dirlist.enable"  value="false"/>
+    
+    <!-- if sf-list-dir called, generate delta of two epoc32 trees. note: this takes a while! -->
+    <property name="sf.spec.dirdelta.enable" value="false"/>
+    
+    <!-- prefilter raptor logs -->
+    <property name="sf.spec.logs.raptorfilter.enable" value="true"/>
+    
+    <!-- zip all logs before publish -->
+    <property name="sf.spec.logs.zip.enable"  value="true"/>
+	
 </project>