From 54f22bd4c8098e5b2b2ba48cf29a4f6f7ed5c1d5 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 16 Nov 2007 16:42:10 +0000
Subject: [PATCH] Tag components as advanced or intended for customization.

---
 opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml
index 6bb1498..b6cb08a 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml
@@ -42,6 +42,9 @@
       <ldap:superior>ds-cfg-log-publisher</ldap:superior>
     </ldap:object-class>
   </adm:profile>
+  <adm:profile name="cli">
+    <cli:managed-object custom="true" />
+  </adm:profile>
   <adm:relation name="debug-target">
     <adm:one-to-many naming-property="debug-scope" />
     <adm:profile name="ldap">

--
Gitblit v1.10.0