diff options
-rw-r--r-- | cs/src/Ice/PropertyNames.cs | 3 | ||||
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/cs/src/Ice/PropertyNames.cs b/cs/src/Ice/PropertyNames.cs index 5fc16350946..2790388d2a7 100644 --- a/cs/src/Ice/PropertyNames.cs +++ b/cs/src/Ice/PropertyNames.cs @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../config/PropertyNames.def', Thu Oct 20 16:29:33 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Thu Oct 20 16:53:32 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -105,7 +105,6 @@ namespace IceInternal @"^IceGrid\.Node\.CollocateRegistry$", @"^IceGrid\.Node\.Data$", @"^IceGrid\.Node\.Endpoints$", - @"^IceGrid\.Node\.KeepAliveTimeout$", @"^IceGrid\.Node\.Name$", @"^IceGrid\.Node\.Output$", @"^IceGrid\.Node\.PrintServersReady$", diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index d87cf7962e4..e4794a6112c 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.def', Thu Oct 20 16:29:33 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Thu Oct 20 16:53:32 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -105,7 +105,6 @@ public final class PropertyNames "^IceGrid\\.Node\\.CollocateRegistry$", "^IceGrid\\.Node\\.Data$", "^IceGrid\\.Node\\.Endpoints$", - "^IceGrid\\.Node\\.KeepAliveTimeout$", "^IceGrid\\.Node\\.Name$", "^IceGrid\\.Node\\.Output$", "^IceGrid\\.Node\\.PrintServersReady$", |