Bug 1416480 - provide a dummy built_in_addons.json file that toolkit is looking for. r=jorgk

This commit is contained in:
aceman 2018-02-03 12:16:00 +01:00
Родитель 3b741dc23d
Коммит 881324336d
3 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1 @@
{ "system": [] }

7
mail/extensions/jar.mn Normal file
Просмотреть файл

@ -0,0 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
browser.jar:
% content browser %content/
content/built_in_addons.json (built_in_addons.json)

Просмотреть файл

@ -8,3 +8,4 @@ DIRS += [
'smime',
]
JAR_MANIFESTS += ['jar.mn']