Bug 419 source sync workaround - Added property sf.spec.sourcesync.bug419 to common_props.ant.xml and set to true.
--- a/common/common_props.ant.xml Mon Oct 05 14:36:09 2009 +0100
+++ b/common/common_props.ant.xml Mon Oct 05 14:56:36 2009 +0100
@@ -41,6 +41,7 @@
<property name="sf.spec.sourcesync.usecache" value="false"/>
<property name="sf.spec.sourcesync.sourcespecfile" value="sources.csv"/>
<property name="sf.spec.sourcesync.cachelocation" value="${sf.spec.job.rootdir}/hgcache"/>
+ <property name="sf.spec.sourcesync.bug419" value="true"/> <!--Temporary workaround for bug 419 - Does source sync manually -->
<property name="sf.spec.baseline.enable" value="true"/>
<property name="sf.spec.baseline.select" value="auto"/> <!-- auto|explicit|location -->