# HG changeset patch # User Maciej Seroka <maciejs@symbian.org> # Date 1263825252 0 # Node ID 5102a713190139bb17154f0ba3e1966253635ea0 # Parent 56d2bc67ec4063af76c76b2f933d217021ec8e7c Disabled BC check for Platform builds diff -r 56d2bc67ec40 -r 5102a7131901 common/common_props.ant.xml --- a/common/common_props.ant.xml Mon Jan 18 08:54:25 2010 +0000 +++ b/common/common_props.ant.xml Mon Jan 18 14:34:12 2010 +0000 @@ -100,10 +100,10 @@ <property name="sf.spec.test.package.droppath" value="TestDrops"/> <!-- BC check properties --> - <property name="sf.spec.bccheck.enable" value="true"/> <!-- This disables it being called during a normal build, although the target can be called seperately --> - <property name="sf.spec.bccheck.enable.la" value="false"/> - <property name="sf.spec.bccheck.enable.ha" value="false"/> - <property name="sf.spec.bccheck.enable.dynamic" value="true"/> + <property name="sf.spec.bccheck.enable" value="false"/> <!-- This disables it being called during a normal build, although the target can be called seperately --> + <property name="sf.spec.bccheck.enable.la" value="true"/> + <property name="sf.spec.bccheck.enable.ha" value="true"/> + <property name="sf.spec.bccheck.enable.dynamic" value="false"/> <property name="sf.spec.bccheck.baseline.name" value="symbian1"/> <property name="sf.spec.bccheck.baseline.skd.dir" value="\\v800008\builds01\installed\s60_5th_sdk_installed"/> <property name="sf.spec.bccheck.baseline.s60.version" value="5.0"/>