common/build.postbuild.xml
changeset 542 6003c5f7f4c7
parent 537 aa5ddb1f5ba0
child 546 1c8d0b0d08dc
--- a/common/build.postbuild.xml	Tue Sep 29 15:44:48 2009 +0100
+++ b/common/build.postbuild.xml	Tue Sep 29 15:45:28 2009 +0100
@@ -547,7 +547,7 @@
     
     <target name="sf-publish" depends="prep-publish">
         <copy todir="${publish.dir}" preservelastmodified="true" failonerror="false">
-           <fileset dir="${build.log.dir}"><include name="*.zip"/></fileset>
+           <fileset dir="${build.output.dir}/zips/release/"><include name="build_*.zip"/></fileset>
         </copy>
     </target>