diff options
author | Byron Jones <bjones@mozilla.com> | 2012-04-20 21:43:49 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-04-20 21:43:49 +0200 |
commit | 244c08f6fbce0d6b69c0533ff0bc81df9d468e35 (patch) | |
tree | 9e421235a6b7f501890d109e1a6d388db45196bd /extensions | |
parent | 55514ae5e5768a901bfbf0ba7625a21ff3477714 (diff) | |
download | bugzilla-244c08f6fbce0d6b69c0533ff0bc81df9d468e35.tar.gz bugzilla-244c08f6fbce0d6b69c0533ff0bc81df9d468e35.tar.xz |
Bug 747478: add kilamanjaro to mozilla services
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 0328cafa5..839d3ce6f 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -49,17 +49,18 @@ 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" => [], - "mozilla.org" => [], - "NSPR" => [], - "NSS" => [], - "Testing" => [], - "Thunderbird" => [], - "Toolkit" => [], - "Web Apps" => [], + "Core" => [], + "Fennec" => [], + "Fennec Native" => [], + "Firefox" => [], + "mozilla.org" => [], + "Mozilla Services" => [], + "NSPR" => [], + "NSS" => [], + "Testing" => [], + "Thunderbird" => [], + "Toolkit" => [], + "Web Apps" => [], }, qr/^cf_blocking_fennec/ => { "addons.mozilla.org" => [], |