From 2a89e7cdccecda313bfe2f5a4595a066cb15d208 Mon Sep 17 00:00:00 2001 From: Joe George Date: Fri, 8 Apr 2016 09:46:21 -0400 Subject: Update Ice version to 3.6.3 --- java/BuildInstructions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'java/BuildInstructions.md') diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md index e5e3e16079d..3fc75b0a4a6 100644 --- a/java/BuildInstructions.md +++ b/java/BuildInstructions.md @@ -141,12 +141,12 @@ have not built Ice for C++ in this source distribution, you must set the `ICE_HOME` environment variable with the path name of your Ice installation. For example, on Unix: - $ export ICE_HOME=/opt/Ice-3.6.2 (For local build) + $ export ICE_HOME=/opt/Ice-3.6.3 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.2 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.3 Before building Ice for Java, review the settings in the file `gradle.properties` and edit as necessary. @@ -176,7 +176,7 @@ The installation installs the following JAR files to `/lib`. freeze-3.6.2.jar glacier2-3.6.2.jar - ice-3.6.2.jar + ice-3.6.3.jar icebox-3.6.2.jar icediscovery-3.6.2.jar icegrid-3.6.2.jar @@ -195,12 +195,12 @@ C++ distribution. If you have not built Ice for C++ in this source distribution then you must set the `ICE_HOME` environment variable with the path name of your Ice installation. On Unix: - $ export ICE_HOME=/opt/Ice-3.6.2 (For local build) + $ export ICE_HOME=/opt/Ice-3.6.3 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.2 + > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.3 Python is required to run the test suite. To run the tests, open a command window and change to the top-level directory. At the command prompt, execute: -- cgit v1.2.3