diff options
Diffstat (limited to 'js/src/Ice/PropertyNames.js')
-rw-r--r-- | js/src/Ice/PropertyNames.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/js/src/Ice/PropertyNames.js b/js/src/Ice/PropertyNames.js index 5ee0e793a58..6dd789a3b42 100644 --- a/js/src/Ice/PropertyNames.js +++ b/js/src/Ice/PropertyNames.js @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ../config/PropertyNames.xml, Mon May 12 17:32:39 2014 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Wed Jun 4 19:01:29 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -114,7 +114,8 @@ new Property("/^Ice\.IPv6/", false, null), new Property("/^Ice\.EventLog\.Source/", false, null), new Property("/^Ice\.FactoryAssemblies/", false, null), - new Property("/^Ice\.GC\.Interval/", false, null), + new Property("/^Ice\.GC/", false, null), + new Property("/^Ice\.GC\.Interval/", true, "Ice.GC"), new Property("/^Ice\.ImplicitContext/", false, null), new Property("/^Ice\.InitPlugins/", false, null), new Property("/^Ice\.LogFile/", false, null), @@ -159,7 +160,7 @@ new Property("/^Ice\.ThreadPool\.Server\.ThreadPriority/", false, null), new Property("/^Ice\.ThreadPriority/", false, null), new Property("/^Ice\.Trace\.Admin\.Properties/", false, null), - new Property("/^Ice\.Trace\.GC/", false, null), + new Property("/^Ice\.Trace\.GC/", true, null), new Property("/^Ice\.Trace\.Locator/", false, null), new Property("/^Ice\.Trace\.Network/", false, null), new Property("/^Ice\.Trace\.Protocol/", false, null), |