diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-09-26 18:56:57 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-09-26 18:56:57 -0400 |
commit | bb057831e174a0d4c06642c573a06eae7296f36c (patch) | |
tree | 9324bd248348032a1941633bb499ef09679febbb /java/src | |
parent | Squashed commit of the following: (diff) | |
download | ice-bb057831e174a0d4c06642c573a06eae7296f36c.tar.bz2 ice-bb057831e174a0d4c06642c573a06eae7296f36c.tar.xz ice-bb057831e174a0d4c06642c573a06eae7296f36c.zip |
Squashed commit of the following:
commit 8b2757175b076f620b2f5c5c788f811f38a4fa5b
Author: Bernard Normier <bernard@zeroc.com>
Date: Wed Sep 26 18:56:30 2007 -0400
Deprecated Glacier2.Admin and IcePatch2.Admin
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 5ffc548fa1a..0786a86d5a0 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -7,7 +7,7 @@ // // ********************************************************************** // -// Generated by makeprops.py from file ../config/PropertyNames.xml, Tue Sep 25 18:32:10 2007 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Wed Sep 26 17:22:42 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -330,19 +330,19 @@ public final class PropertyNames new Property("IcePatch2\\.ThreadPool\\.SizeMax", false, null), new Property("IcePatch2\\.ThreadPool\\.SizeWarn", false, null), new Property("IcePatch2\\.ThreadPool\\.StackSize", false, null), - new Property("IcePatch2\\.Admin\\.AdapterId", false, null), - new Property("IcePatch2\\.Admin\\.Endpoints", false, null), - new Property("IcePatch2\\.Admin\\.Locator", false, null), - new Property("IcePatch2\\.Admin\\.PublishedEndpoints", false, null), + new Property("IcePatch2\\.Admin\\.AdapterId", true, null), + new Property("IcePatch2\\.Admin\\.Endpoints", true, null), + new Property("IcePatch2\\.Admin\\.Locator", true, null), + new Property("IcePatch2\\.Admin\\.PublishedEndpoints", true, null), new Property("IcePatch2\\.Admin\\.RegisterProcess", true, null), - new Property("IcePatch2\\.Admin\\.ReplicaGroupId", false, null), - new Property("IcePatch2\\.Admin\\.Router", false, null), - new Property("IcePatch2\\.Admin\\.ThreadPerConnection", false, null), - new Property("IcePatch2\\.Admin\\.ThreadPerConnection\\.StackSize", false, null), - new Property("IcePatch2\\.Admin\\.ThreadPool\\.Size", false, null), - new Property("IcePatch2\\.Admin\\.ThreadPool\\.SizeMax", false, null), - new Property("IcePatch2\\.Admin\\.ThreadPool\\.SizeWarn", false, null), - new Property("IcePatch2\\.Admin\\.ThreadPool\\.StackSize", false, null), + new Property("IcePatch2\\.Admin\\.ReplicaGroupId", true, null), + new Property("IcePatch2\\.Admin\\.Router", true, null), + new Property("IcePatch2\\.Admin\\.ThreadPerConnection", true, null), + new Property("IcePatch2\\.Admin\\.ThreadPerConnection\\.StackSize", true, null), + new Property("IcePatch2\\.Admin\\.ThreadPool\\.Size", true, null), + new Property("IcePatch2\\.Admin\\.ThreadPool\\.SizeMax", true, null), + new Property("IcePatch2\\.Admin\\.ThreadPool\\.SizeWarn", true, null), + new Property("IcePatch2\\.Admin\\.ThreadPool\\.StackSize", true, null), new Property("IcePatch2\\.ChunkSize", false, null), new Property("IcePatch2\\.Directory", false, null), new Property("IcePatch2\\.InstanceName", false, null), @@ -450,19 +450,19 @@ public final class PropertyNames { new Property("Glacier2\\.AddSSLContext", false, null), new Property("Glacier2\\.AddUserToAllowCategories", true, "Glacier2.Filter.Category.AcceptUser"), - new Property("Glacier2\\.Admin\\.AdapterId", false, null), - new Property("Glacier2\\.Admin\\.Endpoints", false, null), - new Property("Glacier2\\.Admin\\.Locator", false, null), - new Property("Glacier2\\.Admin\\.PublishedEndpoints", false, null), + new Property("Glacier2\\.Admin\\.AdapterId", true, null), + new Property("Glacier2\\.Admin\\.Endpoints", true, null), + new Property("Glacier2\\.Admin\\.Locator", true, null), + new Property("Glacier2\\.Admin\\.PublishedEndpoints", true, null), new Property("Glacier2\\.Admin\\.RegisterProcess", true, null), - new Property("Glacier2\\.Admin\\.ReplicaGroupId", false, null), - new Property("Glacier2\\.Admin\\.Router", false, null), - new Property("Glacier2\\.Admin\\.ThreadPerConnection", false, null), - new Property("Glacier2\\.Admin\\.ThreadPerConnection\\.StackSize", false, null), - new Property("Glacier2\\.Admin\\.ThreadPool\\.Size", false, null), - new Property("Glacier2\\.Admin\\.ThreadPool\\.SizeMax", false, null), - new Property("Glacier2\\.Admin\\.ThreadPool\\.SizeWarn", false, null), - new Property("Glacier2\\.Admin\\.ThreadPool\\.StackSize", false, null), + new Property("Glacier2\\.Admin\\.ReplicaGroupId", true, null), + new Property("Glacier2\\.Admin\\.Router", true, null), + new Property("Glacier2\\.Admin\\.ThreadPerConnection", true, null), + new Property("Glacier2\\.Admin\\.ThreadPerConnection\\.StackSize", true, null), + new Property("Glacier2\\.Admin\\.ThreadPool\\.Size", true, null), + new Property("Glacier2\\.Admin\\.ThreadPool\\.SizeMax", true, null), + new Property("Glacier2\\.Admin\\.ThreadPool\\.SizeWarn", true, null), + new Property("Glacier2\\.Admin\\.ThreadPool\\.StackSize", true, null), new Property("Glacier2\\.AllowCategories", true, "Glacier2.Filter.Category.Accept"), new Property("Glacier2\\.Client\\.AdapterId", false, null), new Property("Glacier2\\.Client\\.Endpoints", false, null), |