common/build.postbuild.xml
changeset 492 8820f5f867f2
parent 491 e73243604097
child 497 63547bf80809
equal deleted inserted replaced
491:e73243604097 492:8820f5f867f2
   183             <arg value="evalid -g epoc32/winscw output/md5/epoc32_winscw.md5"/>
   183             <arg value="evalid -g epoc32/winscw output/md5/epoc32_winscw.md5"/>
   184         </exec>
   184         </exec>
   185         </parallel>
   185         </parallel>
   186         
   186         
   187         <!-- package MD5s directly into epoc32/relinfo location so that its usable out-of-the-box -->
   187         <!-- package MD5s directly into epoc32/relinfo location so that its usable out-of-the-box -->
   188         <property name="temp.md5.zip" value="${env.TEMP}/MD5_${sf.spec.job.name}_${build.number}.zip"/>
   188         <zip destfile="${build.output.dir}/zips/release/build_md5.zip">
   189         <echo message="INFO Packaging MD5s"/>
       
   190         <zip destfile="${temp.md5.zip}">
       
   191             <zipfileset dir="${build.drive}/output/md5/" prefix="epoc32/relinfo"/>
   189             <zipfileset dir="${build.drive}/output/md5/" prefix="epoc32/relinfo"/>
   192         </zip>
   190         </zip>
   193         <move file="${temp.md5.zip}" todir="${build.log.dir}" failonerror="false"/>
       
   194     </target>    
   191     </target>    
   195     
   192     
   196     <target name="sf-package-binary" depends="sf-preprocess-package-config,sf-package-postbuild-rnd">
   193     <target name="sf-package-binary" depends="sf-preprocess-package-config,sf-package-postbuild-rnd">
   197         <!-- Warning: Reverting to using the He zipper will also revert to a single zip for the binaries:
   194         <!-- Warning: Reverting to using the He zipper will also revert to a single zip for the binaries:
   198              would need to update the template and possibly the script that populates it -->
   195              would need to update the template and possibly the script that populates it -->