From 5ceb2e9601d2501d021d0c61188ec913076555a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.

---
 opends/resource/admin/example-plugin/example-plugin.ldif |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/resource/admin/example-plugin/example-plugin.ldif b/opends/resource/admin/example-plugin/example-plugin.ldif
index b682749..04d5645 100644
--- a/opends/resource/admin/example-plugin/example-plugin.ldif
+++ b/opends/resource/admin/example-plugin/example-plugin.ldif
@@ -3,8 +3,8 @@
 objectClass: ds-cfg-plugin
 objectClass: ds-cfg-example-plugin
 cn: Example Plugin
-ds-cfg-plugin-enabled: true
-ds-cfg-plugin-class: com.example.opends.ExamplePlugin
+ds-cfg-enabled: true
+ds-cfg-java-class: com.example.opends.ExamplePlugin
 ds-cfg-plugin-type: startup
 ds-cfg-example-plugin-message: Hello World
 

--
Gitblit v1.10.0