author | MattD <mattd@symbian.org> |
Tue, 29 Sep 2009 14:30:53 +0100 | |
changeset 538 | 4ade4f813579 |
parent 537 | aa5ddb1f5ba0 (diff) |
parent 536 | ffddef07ae2e (current diff) |
child 539 | b8d92de47238 |
--- a/common/build.postbuild.xml Tue Sep 29 13:52:26 2009 +0100 +++ b/common/build.postbuild.xml Tue Sep 29 14:30:53 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>