diff -r 3c858aa7a023 -r 56a1d97e7c73 doc/api/helium/target-sf-package-tools.html --- a/doc/api/helium/target-sf-package-tools.html Tue Oct 06 17:31:14 2009 +0100 +++ b/doc/api/helium/target-sf-package-tools.html Thu Oct 08 19:36:20 2009 +0100 @@ -82,7 +82,7 @@
Location
-D:\maintools\sf-config\common\build.postbuild.xml:246: +
d:\maintools\sf-config\common\build.postbuild.xml:251:
Conditional execution
@@ -143,9 +143,12 @@<target name="sf-package-tools" depends="sf-preprocess-package-config"> - <echo message="Packaging epoc32 tools - Temporary method"/> <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/zip_${build.id}_tools_epoc32.log"> <arg value="a"/> <arg value="-tzip"/> <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/> -<!-- <arg value="-x@${build.log.dir}/*_includefile.txt"/> --> <arg value="${build.drive}/output/zips/release/tools_epoc.zip"/> <arg value="epoc32/tools"/> </exec> + <antcall target="sf-zip-content"> + <param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> + <param name="zip.target.name" value="tools"/> + </antcall> </target>