post-build target 'sf-publish' - Fixed publishing regression caused by changeset e73243604097 - 'Bug 384 Platform build should output all PDK releasables into one directory'
authorMattD <mattd@symbian.org>
Tue, 29 Sep 2009 14:29:23 +0100
changeset 537 aa5ddb1f5ba0
parent 519 a75125f33ba4
child 538 4ade4f813579
post-build target 'sf-publish' - Fixed publishing regression caused by changeset e73243604097 - 'Bug 384 Platform build should output all PDK releasables into one directory'
common/build.postbuild.xml
--- 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>