equal
deleted
inserted
replaced
572 <!-- Then zip up src zips by layer --> |
572 <!-- Then zip up src zips by layer --> |
573 <antcall target="sf-zip-content"> |
573 <antcall target="sf-zip-content"> |
574 <param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> |
574 <param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> |
575 <param name="zip.target.name" value="src-by-layer" /> |
575 <param name="zip.target.name" value="src-by-layer" /> |
576 </antcall> |
576 </antcall> |
577 <!-- Copy the zip that needs to have a different name when a PDK is released --> |
577 <!-- Copy the zips that need to have different names when a PDK is released --> |
578 <copy file="${build.drive}/output/zips/bin_rnd_internal_updated.zip" tofile="${build.drive}/output/zips/binaries_epoc_additional.zip" failonerror="false"/> |
578 <copy file="${build.drive}/output/zips/bin_rnd_internal_updated.zip" tofile="${build.drive}/output/zips/binaries_epoc_additional.zip" failonerror="false"/> |
|
579 <copy file="${build.drive}/output/zips/bin_rnd_internal_bldmefirst.zip" tofile="${build.drive}/output/zips/binaries_bldmefirst.zip" failonerror="false"/> |
579 </target> |
580 </target> |
580 |
581 |
581 <target name="sf-package-tools" depends="sf-preprocess-package-config"> |
582 <target name="sf-package-tools" depends="sf-preprocess-package-config"> |
582 <echo message="Packaging epoc32 tools - Temporary method"/> |
583 <echo message="Packaging epoc32 tools - Temporary method"/> |
583 <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/zip_${build.id}_tools_epoc32.log"> |
584 <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/zip_${build.id}_tools_epoc32.log"> |