# HG changeset patch # User Simon Howkins <simonh@symbian.org> # Date 1253703366 -3600 # Node ID 8820f5f867f2c4f69c89e7b6ae69e6ede5c02290 # Parent e73243604097d7ceb87c1536498d4c206509476c Bug 384 Platform build should output all PDK releasables into one directory Zips of md5s now released into the release directory diff -r e73243604097 -r 8820f5f867f2 common/build.postbuild.xml --- a/common/build.postbuild.xml Wed Sep 23 11:43:54 2009 +0100 +++ b/common/build.postbuild.xml Wed Sep 23 11:56:06 2009 +0100 @@ -185,12 +185,9 @@ </parallel> <!-- package MD5s directly into epoc32/relinfo location so that its usable out-of-the-box --> - <property name="temp.md5.zip" value="${env.TEMP}/MD5_${sf.spec.job.name}_${build.number}.zip"/> - <echo message="INFO Packaging MD5s"/> - <zip destfile="${temp.md5.zip}"> + <zip destfile="${build.output.dir}/zips/release/build_md5.zip"> <zipfileset dir="${build.drive}/output/md5/" prefix="epoc32/relinfo"/> </zip> - <move file="${temp.md5.zip}" todir="${build.log.dir}" failonerror="false"/> </target> <target name="sf-package-binary" depends="sf-preprocess-package-config,sf-package-postbuild-rnd">