diff -r 3c858aa7a023 -r 56a1d97e7c73 doc/api/helium/target-sf-package-postbuild-rnd.html --- a/doc/api/helium/target-sf-package-postbuild-rnd.html Tue Oct 06 17:31:14 2009 +0100 +++ b/doc/api/helium/target-sf-package-postbuild-rnd.html Thu Oct 08 19:36:20 2009 +0100 @@ -82,7 +82,7 @@
Location
-D:\maintools\sf-config\common\build.postbuild.xml:230: +
d:\maintools\sf-config\common\build.postbuild.xml:244:
Conditional execution
@@ -96,17 +96,6 @@-
Name | -
---|
perl | -
<target name="sf-package-postbuild-rnd" depends="sf-preprocess-package-config"> - - <!-- zip any RnD _includefile.txt files generated during source packaging --> - <exec executable="perl" dir="${build.drive}/" failonerror="false" output="${build.log.dir}/zip_postbuild.log"> - <arg value="${sf.common.config.dir}/tools/zip_includefiles.pl"/> - </exec> - <!-- cleanup my moving includefiles to logs and zips to zips\release --> - <move todir="${build.log.dir}"> - <fileset dir="${build.drive}"><include name="*_includefile.txt"/></fileset> - </move> - <move todir="${build.drive}/output/zips/release"> - <fileset dir="${build.drive}"><include name="bin*.zip"/></fileset> - </move> - <!-- TODO: merge with release_metadata.xml ? --> + <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="rnd-postbuild"/> + </antcall> </target>