common/build.xml
changeset 213 6e86ffca2e31
parent 207 6d9dd19b6949
child 215 00e22b9bf2f1
--- a/common/build.xml	Mon Jun 22 15:44:58 2009 +0100
+++ b/common/build.xml	Mon Jun 22 16:47:52 2009 +0100
@@ -176,6 +176,11 @@
                 <copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/Headers_CompatibilityReport_${sf.spec.bccheck.reportid}${sf.spec.job.number}.xml" tofile="${build.log.dir}/BC/headers_report.xml" failonerror="true" verbose="true"/>
             </then>
         </if>
+
+        <if><istrue value="${sf.spec.bccheck.enable.dynamic}"/>
+            <then>
+            </then>
+        </if>
     </target>
 
     <target name="sf-prebuild">