diff options
-rw-r--r-- | config/PropertyNames.xml | 2 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 | ||||
-rw-r--r-- | cs/src/Ice/PropertyNames.cs | 4 | ||||
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/config/PropertyNames.xml b/config/PropertyNames.xml index db8fc6f06d3..7d44622f86b 100644 --- a/config/PropertyNames.xml +++ b/config/PropertyNames.xml @@ -406,7 +406,7 @@ generated from the section label. <section name="IceGridAdmin"> <property name="AuthenticateUsingSSL" /> - <property name="MetricsConfigs" /> + <property name="MetricsConfig" /> <property name="Username" /> <property name="Password" /> <property name="Replica" /> diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 9408c91975f..b0b95ab1f4b 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 17:20:59 2013 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 23:12:55 2013 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -236,7 +236,7 @@ const IceInternal::PropertyArray const IceInternal::Property IceGridAdminPropsData[] = { IceInternal::Property("IceGridAdmin.AuthenticateUsingSSL", false, 0), - IceInternal::Property("IceGridAdmin.MetricsConfigs", false, 0), + IceInternal::Property("IceGridAdmin.MetricsConfig", false, 0), IceInternal::Property("IceGridAdmin.Username", false, 0), IceInternal::Property("IceGridAdmin.Password", false, 0), IceInternal::Property("IceGridAdmin.Replica", false, 0), diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index 261749016e2..3318b99a66d 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 17:20:59 2013 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 23:12:55 2013 // IMPORTANT: Do not edit this file -- any edits made here will be lost! diff --git a/cs/src/Ice/PropertyNames.cs b/cs/src/Ice/PropertyNames.cs index 5a2130f144b..df23d8104bb 100644 --- a/cs/src/Ice/PropertyNames.cs +++ b/cs/src/Ice/PropertyNames.cs @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 17:20:59 2013 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 23:12:55 2013 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -226,7 +226,7 @@ namespace IceInternal public static Property[] IceGridAdminProps = { new Property(@"^IceGridAdmin\.AuthenticateUsingSSL$", false, null), - new Property(@"^IceGridAdmin\.MetricsConfigs$", false, null), + new Property(@"^IceGridAdmin\.MetricsConfig$", false, null), new Property(@"^IceGridAdmin\.Username$", false, null), new Property(@"^IceGridAdmin\.Password$", false, null), new Property(@"^IceGridAdmin\.Replica$", false, null), diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 9f768f8e66b..7ec5f1d13af 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 17:20:59 2013 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 23:12:55 2013 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -226,7 +226,7 @@ public final class PropertyNames public static final Property IceGridAdminProps[] = { new Property("IceGridAdmin\\.AuthenticateUsingSSL", false, null), - new Property("IceGridAdmin\\.MetricsConfigs", false, null), + new Property("IceGridAdmin\\.MetricsConfig", false, null), new Property("IceGridAdmin\\.Username", false, null), new Property("IceGridAdmin\\.Password", false, null), new Property("IceGridAdmin\\.Replica", false, null), |