36 строки
800 B
INI
36 строки
800 B
INI
; 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/.
|
|
|
|
; This is a mock application.ini for Lightning. It allows easy access to
|
|
; extension properties by the build system.
|
|
|
|
#filter substitution
|
|
[App]
|
|
Vendor=Mozilla
|
|
Name=Lightning
|
|
Version=@LIGHTNING_VERSION@
|
|
BuildID=@GRE_BUILDID@
|
|
|
|
#ifdef SOURCE_REPO
|
|
SourceRepository=@SOURCE_REPO@
|
|
#endif
|
|
#ifdef SOURCE_STAMP
|
|
SourceStamp=@SOURCE_STAMP@
|
|
#endif
|
|
|
|
Copyright=Copyright (c) 1998 - 2010 mozilla.org
|
|
ID=@XPI_EM_ID@
|
|
|
|
[Build]
|
|
#ifdef MOZ_SOURCE_REPO
|
|
SourceRepository=@MOZ_SOURCE_REPO@
|
|
#endif
|
|
#ifdef MOZ_SOURCE_STAMP
|
|
SourceStamp=@MOZ_SOURCE_STAMP@
|
|
#endif
|
|
|
|
[Gecko]
|
|
MinVersion=@GRE_MILESTONE@
|
|
MaxVersion=@GRE_MILESTONE@
|