Added tweak for bldmefirst zip filename
authorSimon Howkins <simonh@symbian.org>
Thu, 16 Jul 2009 14:19:22 +0100
changeset 258 4305132b8052
parent 257 792dd66af9a1
child 259 97419fef4b8f
Added tweak for bldmefirst zip filename
common/build.xml
--- a/common/build.xml	Thu Jul 16 13:11:51 2009 +0100
+++ b/common/build.xml	Thu Jul 16 14:19:22 2009 +0100
@@ -574,8 +574,9 @@
             <param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/>
             <param name="zip.target.name" value="src-by-layer" />
         </antcall>
-        <!-- Copy the zip that needs to have a different name when a PDK is released -->
+        <!-- Copy the zips that need to have different names when a PDK is released -->
 	<copy file="${build.drive}/output/zips/bin_rnd_internal_updated.zip" tofile="${build.drive}/output/zips/binaries_epoc_additional.zip" failonerror="false"/>
+	<copy file="${build.drive}/output/zips/bin_rnd_internal_bldmefirst.zip" tofile="${build.drive}/output/zips/binaries_bldmefirst.zip" failonerror="false"/>
     </target>
     
     <target name="sf-package-tools" depends="sf-preprocess-package-config">