Minor change to sf.spec.publish.release.zips.
authorChetan Kapoor<chetank@symbian.org>
Mon, 27 Sep 2010 12:33:22 +0100
changeset 1269 f959926bea0a
parent 1268 b69afcf5d763
child 1270 12dad5079459
Minor change to sf.spec.publish.release.zips.
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Wed Sep 22 17:28:09 2010 +0100
+++ b/common/build.postbuild.xml	Mon Sep 27 12:33:22 2010 +0100
@@ -995,7 +995,7 @@
         <then>
             <mkdir dir="${sf.spec.publish.release.zips.location}/${build.id}"/>
 			<copy todir="${sf.spec.publish.release.zips.location}/${build.id}" preservelastmodified="true" failonerror="false">
-				<fileset dir="${build.output.dir}/zips/release/"><include name="*.zip"/></fileset>
+				<fileset dir="${build.output.dir}/zips/release/"><include name="*.*"/></fileset>
 			</copy>
         </then>
         </if>