]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/application.ini
Let's raise the allowed xulrunner version for trunk
[working/Evergreen.git] / Open-ILS / xul / 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=OpenILS
8 ;
9 ; This field specifies your application's name.  This field is required.
10 Name=open_ils_staff_client
11 ;
12 ; This field specifies your application's build ID (timestamp).  This field is
13 ; required.
14 BuildID=20081116
15 ;
16 ;
17 ; This ID is just an example.  Every XUL app ought to have it's own unique ID.
18 ; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
19 ; irc.mozilla.org and /msg botbot uuid.  This field is optional.
20 ID=staff-client@open-ils.org
21 [Gecko]
22 ;
23 ; This field is required.  It specifies the minimum Gecko version that this
24 ; application requires.  Specifying 1.8 matches all releases with a version
25 ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
26 MinVersion=1.8
27 ;
28 ; This field is optional.  It specifies the maximum Gecko version that this
29 ; application requires.  It should be specified if your application uses
30 ; unfrozen interfaces.  Specifying 1.8 matches all releases with a version
31 ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
32 MaxVersion=1.10