|
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 |