|
Helium API | ||||||
prev next | frames no frames |
Location
D:\maintools\sf-config\common\build.postbuild.xml:246:
Conditional execution
No conditions on target execution.
Name |
---|
7za |
Name | Edit status |
---|---|
User editable properties | |
build.drive | recommended |
Internal properties | |
build.id | discouraged |
build.log.dir | discouraged |
<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> </target>
|
Helium API | ||||||
prev next | frames no frames |