blob: 05701e54d91176aaa0b61009fdfc3628303da0ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# The path where IzPack is installed
izpack.dir=/opt/izpack
# Path to an extracted linux jre to be included in
# sip-communicator installation packages
linux.jre.path=/opt/jre-install/j2re1.4.2_12
# Paths to Windows JRE setups to be included in the respective setups of SIP
# Communicator and deployed as necessary. Each of them is ignored if its
# respective ZIP path is defined to a non-empty value.
windows.jre.file=C:\\Install\\jre-7u17-windows-i586.exe
windows.jre64.file=C:\\Install\\jre-7u17-windows-x64.exe
# Paths to the ZIP files of private extracted Windows JRE setups to be deployed
# as part of the respective setups of SIP Communicator.
windows.jre.zip=C:\\Install\\jre-8u121-windows-i586.zip
windows.jre64.zip=C:\\Install\\jre-8u121-windows-x64.zip
macosx.jre=${user.home}/bin/jre1.8.0_121.jre
|