--- 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 @@
<h2>Target sf-package-tools</h2>
<p><b>Location</b></p>
-<p> <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.postbuild.xml#L246">D:\maintools\sf-config\common\build.postbuild.xml:246:</a></tt>
+<p> <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.postbuild.xml#L251">d:\maintools\sf-config\common\build.postbuild.xml:251:</a></tt>
</p>
<p><b>Conditional execution</b></p>
@@ -143,9 +143,12 @@
<img src="target-sf-package-tools.dot.png" alt="sf-package-tools dependencies" usemap="#dependencies"
style="border-style: none"/>
<map name="dependencies" id="dependencies">
-<area shape="rect" id="node1" href="target-sf-package-tools.html" title="sf-package-tools" alt="" coords="156,5,292,53">
-<area shape="rect" id="node4" href="target-sf-preprocess-package-config.html" title="sf-preprocess-package-config" alt="" coords="343,5,572,53">
-<area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf-postbuild" alt="" coords="5,5,107,53">
+<area shape="rect" id="node1" href="target-sf-package-tools.html" title="sf-package-tools" alt="" coords="225,41,361,89">
+<area shape="rect" id="node7" href="target-sf-preprocess-package-config.html" title="sf-preprocess-package-config" alt="" coords="423,16,652,64">
+<area shape="rect" id="node9" href="target-sf-zip-content.html" title="sf-zip-content" alt="" coords="481,88,593,136">
+<area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf-postbuild" alt="" coords="39,5,140,53">
+<area shape="rect" id="node4" href="target-sf-create-public-PDK.html" title="sf-create-public-PDK" alt="" coords="5,77,173,125">
+<area shape="rect" id="node10" href="target-preprocess-zip-config.html" title="preprocess-zip-config" alt="" coords="705,88,876,136">
</map>
</p>
<hr/>
@@ -154,15 +157,17 @@
<h3>Source code</h3>
<pre>
<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>
</pre>