sf-tools/build.xml
changeset 1009 d1cef5ea6d99
parent 1008 ed6bac1beacb
child 1033 d8b3a897b1d5
equal deleted inserted replaced
1008:ed6bac1beacb 1009:d1cef5ea6d99
   102     </exec>
   102     </exec>
   103 
   103 
   104     <!--  create a manifest in the root of the build drive -->
   104     <!--  create a manifest in the root of the build drive -->
   105     <exec executable="perl" dir="${build.drive}" output="${build.log.dir}/manifest_binaries_${sf.spec.job.name}.txt">
   105     <exec executable="perl" dir="${build.drive}" output="${build.log.dir}/manifest_binaries_${sf.spec.job.name}.txt">
   106         <arg value="${sf.common.config.dir}/tools/7z_list_to_manifest.pl"/>
   106         <arg value="${sf.common.config.dir}/tools/7z_list_to_manifest.pl"/>
   107         <arg value="${build.drive}/output/zips/release/binaries_${sf.spec.job.name}.zip"/>
   107         <arg value="${build.drive}\output\zips\release\binaries_${sf.spec.job.name}.zip"/>
   108         <arg value="-z"/>
   108         <arg value="-z"/>
   109     </exec>
   109     </exec>
   110 
   110 
   111     <!--  add manifest to zip and update release meta data -->
   111     <!--  add manifest to zip and update release meta data -->
   112     <exec executable="7z" dir="${build.drive}">
   112     <exec executable="7z" dir="${build.drive}">