common/build.xml
changeset 377 598bc53daddb
parent 369 13fa826ea048
child 381 ad45f298ad85
equal deleted inserted replaced
376:2db82c4a99da 377:598bc53daddb
   173         
   173         
   174         <if>
   174         <if>
   175             <istrue value="${sf.spec.publish.enable}"/>
   175             <istrue value="${sf.spec.publish.enable}"/>
   176             <then>
   176             <then>
   177                 <runtarget target="diamonds"/>
   177                 <runtarget target="diamonds"/>
   178                 <runtarget target="sf-tag-build"/>
   178                 <runtarget target="sf-diamonds-tag-build"/>
   179             </then>
   179             </then>
   180         </if>
   180         </if>
   181         
   181         
   182         <!-- create BOM dir -->
   182         <!-- create BOM dir -->
   183         <mkdir dir="${build.drive}/output/logs/BOM"/>
   183         <mkdir dir="${build.drive}/output/logs/BOM"/>
   289           <runtarget target="sf-diamondize-bom"/>
   289           <runtarget target="sf-diamondize-bom"/>
   290         </then>
   290         </then>
   291       </if>
   291       </if>
   292     </target>
   292     </target>
   293     
   293     
   294     <target name="sf-tag-build">
   294     <target name="sf-diamonds-tag-build">
   295       <echo>[SF-TAG-BUILD]</echo>
   295       <echo>[SF-DIAMONDS-TAG-BUILD]</echo>
   296       <fmpp sourceFile="${sf.common.config.dir}/diamonds/sf-tag-build.xml.ftl" outputFile="${build.drive}/output/logs/sf-tag-build.xml">
   296       <fmpp sourceFile="${sf.common.config.dir}/diamonds/sf-tag-build.xml.ftl" outputFile="${build.drive}/output/logs/sf-tag-build.xml">
   297         <data expandProperties="yes">
   297         <data expandProperties="yes">
   298           ant: antProperties()
   298           ant: antProperties()
   299         </data>
   299         </data>
   300       </fmpp>
   300       </fmpp>