Add the missing column heading in PkgComponentAnalysisSummary.csv
authorWilliam Roberts <williamr@symbian.org>
Wed, 17 Jun 2009 16:59:24 +0100
changeset 160 09e24be89e4b
parent 159 cb50a5d37880
child 161 9f98eafcf480
Add the missing column heading in PkgComponentAnalysisSummary.csv
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);