Bug 3750: Use .7z extension for PDK zip files created with LZMA compression
authorSimon Howkins <simonh@symbian.org>
Fri, 01 Oct 2010 13:34:48 +0100
changeset 1274 b5003eee1583
parent 1273 92bfe0d10c29
child 1275 5a935138ebeb
Bug 3750: Use .7z extension for PDK zip files created with LZMA compression Commented out the renaming of the files, and the adjustment to release_metadata.xml, as getenv (part of helium) is broken by the change - it only processes *.zip
common/build.xml
--- a/common/build.xml	Thu Sep 30 17:39:10 2010 +0100
+++ b/common/build.xml	Fri Oct 01 13:34:48 2010 +0100
@@ -786,16 +786,15 @@
               </else>
             </if>
 
-            <!-- Now patch up zip filenames and to avoid double extensions -->
-            <move verbose="true" todir="${build.drive}/output/zips/">
+            <!-- Now patch up zip filenames and to avoid double extensions and patch up the release metadata to match -->
+<!--        <move verbose="true" todir="${build.drive}/output/zips/">
               <fileset dir="${build.drive}/output/zips/" includes="**/*.zip"/>
               <mapper type="regexp" from="^(.+?\.(7z|zip))\.zip$" to="\1"/>
             </move>
-
-            <!-- And patch up the release metadata to match -->
-            <replaceregexp match="\.(7z|zip)\.zip" replace=".\1">
+            <replaceregexp match="\.(7z|zip)\.zip" replace=".\1" flags="g">
               <fileset dir="${build.drive}/output/zips/" includes="**/release_metadata.xml"/>
             </replaceregexp>
+-->
           </then>
           <else>
             <echo message="ERROR ${zip.config.file} not available for zipping!"/>