equal
deleted
inserted
replaced
207 |
207 |
208 <if> |
208 <if> |
209 <istrue value="${sf.spec.publish.enable}"/> |
209 <istrue value="${sf.spec.publish.enable}"/> |
210 <then> |
210 <then> |
211 <runtarget target="diamonds"/> |
211 <runtarget target="diamonds"/> |
|
212 <runtarget target="sf-tag-build"/> |
212 </then> |
213 </then> |
213 </if> |
214 </if> |
214 |
215 |
215 <!-- create BOM dir --> |
216 <!-- create BOM dir --> |
216 <mkdir dir="${build.drive}/output/logs/BOM"/> |
217 <mkdir dir="${build.drive}/output/logs/BOM"/> |
327 <istrue value="${sf.spec.publish.enable}"/> |
328 <istrue value="${sf.spec.publish.enable}"/> |
328 <then> |
329 <then> |
329 <runtarget target="sf-diamondize-bom"/> |
330 <runtarget target="sf-diamondize-bom"/> |
330 </then> |
331 </then> |
331 </if> |
332 </if> |
|
333 </target> |
|
334 |
|
335 <target name="sf-tag-build"> |
|
336 <echo>[SF-TAG-BUILD]</echo> |
|
337 <fmpp sourceFile="${sf.common.config.dir}/diamonds/sf-tag-build.xml.ftl" outputFile="${build.drive}/output/logs/sf-tag-build.xml"> |
|
338 <data expandProperties="yes"> |
|
339 ant: antProperties() |
|
340 </data> |
|
341 </fmpp> |
332 </target> |
342 </target> |
333 |
343 |
334 <target name="sf-postbuild"> |
344 <target name="sf-postbuild"> |
335 <echo>[SF-POSTBUILD]</echo> |
345 <echo>[SF-POSTBUILD]</echo> |
336 <parallel> |
346 <parallel> |