diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-08-15 11:42:02 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-08-15 11:42:02 -0400 |
commit | 0d7150de560afa46e2eef5b10d0c5cc3b1e58326 (patch) | |
tree | 7510f24ac2026088de7372dcca4e663e4f4ae00f /java/src/IceInternal/PropertyNames.java | |
parent | Updated gitignore files (diff) | |
download | ice-0d7150de560afa46e2eef5b10d0c5cc3b1e58326.tar.bz2 ice-0d7150de560afa46e2eef5b10d0c5cc3b1e58326.tar.xz ice-0d7150de560afa46e2eef5b10d0c5cc3b1e58326.zip |
Added missing Ice.Admin.Logger property to PropertyName.xml
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-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 c8464fa8efb..c71e1de7442 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Aug 14 14:50:07 2014 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri Aug 15 11:14:41 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -69,6 +69,7 @@ public final class PropertyNames new Property("Ice\\.Admin\\.DelayCreation", false, null), new Property("Ice\\.Admin\\.Facets", false, null), new Property("Ice\\.Admin\\.InstanceName", false, null), + new Property("Ice\\.Admin\\.Logger", false, null), new Property("Ice\\.Admin\\.Logger\\.KeepLogs", false, null), new Property("Ice\\.Admin\\.Logger\\.KeepTraces", false, null), new Property("Ice\\.Admin\\.Logger\\.PingPeriod", false, null), |