/jEdit/tags/jedit-4-3-pre5/installer/install.props
MSBuild | 59 lines | 47 code | 12 blank | 0 comment | 0 complexity | cf0e1c2a6968f49ca2ee86b586d90ab8 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
1###
2### Installation settings
3###
4
5# Program name
6app.name=jEdit
7
8# Program version
9app.version=@jedit.version@
10
11# Info to display on first page of installer
12app.readme=readme.html
13
14# License to show on second page
15app.license.title=GNU General Public License
16app.license=gpl.html
17
18# OS-specific stuff
19ostask.unix-script.label=Install shortcut in:
20ostask.unix-man.label=Install manual page in:
21ostask.unix-man.manpage=jedit.1
22
23# Each component must have a name, a size, and a 'fileset'. The fileset is the
24# name of a resource, relative to the root of the JAR, where the list of files
25# is stored, newline delimited
26comp.count=5
27
28comp.0.name=jEdit text editor
29comp.0.disk-size=7128
30comp.0.real-size=6127
31comp.0.fileset=jedit-program
32
33comp.1.name=Default set of macros (highly recommended)
34comp.1.disk-size=332
35comp.1.real-size=186
36comp.1.fileset=jedit-macros
37
38comp.2.name=API documentation (for macro and plugin development)
39comp.2.disk-size=10496
40comp.2.real-size=9658
41comp.2.fileset=jedit-api
42
43#comp.3.name=Windows desktop integration (jEditLauncher)
44#comp.3.disk-size=400
45#comp.3.real-size=361
46#comp.3.fileset=jedit-windows
47#comp.3.os=Windows
48
49comp.3.name=MacOS desktop integration
50comp.3.disk-size=36
51comp.3.real-size=32
52comp.3.fileset=jedit-mac
53comp.3.os=MacOS
54
55comp.4.name=OS/2 start script
56comp.4.disk-size=4
57comp.4.real-size=2
58comp.4.fileset=jedit-os2
59comp.4.os=HalfAnOS