gecko-dev/extensions/python/dom/test/pyxultest/application.ini
mhammond%skippinet.com.au 7027fc93ed First cut at the Python implementation of nsIScriptContext etc (see
http://wiki.mozilla.org/Breaking_the_grip_JS_has_on_the_DOM).

See also bug 255942 - "Support other scripting languages than JS".

Not part of the build - indeed this will not build at all until bug
255942 lands, or the latest patch there is applied.
2006-04-29 01:56:45 +00:00

36 lines
1.1 KiB
INI

#filter substitution
; A XULRunner INI file.
; This based on http://lxr.mozilla.org/seamonkey/source/xulrunner/examples/simple/application.ini
[App]
; This field specifies your organization's name. This field is recommended,
; but optional.
Vendor=mozilla.org
; This field specifies your application's name. This field is required.
Name=pyxultest
; This field specifies your application's version. This field is required.
Version=1.0
; This field specifies your application's build ID (timestamp). This field is
; required.
BuildID=@BUILD_ID@
; This field specifies a compact copyright notice for your application. This
; field is optional.
Copyright=Copyright (c) 2006 Mozilla.org
; This ID is just an example. Every XUL app ought to have it's own unique ID.
ID={67da7954-ecd3-4153-be0f-1c02284296ce}
[Gecko]
; This field is required. It specifies the minimum Gecko version that this
; application requires.
MinVersion=@MOZILLA_VERSION_U@
; This field is optional. It specifies the maximum Gecko version that this
; application requires. It should be specified if your application uses
; unfrozen interfaces.
; MaxVersion=@MOZILLA_VERSION_U@