From 2733d9b2221048e4683d8bba62fcfbbff7053586 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Sun, 02 Sep 2007 14:16:05 +0000
Subject: [PATCH] Override the plugin-type property for each of our core plugins so that they have sensible default values. These defaults were taken from the current config.ldif default configuration.
---
opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml
index e95e4d6..8bf1a07 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml
@@ -53,6 +53,13 @@
</adm:defined>
</adm:default-behavior>
</adm:property-override>
+ <adm:property-override name="plugin-type">
+ <adm:default-behavior>
+ <adm:defined>
+ <adm:value>startup</adm:value>
+ </adm:defined>
+ </adm:default-behavior>
+ </adm:property-override>
<adm:property name="profile-sample-interval" mandatory="true">
<adm:synopsis>
Specifies the profiler sample interval.
--
Gitblit v1.10.0