equal
deleted
inserted
replaced
88 |
88 |
89 <echo message="Adding BOM header"/> |
89 <echo message="Adding BOM header"/> |
90 <exec executable="cmd" output="${ant['build.drive']}/output/logs/BOM/sources.csv" append="true"> |
90 <exec executable="cmd" output="${ant['build.drive']}/output/logs/BOM/sources.csv" append="true"> |
91 <arg value="/c"/> |
91 <arg value="/c"/> |
92 <arg value="echo"/> |
92 <arg value="echo"/> |
93 <arg value="source,dst,type,pattern,sysdef,"/> |
93 <arg value="source,dst,type,pattern,sysdef"/> |
94 </exec> |
94 </exec> |
95 |
95 |
96 ${bom_list} |
96 ${bom_list} |
97 |
97 |
98 </target> |
98 </target> |