Backed out changeset b0a4653325cc (bug 941565) for Windows bustage.
[gecko.git] / build / application.ini
blob7d816a49195c8270e45e7220a686203cd2297a66
1 #if MOZ_APP_STATIC_INI
2 #ifdef MOZ_BUILD_APP_IS_BROWSER
3 ; This file is not used. If you modify it and want the application to use
4 ; your modifications, move it under the browser/ subdirectory and start with
5 ; the "-app /path/to/browser/application.ini" argument.
6 #else
7 ; This file is not used. If you modify it and want the application to use
8 ; your modifications, start with the "-app /path/to/application.ini"
9 ; argument.
10 #endif
11 #endif
12 #if 0
13 ; This Source Code Form is subject to the terms of the Mozilla Public
14 ; License, v. 2.0. If a copy of the MPL was not distributed with this
15 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
16 #endif
17 #filter substitution
18 [App]
19 Vendor=@MOZ_APP_VENDOR@
20 Name=@MOZ_APP_BASENAME@
21 Version=@MOZ_APP_VERSION@
22 #ifdef MOZ_APP_PROFILE
23 Profile=@MOZ_APP_PROFILE@
24 #endif
25 BuildID=@APP_BUILDID@
26 #ifdef MOZ_SOURCE_REPO
27 SourceRepository=@MOZ_SOURCE_REPO@
28 #endif
29 #ifdef MOZ_SOURCE_STAMP
30 SourceStamp=@MOZ_SOURCE_STAMP@
31 #endif
32 ID=@MOZ_APP_ID@
34 [Gecko]
35 MinVersion=@GRE_MILESTONE@
36 MaxVersion=@GRE_MILESTONE@
38 [XRE]
39 #ifdef MOZ_PROFILE_MIGRATOR
40 EnableProfileMigrator=1
41 #endif
42 #ifdef MOZ_EXTENSION_MANAGER
43 EnableExtensionManager=1
44 #endif
46 #if MOZ_CRASHREPORTER
47 [Crash Reporter]
48 Enabled=1
49 ServerURL=https://crash-reports.mozilla.com/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@APP_BUILDID@
50 #endif