summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-04-17 18:59:51 +0200
committerByron Jones <bjones@mozilla.com>2012-04-17 18:59:51 +0200
commitff2a45d4f779aee7936636738c8937cac9f45684 (patch)
treea6dbfe6313b1823b6fd2551b67564be5087223d8
parent34f37c52877635277c7c72f54611e31e841cf3b3 (diff)
downloadbugzilla-ff2a45d4f779aee7936636738c8937cac9f45684.tar.gz
bugzilla-ff2a45d4f779aee7936636738c8937cac9f45684.tar.xz
Bug 746033: add kilimanjaro to web-apps
-rw-r--r--extensions/BMO/lib/Data.pm13
1 files changed, 7 insertions, 6 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm
index e2d304acc..1d5235392 100644
--- a/extensions/BMO/lib/Data.pm
+++ b/extensions/BMO/lib/Data.pm
@@ -49,16 +49,17 @@ our @EXPORT_OK = qw($cf_visible_in_products
our $cf_visible_in_products;
tie(%$cf_visible_in_products, "Tie::IxHash",
qw/^cf_blocking_kilimanjaro/ => {
+ "Core" => [],
+ "Fennec" => [],
+ "Fennec Native" => [],
"Firefox" => [],
- "Thunderbird" => [],
- "Testing" => [],
"mozilla.org" => [],
- "Core" => [],
- "NSS" => [],
"NSPR" => [],
+ "NSS" => [],
+ "Testing" => [],
+ "Thunderbird" => [],
"Toolkit" => [],
- "Fennec" => [],
- "Fennec Native" => [],
+ "Web Apps" => [],
},
qr/^cf_blocking_fennec/ => {
"addons.mozilla.org" => [],