--- a/common/templates/source-spec.ant.xml.ftl Tue Jul 13 11:43:21 2010 +0100
+++ b/common/templates/source-spec.ant.xml.ftl Tue Jul 13 14:22:34 2010 +0100
@@ -184,8 +184,9 @@
</target>
<target name="sf-bom-info-${count}">
- <!-- record info on source code repo/rev in BOM file -->
+ <!-- record info on source code repo/rev in BOM file and in BIT file -->
<echo file="${ant['build.drive']}/output/logs/BOM/sources.csv" append="true" message="${dollar}{sources.${count}.URL},${pkg_detail.dst},changeset,${dollar}{sf.sourcesync.${count}.checksum},${pkg_detail.sysdef}${dollar}{line.separator}"/>
+ <echo message="content	sources,${dollar}{sources.${count}.URL},${dollar}{sf.sourcesync.${count}.checksum}
" file="${ant['build.log.dir']}/bitinfo.txt" append="true"/>
</target>
<target name="sf-bom-change-info-${count}">