Fix bug 1158751 - Build fails: mozbuild.frontend.reader.SandboxValidationError: calendar/base/backend/icaljs/moz.build. r=ssitter

This commit is contained in:
Philipp Kewisch 2015-04-27 13:23:16 +02:00
Родитель c841742944
Коммит c860f618b8
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -2,5 +2,4 @@
# 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/.
NO_JS_MANIFEST = 1
NO_COMPONENTS_MANIFEST = 1

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

@ -20,5 +20,7 @@ FINAL_TARGET_FILES['calendar-js'] += [
'calRecurrenceRule.js'
]
NO_JS_MANIFEST = True
with Files('**'):
BUG_COMPONENT = ('Calendar', 'ICAL.js Integration')