diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-11-09 09:06:22 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-11-09 09:06:22 -0330 |
commit | 451e0b5d45264132f1e5f07f75824a64b3fd590e (patch) | |
tree | 4164b7bd66563a24375ac5f12f25065614d8134e /java/src | |
parent | initial commit of C++ Bluetooth transport (diff) | |
download | ice-451e0b5d45264132f1e5f07f75824a64b3fd590e.tar.bz2 ice-451e0b5d45264132f1e5f07f75824a64b3fd590e.tar.xz ice-451e0b5d45264132f1e5f07f75824a64b3fd590e.zip |
Changed IceGrid.Registry.Data property to IceGrid.Registry.LMDB.Path
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/Ice/src/main/java/IceInternal/PropertyNames.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/Ice/src/main/java/IceInternal/PropertyNames.java b/java/src/Ice/src/main/java/IceInternal/PropertyNames.java index 929bb424f48..147a6adc6b1 100644 --- a/java/src/Ice/src/main/java/IceInternal/PropertyNames.java +++ b/java/src/Ice/src/main/java/IceInternal/PropertyNames.java @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri Nov 6 09:55:41 2015 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Mon Nov 9 08:34:24 2015 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -708,7 +708,6 @@ public final class PropertyNames new Property("IceGrid\\.Registry\\.Client\\.ThreadPool\\.ThreadPriority", false, null), new Property("IceGrid\\.Registry\\.Client\\.MessageSizeMax", false, null), new Property("IceGrid\\.Registry\\.CryptPasswords", false, null), - new Property("IceGrid\\.Registry\\.Data", false, null), new Property("IceGrid\\.Registry\\.DefaultTemplates", false, null), new Property("IceGrid\\.Registry\\.Discovery\\.ACM\\.Timeout", false, null), new Property("IceGrid\\.Registry\\.Discovery\\.ACM\\.Heartbeat", false, null), @@ -790,6 +789,7 @@ public final class PropertyNames new Property("IceGrid\\.Registry\\.Internal\\.ThreadPool\\.ThreadPriority", false, null), new Property("IceGrid\\.Registry\\.Internal\\.MessageSizeMax", false, null), new Property("IceGrid\\.Registry\\.LMDB\\.MapSize", false, null), + new Property("IceGrid\\.Registry\\.LMDB\\.Path", false, null), new Property("IceGrid\\.Registry\\.NodeSessionTimeout", false, null), new Property("IceGrid\\.Registry\\.PermissionsVerifier\\.EndpointSelection", false, null), new Property("IceGrid\\.Registry\\.PermissionsVerifier\\.ConnectionCached", false, null), |