Turned off build publication by default, so no publication happens (by default) when a micro build is run from the command line.
Hudson can set this property so that any micro builds it starts are published, which is certainly desirable.
--- a/symbian2/micro/job_props.ant.xml Fri Jan 29 22:53:32 2010 +0000
+++ b/symbian2/micro/job_props.ant.xml Mon Feb 01 14:41:26 2010 +0000
@@ -71,6 +71,7 @@
<!-- These are certainly specific to the micro build -->
<property name="sf.spec.job.name" value="micro"/>
+ <property name="sf.spec.publish.enable" value="false"/> <!-- Over-ridden when run by Hudson -->
<property name="sf.suppress.buildenv.check" value="true"/>
<property name="sf.spec.sourcesync.archive" value="true"/>
<property name="sf.spec.test.sendpkg.enable" value="false"/>