forked from trol73/mucommander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
85 lines (59 loc) · 3.41 KB
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# - Build configuration ------------------------------------------------------------------------------------------------
# ----------------------------------------------------------------------------------------------------------------------
# If set to true, the build will fail whenever a release artifact can't be generated because an external tool isn't
# available.
build.pedantic=false
# If set to true, the generated artifacts are not considered to be part of an official release.
# This impacts file names (trolcommander-current.. instead of trolcommander-${app.version}..) as well as the metadata of
# some artifacts (the debian version number will use a timestamp, for example).
build.snapshot=false
# - Application configuration ------------------------------------------------------------------------------------------
# ----------------------------------------------------------------------------------------------------------------------
# Name of the application.
# This should probably not be modified.
app.name=trolCommander
# Copyright holder.
# This should probably not be modified.
app.vendor=Oleg Trifonov
# trolCommander version.
app.version=0.9.9
# Fully qualified name of the class that starts trolCommander.
app.main=com.mucommander.TrolCommander
# trolCommander copyright line.
app.copyright=2002-2016
# - Source code configuration ------------------------------------------------------------------------------------------
# ----------------------------------------------------------------------------------------------------------------------
# Java version the source was written for.
source.version=1.8
# Encoding of the source code.
source.encoding=UTF-8
# - Application URLs ---------------------------------------------------------------------------------------------------
# ----------------------------------------------------------------------------------------------------------------------
# trolCommander homepage.
url.homepage=http://www.trolsoft.ru/en/soft/trolcommander
# URL that trolCommander should connect to to check for new versions.
url.version=http://www.trolsoft.ru/soft/trolcommander/version.xml
# URL that users can go to to download the latest trolCommander version.
url.download=http://www.trolsoft.ru/en/soft/trolcommander/#download
# URL of the latest trolCommander JAR file.
url.jar=http://www.trolsoft.ru/soft/trolcommander/download/trolcommander.jar
# URL of the trolCommander JNLP.
url.jnlp=http://www.trolsoft.ru/soft/trolcommander/webstart/
# - External tools -----------------------------------------------------------------------------------------------------
# ----------------------------------------------------------------------------------------------------------------------
# Path to the 7z executable.
# If this is not set, compression will be done using standard ZIP algorithms.
7za.executable=/Users/trol/Bin/7za
# Password for the JAR keystore.
# If you're not Maxence, you needn't bother with this.
store.pass=
# Path to the NSIS installation dir.
# If not set, Windows executables won't be generated.
nsis.dir=/usr/local/Cellar/makensis/3.0/share/nsis
# Path to the NSIS executable file.
# This will more often than not be ${nsis.dir}/makensis.
# If not set, Windows executables won't be generated.
nsis.bin=/usr/local/Cellar/makensis/3.0/bin/makensis
# Path to the launch4j installation dir.
# If not set, Windows executable won't be generated.
launch4j.dir=/Users/trol/Bin/launch4j