diff options
author | Joe George <joe@zeroc.com> | 2016-03-11 14:56:34 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-03-11 14:56:34 -0500 |
commit | 3747656b00d2e5e32f66d43dff705ab322905963 (patch) | |
tree | 2c322a1120a66162928c8d2400502497ab020b6f /java/BuildInstructions.md | |
parent | Fix ICE-7015 - IceUtil/stacktrace test failure (diff) | |
download | ice-3747656b00d2e5e32f66d43dff705ab322905963.tar.bz2 ice-3747656b00d2e5e32f66d43dff705ab322905963.tar.xz ice-3747656b00d2e5e32f66d43dff705ab322905963.zip |
Update version to 3.6.2 in several md files
Diffstat (limited to 'java/BuildInstructions.md')
-rw-r--r-- | java/BuildInstructions.md | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md index 45ea986ca5e..e5e3e16079d 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.1 (For local build) + $ export ICE_HOME=/opt/Ice-3.6.2 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.1 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.2 Before building Ice for Java, review the settings in the file `gradle.properties` and edit as necessary. @@ -174,16 +174,16 @@ To install Ice for Java in the directory specified by the `prefix` variable in The installation installs the following JAR files to `<prefix>/lib`. - freeze-3.6.1.jar - glacier2-3.6.1.jar - ice-3.6.1.jar - icebox-3.6.1.jar - icediscovery-3.6.1.jar - icegrid-3.6.1.jar + freeze-3.6.2.jar + glacier2-3.6.2.jar + ice-3.6.2.jar + icebox-3.6.2.jar + icediscovery-3.6.2.jar + icegrid-3.6.2.jar icegridgui.jar - icelocatordiscovery-3.6.1.jar - icepatch2-3.6.1.jar - icestorm-3.6.1.jar + icelocatordiscovery-3.6.2.jar + icepatch2-3.6.2.jar + icestorm-3.6.2.jar POM files are also installed for ease of deployment to a maven-based distribution system. @@ -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.1 (For local build) + $ export ICE_HOME=/opt/Ice-3.6.2 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.1 + > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.2 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: @@ -238,6 +238,6 @@ and WinRT test suites to start the required servers. [1]: https://zeroc.com/download.html -[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 [3]: http://gradle.org [4]: http://proguard.sourceforge.net |