# HG changeset patch
# User William Roberts <williamr@symbian.org>
# Date 1245254364 -3600
# Node ID 09e24be89e4bac2b390b184f06300008fb7226ac
# Parent  cb50a5d378805998d202a31c608e196d40fa4c62
Add the missing column heading in PkgComponentAnalysisSummary.csv

diff -r cb50a5d37880 -r 09e24be89e4b common/tools/analysis/analyse_components.pl
--- a/common/tools/analysis/analyse_components.pl	Wed Jun 17 15:45:58 2009 +0100
+++ b/common/tools/analysis/analyse_components.pl	Wed Jun 17 16:59:24 2009 +0100
@@ -178,7 +178,7 @@
 
 # Write the summary log
 open(OUTPUT,">PkgComponentAnalysisSummary.csv") or die "Error: Couldn't open PkgComponentAnalysisSummary.csv for writing\n";
-print OUTPUT "Source Path (from Sources.csv), License, BldFile (from whatlog), Package Name, Component Name\n"; 
+print OUTPUT "Source Path (from Sources.csv), License, BldFile (from whatlog), Status, Package Name, Component Name\n"; 
 print OUTPUT @uniq;
 close(OUTPUT);
 close(WHATLOG);