summaryrefslogtreecommitdiff
path: root/java-compat
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-01-02 22:55:06 +0100
committerJose <jose@zeroc.com>2017-01-02 22:55:06 +0100
commit362778b2b47127ce7a274c810720d32a3e90fda4 (patch)
tree034d412c31e383a5bd76377464f2f74789e5c7ee /java-compat
parentRevert "Fixed (ICE-7477) - Use native Base64 encode/decode" (diff)
downloadice-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.properties7
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.
//