diff options
author | Joe George <joe@zeroc.com> | 2016-03-11 15:18:59 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-03-11 15:18:59 -0500 |
commit | f94e41a8ac98a97572b832cefeca604b6700174f (patch) | |
tree | 40c012a442d4eabba3f9dbd22e9f60a3b38683ce /java/BuildInstructions.md | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-f94e41a8ac98a97572b832cefeca604b6700174f.tar.bz2 ice-f94e41a8ac98a97572b832cefeca604b6700174f.tar.xz ice-f94e41a8ac98a97572b832cefeca604b6700174f.zip |
Update version to 3.7.0 in some md files
Diffstat (limited to 'java/BuildInstructions.md')
-rw-r--r-- | java/BuildInstructions.md | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md index 73ad9e02b9f..8225ed1d235 100644 --- a/java/BuildInstructions.md +++ b/java/BuildInstructions.md @@ -106,12 +106,12 @@ 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.7.0 (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.7.0 You will also need to set `CPP_PLATFORM` and `CPP_CONFIGURATION` to much your C++ build configuration in order for gradle o locate the slice2java compiler @@ -151,15 +151,15 @@ To install Ice for Java in the directory specified by the `prefix` variable in The installation installs the following JAR files to `<prefix>/lib`. - 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 + glacier2-3.7.0.jar + ice-3.7.0.jar + icebox-3.7.0.jar + icediscovery-3.7.0.jar + icegrid-3.7.0.jar icegridgui.jar - icelocatordiscovery-3.6.2.jar - icepatch2-3.6.2.jar - icestorm-3.6.2.jar + icelocatordiscovery-3.7.0.jar + icepatch2-3.7.0.jar + icestorm-3.7.0.jar POM files are also installed for ease of deployment to a maven-based distribution system. @@ -171,12 +171,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.7.0 (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.7.0 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: @@ -214,6 +214,6 @@ the JavaScript 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.2 +[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0 [3]: http://gradle.org [4]: http://proguard.sourceforge.net |