common/build.postbuild.xml
changeset 537 aa5ddb1f5ba0
parent 505 590bb863f9b9
child 546 1c8d0b0d08dc
--- a/common/build.postbuild.xml	Thu Sep 24 19:02:07 2009 +0100
+++ b/common/build.postbuild.xml	Tue Sep 29 14:29:23 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>