diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-10-30 13:35:53 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-10-30 13:35:53 -0400 |
commit | 34423bf0aa7e25844ce1f4b94ec5fc9a83c2dfdc (patch) | |
tree | 882f660e0b7561c22616fa374ca6f0743e34fb3c /java/src | |
parent | Fixed bug I introduced with the sequence mapping changes that caused (diff) | |
download | ice-34423bf0aa7e25844ce1f4b94ec5fc9a83c2dfdc.tar.bz2 ice-34423bf0aa7e25844ce1f4b94ec5fc9a83c2dfdc.tar.xz ice-34423bf0aa7e25844ce1f4b94ec5fc9a83c2dfdc.zip |
Various service / service installer improvements
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 50a288ac18e..1476d65929d 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, Fri Oct 12 15:45:46 2007 +// Generated by makeprops.py from file ..\config\PropertyNames.xml, Mon Oct 29 16:59:13 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -68,6 +68,7 @@ public final class PropertyNames new Property("Ice\\.Default\\.Router\\.CollocationOptimized", false, null), new Property("Ice\\.Default\\.Router\\.ThreadPerConnection", false, null), new Property("Ice\\.Default\\.Router", false, null), + new Property("Ice\\.EventLog\\.Source", false, null), new Property("Ice\\.GC\\.Interval", false, null), new Property("Ice\\.ImplicitContext", false, null), new Property("Ice\\.InitPlugins", false, null), |