common/build.postbuild.xml
changeset 813 66884b6df45d
parent 809 6d9f7bb4fcec
child 820 2a9e6403efaf
equal deleted inserted replaced
812:c8a16c56ada8 813:66884b6df45d
   251                 <then>
   251                 <then>
   252                     <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/zip_${build.id}_binaries_sdk.log">
   252                     <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/zip_${build.id}_binaries_sdk.log">
   253                         <arg value="a"/>
   253                         <arg value="a"/>
   254                         <arg value="-tzip"/>
   254                         <arg value="-tzip"/>
   255                         <arg value="-i@${sf.sdk.header.list.file}"/>
   255                         <arg value="-i@${sf.sdk.header.list.file}"/>
       
   256                         <arg value="-x@${build.log.dir}/rnd_excludefile.txt"/>
   256                         <arg value="${build.drive}/output/zips/release/binaries_epoc_sdk.zip"/>
   257                         <arg value="${build.drive}/output/zips/release/binaries_epoc_sdk.zip"/>
   257                     </exec>
   258                     </exec>
   258                     <!-- Check that all the files we want in the SDK are zipped -->
   259                     <!-- Check that all the files we want in the SDK are zipped -->
   259                     <antcall target="sf-log-to-brag">
   260                     <antcall target="sf-log-to-brag">
   260                         <param name="sf.brag.id" value="SDK"/>
   261                         <param name="sf.brag.id" value="SDK"/>