1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/build/application.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,53 @@ 1.4 +#if MOZ_APP_STATIC_INI 1.5 +#ifdef MOZ_BUILD_APP_IS_BROWSER 1.6 +; This file is not used. If you modify it and want the application to use 1.7 +; your modifications, move it under the browser/ subdirectory and start with 1.8 +; the "-app /path/to/browser/application.ini" argument. 1.9 +#else 1.10 +; This file is not used. If you modify it and want the application to use 1.11 +; your modifications, start with the "-app /path/to/application.ini" 1.12 +; argument. 1.13 +#endif 1.14 +#endif 1.15 +#if 0 1.16 +; This Source Code Form is subject to the terms of the Mozilla Public 1.17 +; License, v. 2.0. If a copy of the MPL was not distributed with this 1.18 +; file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.19 +#endif 1.20 +#filter substitution 1.21 +[App] 1.22 +Vendor=@MOZ_APP_VENDOR@ 1.23 +Name=@MOZ_APP_BASENAME@ 1.24 +#ifdef MOZ_APP_DISPLAYNAME 1.25 +CodeName=@MOZ_APP_DISPLAYNAME@ 1.26 +#endif 1.27 +Version=@MOZ_APP_VERSION@ 1.28 +#ifdef MOZ_APP_PROFILE 1.29 +Profile=@MOZ_APP_PROFILE@ 1.30 +#endif 1.31 +BuildID=@APP_BUILDID@ 1.32 +#ifdef MOZ_SOURCE_REPO 1.33 +SourceRepository=@MOZ_SOURCE_REPO@ 1.34 +#endif 1.35 +#ifdef MOZ_SOURCE_STAMP 1.36 +SourceStamp=@MOZ_SOURCE_STAMP@ 1.37 +#endif 1.38 +ID=@MOZ_APP_ID@ 1.39 + 1.40 +[Gecko] 1.41 +MinVersion=@GRE_MILESTONE@ 1.42 +MaxVersion=@GRE_MILESTONE@ 1.43 + 1.44 +[XRE] 1.45 +#ifdef MOZ_PROFILE_MIGRATOR 1.46 +EnableProfileMigrator=1 1.47 +#endif 1.48 +#ifdef MOZ_EXTENSION_MANAGER 1.49 +EnableExtensionManager=1 1.50 +#endif 1.51 + 1.52 +#if MOZ_CRASHREPORTER 1.53 +[Crash Reporter] 1.54 +Enabled=1 1.55 +ServerURL=https://crash-reports.mozilla.com/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@APP_BUILDID@ 1.56 +#endif