merge - catch up
authorLouis Henry Nayegon <louisn@symbian.org>
Fri, 29 May 2009 08:10:47 +0100
changeset 118 9765c33f29a5
parent 117 483f966c6335 (current diff)
parent 116 47cccedacd2d (diff)
child 119 18300635256d
merge - catch up
--- a/common/build.xml	Fri May 29 08:07:21 2009 +0100
+++ b/common/build.xml	Fri May 29 08:10:47 2009 +0100
@@ -170,10 +170,7 @@
     
     <target name="sf-postbuild">
         <echo>[SF-POSTBUILD]</echo>
-        
-        <!-- run build analysis tools -->
-        <runtarget target="sf-run-analysis"/>
-        
+                
         <!-- TAG SOURCE CODE -->
         <if>
             <istrue value="${sf.spec.tagafterbuild.enable}" />
@@ -197,6 +194,9 @@
             </then>
         </if>
 
+        <!-- run build analysis tools -->
+        <runtarget target="sf-run-analysis"/>
+
         <runtarget target="sf-zip-logs"/>
 
         <!-- PUBLISH LOGS/REPORTS -->
--- a/common/tools/zip_includefiles.pl	Fri May 29 08:07:21 2009 +0100
+++ b/common/tools/zip_includefiles.pl	Fri May 29 08:10:47 2009 +0100
@@ -8,6 +8,6 @@
     my $includefilename=$_;
 	if (m/(.*)(_includefile.txt)/) {
 		my $zipfilename = $1.".zip";
-		system("7z a -tzip -i@".$includefilename . " " .$zipfilename);
+		system("7za a -tzip -i@".$includefilename . " " .$zipfilename);
 	}
 }
\ No newline at end of file