]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Evergreen/staff_client/application.ini
a4dce47dbfa809557741b949143f51a9b23e6da8
[working/Evergreen.git] / Evergreen / staff_client / application.ini
1 [App]
2 ; Modified by Jason for Evergreen
3 ; This file is used by XUL Runner like so:  xulrunner ./application.ini
4 ;
5 ; This field specifies your organization's name.  This field is recommended,
6 ; but optional.
7 Vendor=PINES
8 ;
9 ; This field specifies your application's name.  This field is required.
10 Name=Evergreen
11 ;
12 ; This field specifies your application's version.  This field is optional.
13 Version=0.0.9
14 ;
15 ; This field specifies your application's build ID (timestamp).  This field is
16 ; required.
17 BuildID=2005072516
18 ;
19 ; This field specifies a compact copyright notice for your application.  This
20 ; field is optional.
21 Copyright=Copyright (c) 2005 GPLS/PINES
22 ;
23 ; This ID is just an example.  Every XUL app ought to have it's own unique ID.
24 ; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
25 ; irc.mozilla.org and /msg botbot uuid.  This field is optional.
26 ID={c3dd711b-c9b4-4785-b8f8-6157149c8905}
27
28 [Gecko]
29 ;
30 ; This field is required.  It specifies the minimum Gecko version that this
31 ; application requires.  Specifying 1.8 matches all releases with a version
32 ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
33 MinVersion=1.8
34 ;
35 ; This field is optional.  It specifies the maximum Gecko version that this
36 ; application requires.  It should be specified if your application uses
37 ; unfrozen interfaces.  Specifying 1.8 matches all releases with a version
38 ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
39 MaxVersion=1.8