/jEdit/tags/jedit-4-5-pre1/installer/install.props
MSBuild | 66 lines | 53 code | 13 blank | 0 comment | 1 complexity | 5d741b14852623cf8cf1caa0536d332e 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=6
27
28comp.0.name=jEdit text editor
29comp.0.disk-size=@jedit-program.disksize@
30comp.0.real-size=@jedit-program.realsize@
31comp.0.fileset=jedit-program
32
33comp.1.name=Default set of macros (highly recommended)
34comp.1.disk-size=@jedit-macros.disksize@
35comp.1.real-size=@jedit-macros.realsize@
36comp.1.fileset=jedit-macros
37
38comp.2.name=API documentation (for macro and plugin development)
39comp.2.disk-size=@jedit-api.disksize@
40comp.2.real-size=@jedit-api.realsize@
41comp.2.fileset=jedit-api
42
43comp.3.name=Windows EXE launcher
44comp.3.disk-size=@jedit-windows.disksize@
45comp.3.real-size=@jedit-windows.realsize@
46comp.3.fileset=jedit-windows
47comp.3.os=Windows
48
49comp.4.name=MacOS desktop integration
50comp.4.disk-size=@jedit-mac.disksize@
51comp.4.real-size=@jedit-mac.realsize@
52comp.4.fileset=jedit-mac
53comp.4.os=MacOS
54
55comp.5.name=OS/2 start script
56comp.5.disk-size=@jedit-os2.disksize@
57comp.5.real-size=@jedit-os2.realsize@
58comp.5.fileset=jedit-os2
59comp.5.os=HalfAnOS
60
61dir.null=Empty directory: will NOT be installed
62dir.not-empty=Target directory exists and is not empty
63dir.not-directory=Target is NOT a directory, can't install
64dir.relative=Relative directory, translated to :
65dir.relative-cant-resolve=Can't resolve relative directory !
66dir.not-exist=Target directory doesn't exist (we will create it for you)