576 <then><move file="${build.drive}/tools_epoc.zip" todir="${build.drive}/output/zips/"/></then> |
576 <then><move file="${build.drive}/tools_epoc.zip" todir="${build.drive}/output/zips/"/></then> |
577 </if> |
577 </if> |
578 </target> |
578 </target> |
579 |
579 |
580 <target name="sf-package-binary" depends="sf-preprocess-package-config,sf-package-postbuild-rnd"> |
580 <target name="sf-package-binary" depends="sf-preprocess-package-config,sf-package-postbuild-rnd"> |
|
581 <!-- Warning: Reverting to using the He zipper will also revert to a single zip for the binaries: |
|
582 would need to update the template and possibly the script that populates it --> |
581 <!--antcall target="sf-zip-content"> |
583 <!--antcall target="sf-zip-content"> |
582 <param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> |
584 <param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> |
583 <param name="zip.target.name" value="bin" /> |
585 <param name="zip.target.name" value="bin" /> |
584 </antcall--> |
586 </antcall--> |
585 |
587 |
587 <arg value="a"/> |
589 <arg value="a"/> |
588 <arg value="-tzip"/> |
590 <arg value="-tzip"/> |
589 <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/> |
591 <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/> |
590 <arg value="-x!epoc32\tools"/> |
592 <arg value="-x!epoc32\tools"/> |
591 <arg value="-x!epoc32\build"/> |
593 <arg value="-x!epoc32\build"/> |
|
594 <arg value="-x!epoc32\release\armv5"/> |
|
595 <arg value="-x!epoc32\release\winscw"/> |
592 <arg value="-xr!*.sym"/> |
596 <arg value="-xr!*.sym"/> |
593 <arg value="${build.drive}/output/zips/binaries_epoc.zip"/> |
597 <arg value="${build.drive}/output/zips/binaries_epoc.zip"/> |
594 <arg value="epoc32\"/> |
598 <arg value="epoc32\"/> |
|
599 </exec> |
|
600 |
|
601 <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/zip_${build.id}_binaries_epoc32.log"> |
|
602 <arg value="a"/> |
|
603 <arg value="-tzip"/> |
|
604 <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/> |
|
605 <arg value="-xr!*.sym"/> |
|
606 <arg value="${build.drive}/output/zips/binaries_winscw.zip"/> |
|
607 <arg value="epoc32\release\winscw\"/> |
|
608 </exec> |
|
609 |
|
610 <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/zip_${build.id}_binaries_epoc32.log"> |
|
611 <arg value="a"/> |
|
612 <arg value="-tzip"/> |
|
613 <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/> |
|
614 <arg value="-xr!*.sym"/> |
|
615 <arg value="${build.drive}/output/zips/binaries_armv5.zip"/> |
|
616 <arg value="epoc32\release\armv5\"/> |
595 </exec> |
617 </exec> |
596 </target> |
618 </target> |
597 |
619 |
598 <target name="sf-package-postbuild-rnd" depends="sf-preprocess-package-config"> |
620 <target name="sf-package-postbuild-rnd" depends="sf-preprocess-package-config"> |
599 |
621 |