common/build.postbuild.xml
changeset 1252 f2fbf395f696
parent 1251 0fc9e31020ea
child 1259 5f8149838262
equal deleted inserted replaced
1251:0fc9e31020ea 1252:f2fbf395f696
   889         <fixcrlf file="${sf.releasenotes.wiki.txt}"/>
   889         <fixcrlf file="${sf.releasenotes.wiki.txt}"/>
   890     </target>
   890     </target>
   891 
   891 
   892     <!-- package all logs into zipfile for publishing -->
   892     <!-- package all logs into zipfile for publishing -->
   893     <target name="sf-zip-logs" >
   893     <target name="sf-zip-logs" >
   894         <!-- Moved from generate-layers -->
   894         <!-- Moved from generate-layers, for Package build only. -->
   895         <copy overwrite="true" file="${build.drive}/output/build/canonical_system_definition_${sf.spec.sysdef.configurations.list}.xml" todir="${build.log.dir}/BOM/"/>
   895         <copy overwrite="true" file="${build.drive}/output/build/canonical_system_definition_${sf.spec.sysdef.configurations.list}.xml" todir="${build.log.dir}/BOM/" failonerror="false"/>
   896         <if>
   896         <if>
   897             <istrue value="${sf.spec.logs.zip.enable}"/>
   897             <istrue value="${sf.spec.logs.zip.enable}"/>
   898             <then>
   898             <then>
   899                 <mkdir dir="${build.output.dir}/zips/release"/> <!-- workaround for when there's no other releaseables, just the logs -->
   899                 <mkdir dir="${build.output.dir}/zips/release"/> <!-- workaround for when there's no other releaseables, just the logs -->
   900                 <zip destfile="${build.output.dir}/zips/release/build_logs.zip" basedir="${build.drive}"> 
   900                 <zip destfile="${build.output.dir}/zips/release/build_logs.zip" basedir="${build.drive}">