aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMike FABIAN <mike.fabian@basyskom.de>2010-09-13 11:04:11 +0200
committerMike FABIAN <mike.fabian@basyskom.de>2010-09-14 10:33:49 +0200
commit7a2132afc5ae41069524afa3eeee1f26210217c0 (patch)
tree81b8ad4beaf5503d5fec1ca40ccc01996d3b7269 /tools
parent6a0ffd3815c04366d4e7459f90989d3b6f9b340d (diff)
Changes: add new source packages to messageid-check script
RevBy: TrustMe Details: Added: + "meegotouchhome-nokia" + "qtwebkit-meegotouchplugin" + "relevance" + "search"
Diffstat (limited to 'tools')
-rwxr-xr-xtools/messageid-check6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/messageid-check b/tools/messageid-check
index b07896d0..f3860c38 100755
--- a/tools/messageid-check
+++ b/tools/messageid-check
@@ -195,6 +195,7 @@ my @sourcePackagesToDownloadAndScan = (
"meego-keyboard",
"meego-vkb-magnifier",
"meegofeedback-reactionmaps",
+ "meegotouchhome-nokia",
"meegotouch-tests",
"meegotouch-visual-benchmark",
"messaging-service",
@@ -218,7 +219,10 @@ my @sourcePackagesToDownloadAndScan = (
"presence-ui",
"qmafw-gui",
"qmsystem-demo",
+ "qtwebkit-meegotouchplugin",
"recipients-editor",
+ "relevance",
+ "search",
"signon-ui",
"smartsearch",
"sm-common-utils",
@@ -1457,7 +1461,7 @@ $class = $totalNumberOfIdsFoundInSourcePackagesButNotInSpec? "errorcolor" : "okc
$htmlOutTocHeader .= <<"EOF";
<p>
<b>
- Total number of Ids found in by scanning the source packages which are not in the specifications:
+ Total number of Ids found by scanning the source packages which are not in the specifications:
<span class="$class">
$totalNumberOfIdsFoundInSourcePackagesButNotInSpec
</span>