Bug 384 Platform build should output all PDK releasables into one directory
authorSimon Howkins <simonh@symbian.org>
Wed, 23 Sep 2009 11:56:06 +0100
changeset 492 8820f5f867f2
parent 491 e73243604097
child 493 7a222cbde37f
Bug 384 Platform build should output all PDK releasables into one directory Zips of md5s now released into the release directory
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">