equal
deleted
inserted
replaced
182 </else> |
182 </else> |
183 </if> |
183 </if> |
184 </target> |
184 </target> |
185 |
185 |
186 <target name="sf-bom-info-${count}"> |
186 <target name="sf-bom-info-${count}"> |
187 <!-- record info on source code repo/rev in BOM file --> |
187 <!-- record info on source code repo/rev in BOM file and in BIT file --> |
188 <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}"/> |
188 <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}"/> |
|
189 <echo message="content	sources,${dollar}{sources.${count}.URL},${dollar}{sf.sourcesync.${count}.checksum}
" file="${ant['build.log.dir']}/bitinfo.txt" append="true"/> |
189 </target> |
190 </target> |
190 |
191 |
191 <target name="sf-bom-change-info-${count}"> |
192 <target name="sf-bom-change-info-${count}"> |
192 <if><not><isset property="sf.sourcesync.${count}.checksum"/></not> |
193 <if><not><isset property="sf.sourcesync.${count}.checksum"/></not> |
193 <then> |
194 <then> |