equal
deleted
inserted
replaced
117 <arg value="--tools='${sf.spec.sbs.tools.config}'"/> |
117 <arg value="--tools='${sf.spec.sbs.tools.config}'"/> |
118 <arg value="Common"/> |
118 <arg value="Common"/> |
119 </exec> |
119 </exec> |
120 </target> |
120 </target> |
121 |
121 |
122 <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild"> |
122 <target name="sf-build-all" depends="sf-prebuild-noprep,sf-build-noprep,sf-postbuild"> |
123 <echo>[SF-BUILD-ALL]</echo> |
123 <echo>[SF-BUILD-ALL]</echo> |
124 </target> |
124 </target> |
125 |
125 |
126 <target name="sf-summary" depends=""> |
126 <target name="sf-summary" depends=""> |
127 <echo>[SF-SUMMARY]</echo> |
127 <echo>[SF-SUMMARY]</echo> |
135 |
135 |
136 <target name="sf-build-and-pack" depends="sf-build-noprep,sf-postbuild"> |
136 <target name="sf-build-and-pack" depends="sf-build-noprep,sf-postbuild"> |
137 <echo>[SF-BUILD-AND-PACK]</echo> |
137 <echo>[SF-BUILD-AND-PACK]</echo> |
138 </target> |
138 </target> |
139 |
139 |
140 <target name="sf-build" depends="sf-prep,sf-prebuild,sf-build-noprep,sf-postbuild"> |
140 <target name="sf-build" depends="sf-prebuild,sf-build-noprep,sf-postbuild"> |
141 <echo>[SF-BUILD]</echo> |
141 <echo>[SF-BUILD]</echo> |
142 </target> |
142 </target> |
143 |
143 |
144 <target name="sf-parse-project-config"> |
144 <target name="sf-parse-project-config"> |
145 <!-- TODO: Parse the project config and generate properties and csv file to be |
145 <!-- TODO: Parse the project config and generate properties and csv file to be |
194 </copy> |
194 </copy> |
195 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml" todir="${build.log.dir}/BOM/"/> |
195 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml" todir="${build.log.dir}/BOM/"/> |
196 <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
196 <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
197 </target> |
197 </target> |
198 |
198 |
199 <target name="sf-prebuild" depends="sf-prep,sf-prebuild-announce,sf-diamonds-tag-build,sf-record-proj-conf-bom,sf-getenvs,sf-syncsource,sf-diamondize-bom"/> |
199 <target name="sf-prebuild" depends="sf-prep,sf-prebuild-noprep"/> |
|
200 <target name="sf-prebuild-noprep" depends="sf-prebuild-announce,sf-diamonds-tag-build,sf-record-proj-conf-bom,sf-getenvs,sf-syncsource,sf-diamondize-bom"/> |
200 |
201 |
201 <target name="sf-prebuild-announce"> |
202 <target name="sf-prebuild-announce"> |
202 <echo>[SF-PREBUILD]</echo> |
203 <echo>[SF-PREBUILD]</echo> |
203 </target> |
204 </target> |
204 |
205 |