Bug 1499590 - Backed out changeset 089769dbf256 to remove periodic-file-updates cron task. a=backout
This removes the periodic-file-updates (pfu) cron task from comm-*
repositories, resetting the status quo so that nightly builds can
be run while continuing to debug the issues with the pfu tasks.
# vim: set filetype=python:
# 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/.
EXTRA_JS_MODULES.utils += [
'utils/calACLUtils.jsm',
'utils/calAlarmUtils.jsm',
'utils/calAsyncUtils.jsm',
'utils/calAuthUtils.jsm',
'utils/calCategoryUtils.jsm',
'utils/calDataUtils.jsm',
'utils/calDateTimeUtils.jsm',
'utils/calEmailUtils.jsm',
'utils/calItemUtils.jsm',
'utils/calIteratorUtils.jsm',
'utils/calItipUtils.jsm',
'utils/calL10NUtils.jsm',
'utils/calPrintUtils.jsm',
'utils/calProviderUtils.jsm',
'utils/calUnifinderUtils.jsm',
'utils/calViewUtils.jsm',
'utils/calWindowUtils.jsm',
'utils/calXMLUtils.jsm',
]
EXTRA_JS_MODULES += [
'shim/calAlarmUtils.jsm',
'shim/calAsyncUtils.jsm',
'shim/calAuthUtils.jsm',
'shim/calItemUtils.jsm',
'shim/calIteratorUtils.jsm',
'shim/calItipUtils.jsm',
'shim/calPrintUtils.jsm',
'shim/calProviderUtils.jsm',
'shim/calViewUtils.jsm',
'shim/calXMLUtils.jsm',
]
EXTRA_JS_MODULES += [
'calExtract.jsm',
'calHashedArray.jsm',
'calRecurrenceUtils.jsm',
'calUtils.jsm',
'calUtilsCompat.jsm',
'ical.js',
]