equal
deleted
inserted
replaced
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 --> |
|
895 <copy overwrite="true" file="${build.drive}/output/build/canonical_system_definition_${sf.spec.sysdef.configurations.list}.xml" todir="${build.log.dir}/BOM/"/> |
894 <if> |
896 <if> |
895 <istrue value="${sf.spec.logs.zip.enable}"/> |
897 <istrue value="${sf.spec.logs.zip.enable}"/> |
896 <then> |
898 <then> |
897 <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 --> |
898 <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}"> |