common/templates/source-spec.ant.xml.ftl
changeset 1173 7659931b2194
parent 1044 0f6ffc604b5c
child 1206 4518bca1baf0
equal deleted inserted replaced
1172:94015cd3cb74 1173:7659931b2194
   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&#x0009;sources,${dollar}{sources.${count}.URL},${dollar}{sf.sourcesync.${count}.checksum}&#x000d;&#x000a;" 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>