--- a/sf-tools/build.xml Tue May 11 15:56:27 2010 +0100
+++ b/sf-tools/build.xml Tue May 11 16:57:09 2010 +0100
@@ -104,7 +104,7 @@
<!-- create a manifest in the root of the build drive -->
<exec executable="perl" dir="${build.drive}" output="${build.log.dir}/manifest_binaries_${sf.spec.job.name}.txt">
<arg value="${sf.common.config.dir}/tools/7z_list_to_manifest.pl"/>
- <arg value="${build.drive}/output/zips/release/binaries_${sf.spec.job.name}.zip"/>
+ <arg value="${build.drive}\output\zips\release\binaries_${sf.spec.job.name}.zip"/>
<arg value="-z"/>
</exec>