sf.spec.bccheck.enable - Added comment into common_props.ant.xml to explain how the value is used.
--- a/common/common_props.ant.xml Tue Sep 29 15:47:55 2009 +0100
+++ b/common/common_props.ant.xml Tue Sep 29 15:52:07 2009 +0100
@@ -96,7 +96,7 @@
<property name="sf.spec.test.package.droppath" value="TestDrops"/>
<!-- BC check properties -->
- <property name="sf.spec.bccheck.enable" value="false"/>
+ <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="true"/>