diff options
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), |