diff options
author | damencho <damencho@jitsi.org> | 2017-01-26 17:22:22 -0600 |
---|---|---|
committer | damencho <damencho@jitsi.org> | 2017-01-26 17:22:22 -0600 |
commit | 589bd9ffd7f27e1ac8cba2f14c55fd94ccc95a66 (patch) | |
tree | 6ccdb90f62ebb436836327dccaa06ab427cb2789 /resources | |
parent | 7d66da61b316c9480b63000f831b6de723b87315 (diff) | |
download | jitsi-589bd9ffd7f27e1ac8cba2f14c55fd94ccc95a66.zip jitsi-589bd9ffd7f27e1ac8cba2f14c55fd94ccc95a66.tar.gz jitsi-589bd9ffd7f27e1ac8cba2f14c55fd94ccc95a66.tar.bz2 |
Updates jre to 1.8.0_121.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/install/installers.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/install/installers.properties b/resources/install/installers.properties index 309597e..05701e5 100644 --- a/resources/install/installers.properties +++ b/resources/install/installers.properties @@ -13,7 +13,7 @@ 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-8u101-windows-i586.zip -windows.jre64.zip=C:\\Install\\jre-8u101-windows-x64.zip +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_101.jre +macosx.jre=${user.home}/bin/jre1.8.0_121.jre |