diff options
author | Jose <jose@zeroc.com> | 2017-01-02 22:55:06 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-01-02 22:55:06 +0100 |
commit | 362778b2b47127ce7a274c810720d32a3e90fda4 (patch) | |
tree | 034d412c31e383a5bd76377464f2f74789e5c7ee /java-compat | |
parent | Revert "Fixed (ICE-7477) - Use native Base64 encode/decode" (diff) | |
download | ice-362778b2b47127ce7a274c810720d32a3e90fda4.tar.bz2 ice-362778b2b47127ce7a274c810720d32a3e90fda4.tar.xz ice-362778b2b47127ce7a274c810720d32a3e90fda4.zip |
Fixed (ICE-6762) - Starting the IceBox server requires setting classpath
Diffstat (limited to 'java-compat')
-rw-r--r-- | java-compat/gradle.properties | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/java-compat/gradle.properties b/java-compat/gradle.properties index 54688b4b8da..45c1394b3a4 100644 --- a/java-compat/gradle.properties +++ b/java-compat/gradle.properties @@ -19,13 +19,6 @@ iceVersion = 3.7.0-alpha4 prefix = // -// Set to true if you want to add Class-Path entries to Ice JAR files -// when installing the JARs. That is mostly usefull when building JAR -// files to be used in system packages. -// -jarsClassPath = false - -// // Define debug as true if you want to build with debug information, // false otherwise. // |