Bug 419 source sync workaround - Added property sf.spec.sourcesync.bug419 to common_props.ant.xml and set to true.
authorMattD <mattd@symbian.org>
Mon, 05 Oct 2009 14:56:36 +0100
changeset 586 7fd95ca25b2a
parent 585 0f31ee0280c2
child 587 97d29037659e
child 589 a18cdecf36b3
Bug 419 source sync workaround - Added property sf.spec.sourcesync.bug419 to common_props.ant.xml and set to true.
common/common_props.ant.xml
--- 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 -->