~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/build/application.ini.in

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-11-08 10:00:06 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20121108100006-gljsc52uauf1o4ri
Tags: 1.9+build1-0ubuntu0.12.10.1
* New upstream stable release to support Thunderbird 17 (CALENDAR_1_9_BUILD1)
  - see LP: #1080212 for USN information

Show diffs side-by-side

added added

removed removed

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