equal
deleted
inserted
replaced
21 |
21 |
22 <target name="sf-build-noprep"> |
22 <target name="sf-build-noprep"> |
23 <echo>[SF-BUILD-NO-PREP]</echo> |
23 <echo>[SF-BUILD-NO-PREP]</echo> |
24 </target> |
24 </target> |
25 |
25 |
26 <target name="sf-prep" depends="check-tool-dependencies, prep-drive,init-build-area,create-bom,log-build-env"> |
26 <target name="sf-prep" depends="prep-drive,init-build-area,check-tool-dependencies,create-bom,log-build-env"> |
27 <echo>[SF-PREP]</echo> |
27 <echo>[SF-PREP]</echo> |
28 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
28 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
29 </target> |
29 </target> |
30 |
30 |
31 <target name="sf-prebuild"> |
31 <target name="sf-prebuild"> |