2008-07-22 16:21:15 +04:00
|
|
|
#! /bin/sh
|
2012-05-30 20:48:24 +04:00
|
|
|
# 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/.
|
2008-07-22 16:21:15 +04:00
|
|
|
|
2012-02-05 14:44:39 +04:00
|
|
|
MOZ_APP_VENDOR=Mozilla
|
2008-07-22 16:21:15 +04:00
|
|
|
MOZ_APP_NAME=seamonkey
|
|
|
|
MOZ_APP_DISPLAYNAME=SeaMonkey
|
2022-05-26 23:22:53 +03:00
|
|
|
|
|
|
|
MOZ_APP_VERSION=$SEAMONKEY_VERSION
|
|
|
|
MOZ_APP_VERSION_DISPLAY=$SEAMONKEY_VERSION_DISPLAY
|
|
|
|
# MOZ_PKG_VERSION=$SEAMONKEY_VERSION_PACKAGE
|
|
|
|
|
2018-08-20 23:12:49 +03:00
|
|
|
MOZ_BRANDING_DIRECTORY=comm/suite/branding/seamonkey
|
|
|
|
MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/suite/branding/seamonkey
|
2008-07-22 16:21:15 +04:00
|
|
|
MOZ_UPDATER=1
|
2012-05-06 18:21:23 +04:00
|
|
|
# This should usually be the same as the value MAR_CHANNEL_ID.
|
|
|
|
# If more than one ID is needed, then you should use a comma separated list
|
|
|
|
# of values.
|
|
|
|
ACCEPTED_MAR_CHANNEL_IDS=seamonkey-comm-central
|
|
|
|
# The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
|
|
|
|
MAR_CHANNEL_ID=seamonkey-comm-central
|
2011-01-28 01:32:31 +03:00
|
|
|
|
2012-02-05 14:44:39 +04:00
|
|
|
MOZ_APP_ID={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
|
|
|
|
MOZ_PROFILE_MIGRATOR=1
|
2015-10-26 08:11:55 +03:00
|
|
|
|
|
|
|
# Include the DevTools client, not just the server (which is the default)
|
|
|
|
MOZ_DEVTOOLS=all
|
2019-02-28 12:26:39 +03:00
|
|
|
|
|
|
|
NSS_EXTRA_SYMBOLS_FILE=../comm/mailnews/nss-extra.symbols
|