[App] ; Modified by Jason for Evergreen ; This file is used by XUL Runner like so: xulrunner ./application.ini ; ; This field specifies your organization's name. This field is recommended, ; but optional. Vendor=OpenILS ; ; This field specifies your application's name. This field is required. Name=open_ils_staff_client ; ; This field specifies your application's version. This field is required. Version=20090223 ; ; This field specifies your application's build ID (timestamp). This field is ; required. BuildID=20090223 ; ; ; This ID is just an example. Every XUL app ought to have it's own unique ID. ; You can use the microsoft "guidgen" or "uuidgen" tools, or go on ; irc.mozilla.org and /msg botbot uuid. This field is optional. ID=staff-client@open-ils.org [Gecko] ; ; This field is required. It specifies the minimum Gecko version that this ; application requires. Specifying 1.8 matches all releases with a version ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2). MinVersion=1.9 ; ; This field is optional. It specifies the maximum Gecko version that this ; application requires. It should be specified if your application uses ; unfrozen interfaces. Specifying 1.8 matches all releases with a version ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2). MaxVersion=14.* [XRE] EnableExtensionManager=1