diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-06-14 09:52:16 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-06-14 09:52:16 +0200 |
commit | 9eb7e9ef9a63bd2472849fc66ea61ebe44ca57b8 (patch) | |
tree | 2728c06eeda0a387f377a99f27d70d48b7367d61 /java/src | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2251. Fixed Dwayne's problem (diff) | |
download | ice-9eb7e9ef9a63bd2472849fc66ea61ebe44ca57b8.tar.bz2 ice-9eb7e9ef9a63bd2472849fc66ea61ebe44ca57b8.tar.xz ice-9eb7e9ef9a63bd2472849fc66ea61ebe44ca57b8.zip |
Fixed bug 2254
Diffstat (limited to 'java/src')
-rw-r--r--[-rwxr-xr-x] | java/src/IceInternal/Property.java | 4 | ||||
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/java/src/IceInternal/Property.java b/java/src/IceInternal/Property.java index 16b47006679..02a204b01e0 100755..100644 --- a/java/src/IceInternal/Property.java +++ b/java/src/IceInternal/Property.java @@ -6,8 +6,8 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** - -// Generated by makeprops.py from file XXX- stuff needs to go here! +// +// Generated by makeprops.py from file %(inputfile)s, Thu Jun 14 09:48:19 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 2e6c48a34e7..470b557e0bc 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -6,8 +6,8 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** - -// Generated by makeprops.py from file XXX- stuff needs to go here! +// +// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Jun 14 09:48:19 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -141,6 +141,7 @@ public final class PropertyNames { new Property("IceGrid\\.InstanceName", false, null), new Property("IceGrid\\.Node\\.AdapterId", false, null), + new Property("IceGrid\\.Node\\.AllowRunningServersAsRoot", false, null), new Property("IceGrid\\.Node\\.CollocateRegistry", false, null), new Property("IceGrid\\.Node\\.Data", false, null), new Property("IceGrid\\.Node\\.DisableOnFailure", false, null), |