diff options
author | Jose <jose@zeroc.com> | 2012-11-19 21:19:59 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-11-19 21:19:59 +0100 |
commit | 75b78b5a8f25a0c2063c5b69fb7d33ba84fe6dd5 (patch) | |
tree | 13b77d6a8827052810615ea9d20fbf9535534e60 /java/src/IceInternal/PropertyNames.java | |
parent | minor build fixes (diff) | |
download | ice-75b78b5a8f25a0c2063c5b69fb7d33ba84fe6dd5.tar.bz2 ice-75b78b5a8f25a0c2063c5b69fb7d33ba84fe6dd5.tar.xz ice-75b78b5a8f25a0c2063c5b69fb7d33ba84fe6dd5.zip |
Fixed ICE-4942 Warnings from IceGrid GUI
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 07dc9ac43b4..19c17ab20cd 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Mon Nov 12 21:17:34 2012 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Mon Nov 19 20:11:13 2012 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -231,6 +231,35 @@ public final class PropertyNames public static final Property IceGridProps[] = { + new Property("IceGrid\\.AdminRouter\\.ACM", false, null), + new Property("IceGrid\\.AdminRouter\\.AdapterId", false, null), + new Property("IceGrid\\.AdminRouter\\.Endpoints", false, null), + new Property("IceGrid\\.AdminRouter\\.Locator\\.EndpointSelection", false, null), + new Property("IceGrid\\.AdminRouter\\.Locator\\.ConnectionCached", false, null), + new Property("IceGrid\\.AdminRouter\\.Locator\\.PreferSecure", false, null), + new Property("IceGrid\\.AdminRouter\\.Locator\\.LocatorCacheTimeout", false, null), + new Property("IceGrid\\.AdminRouter\\.Locator\\.Locator", false, null), + new Property("IceGrid\\.AdminRouter\\.Locator\\.Router", false, null), + new Property("IceGrid\\.AdminRouter\\.Locator\\.CollocationOptimized", false, null), + new Property("IceGrid\\.AdminRouter\\.Locator", false, null), + new Property("IceGrid\\.AdminRouter\\.PublishedEndpoints", false, null), + new Property("IceGrid\\.AdminRouter\\.ReplicaGroupId", false, null), + new Property("IceGrid\\.AdminRouter\\.Router\\.EndpointSelection", false, null), + new Property("IceGrid\\.AdminRouter\\.Router\\.ConnectionCached", false, null), + new Property("IceGrid\\.AdminRouter\\.Router\\.PreferSecure", false, null), + new Property("IceGrid\\.AdminRouter\\.Router\\.LocatorCacheTimeout", false, null), + new Property("IceGrid\\.AdminRouter\\.Router\\.Locator", false, null), + new Property("IceGrid\\.AdminRouter\\.Router\\.Router", false, null), + new Property("IceGrid\\.AdminRouter\\.Router\\.CollocationOptimized", false, null), + new Property("IceGrid\\.AdminRouter\\.Router", false, null), + new Property("IceGrid\\.AdminRouter\\.ProxyOptions", false, null), + new Property("IceGrid\\.AdminRouter\\.ThreadPool\\.Size", false, null), + new Property("IceGrid\\.AdminRouter\\.ThreadPool\\.SizeMax", false, null), + new Property("IceGrid\\.AdminRouter\\.ThreadPool\\.SizeWarn", false, null), + new Property("IceGrid\\.AdminRouter\\.ThreadPool\\.StackSize", false, null), + new Property("IceGrid\\.AdminRouter\\.ThreadPool\\.Serialize", false, null), + new Property("IceGrid\\.AdminRouter\\.ThreadPool\\.ThreadIdleTime", false, null), + new Property("IceGrid\\.AdminRouter\\.ThreadPool\\.ThreadPriority", false, null), new Property("IceGrid\\.InstanceName", false, null), new Property("IceGrid\\.Node\\.ACM", false, null), new Property("IceGrid\\.Node\\.AdapterId", false, null), |