diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-package-postbuild-rnd.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-package-postbuild-rnd.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,227 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +
Location
+D:\maintools\sf-config\common\build.postbuild.xml:230: +
+ +Conditional execution
+No conditions on target execution.
++
+ ++
Name | +
---|
perl | +
+
Name | Edit status | +
---|---|
User editable properties | +|
build.drive | recommended | +
Internal properties | +|
build.log.dir | discouraged | +
+ + +
++ <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 ? --> + </target> ++ + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +