From a7bcc07f9d1d67a57c064258869a9797567df45d Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 30 May 2007 12:04:40 +0000
Subject: [PATCH] Add default plugin-class to example-plugin.

---
 opends/resource/admin/example-plugin/ExamplePluginConfiguration.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opends/resource/admin/example-plugin/ExamplePluginConfiguration.xml b/opends/resource/admin/example-plugin/ExamplePluginConfiguration.xml
index 79db512..c3cf0ed 100644
--- a/opends/resource/admin/example-plugin/ExamplePluginConfiguration.xml
+++ b/opends/resource/admin/example-plugin/ExamplePluginConfiguration.xml
@@ -12,6 +12,13 @@
       <ldap:superior>ds-cfg-plugin</ldap:superior>
     </ldap:object-class>
   </adm:profile>
+  <adm:property-override name="plugin-class">
+    <adm:default-behavior>
+      <adm:defined>
+        <adm:value>com.example.opends.ExamplePlugin</adm:value>
+      </adm:defined>
+    </adm:default-behavior>
+  </adm:property-override>
   <adm:property name="message">
     <adm:synopsis>The message to be logged.</adm:synopsis>
     <adm:default-behavior>

--
Gitblit v1.10.0