diff options
author | Benoit Foucher <benoit@zeroc.com> | 2019-10-11 12:08:11 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2019-10-11 12:08:25 +0200 |
commit | f47df588b6824cb995c87818e4b495689fd42d55 (patch) | |
tree | b3adb7135df83fd97be32bf254ab7ca0d0fb8132 /java | |
parent | Fixed typos (diff) | |
download | ice-f47df588b6824cb995c87818e4b495689fd42d55.tar.bz2 ice-f47df588b6824cb995c87818e4b495689fd42d55.tar.xz ice-f47df588b6824cb995c87818e4b495689fd42d55.zip |
Minor fixes to documentation files
Diffstat (limited to 'java')
-rw-r--r-- | java/README.md | 6 | ||||
-rw-r--r-- | java/gradle.properties | 23 |
2 files changed, 16 insertions, 13 deletions
diff --git a/java/README.md b/java/README.md index c67a4b30b5b..e6eaadaff85 100644 --- a/java/README.md +++ b/java/README.md @@ -140,8 +140,8 @@ set CPP_CONFIGURATION=Debug The supported values for `CPP_PLATFORM` are `Win32` and `x64` and the supported values for `CPP_CONFIGURATION` are `Debug` and `Release`. -Before building Ice for Java, review the settings in the file `gradle.properties` -and edit as necessary. +Before building Ice for Java, review the settings in the file +`gradle.properties` and edit as necessary. To build Ice, all services, and tests, run ``` @@ -304,7 +304,7 @@ On macOS, the build also creates an application bundle named IceGrid GUI. You can start the IceGrid GUI tool by double-clicking the IceGrid GUI icon in Finder. -[1]: https://zeroc.com/distributions/ice +[1]: https://zeroc.com/downloads/ice [2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-7-3 [3]: https://gradle.org [4]: http://proguard.sourceforge.net diff --git a/java/gradle.properties b/java/gradle.properties index 5d66b49dd27..56ef44b441d 100644 --- a/java/gradle.properties +++ b/java/gradle.properties @@ -17,7 +17,8 @@ iceVersion = 3.7.3 prefix = // -// Used to set --release (with javac >=9) or -source/-target with older javac versions. +// Used to set --release (with javac >=9) or -source/-target with older javac +// versions. // targetJavaRelease = 8 @@ -45,14 +46,15 @@ openjfxVersion = 11.0.2 icegridguiProguard = true // -// Set the version of the Ice Builder to use for building. It must be set to debian -// when using the gradle-ice-builder-plugin package on Debian. +// Set the version of the Ice Builder to use for building. It must be set +// to debian when using the gradle-ice-builder-plugin package on Debian. // iceBuilderVersion = 1.4.7 // -// Set the builder artifact class path. It must be set to com.zeroc.gradle.ice-builder -// when using the gradle-ice-builder-plugin package. +// Set the builder artifact class path. It must be set to +// com.zeroc.gradle.ice-builder when using the gradle-ice-builder-plugin +// package. // iceBuilderClassPath = gradle.plugin.com.zeroc.gradle.ice-builder @@ -72,15 +74,16 @@ devRepo = // // -// The platform uses by the C++ builds, supported values are `x64` and `Win32`, -// that is required to locate the slice2java compiler in the platform depend -// directory. +// The platform uses by the C++ builds, supported values are `x64` and +// `Win32`, that is required to locate the slice2java compiler in the +// platform depend directory. // cppPlatform = // -// The configuration uses by the C++ builds, supported values are `Debug` and `Release`, -// that is required to locate the slice2java compiler in the configuration depend +// The configuration uses by the C++ builds, supported values are `Debug` +// and `Release`, that is required to locate the slice2java compiler in +// the configuration depend // directory. // cppConfiguration = |