Disabled BC check from running as default on builds. Should be enabled specifically at the command line.
authorMattD <mattd@symbian.org>
Mon, 23 Nov 2009 14:58:52 +0000
changeset 789 1d4270bc656b
parent 786 24d6f993e110
child 790 d67c930e18a1
Disabled BC check from running as default on builds. Should be enabled specifically at the command line.
common/common_props.ant.xml
--- a/common/common_props.ant.xml	Fri Nov 20 17:23:50 2009 +0000
+++ b/common/common_props.ant.xml	Mon Nov 23 14:58:52 2009 +0000
@@ -99,7 +99,7 @@
     <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" 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"/>