From 7f705e29c4ad8fda2829db2a5bdaa2e1813c7599 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 18 Jan 2008 09:42:39 +0000
Subject: [PATCH] Fix erroneous categorization of workflow related components. They should be in core.

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml    |    2 +-
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml        |    2 +-
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml |    3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml
index ec1c9d4..f2227d3 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml
@@ -35,7 +35,7 @@
     is used to classify incoming connections and route requests to
     workflows.
   </adm:synopsis>
-  <adm:tag name="user-management" />
+  <adm:tag name="core" />
   <adm:profile name="ldap">
     <ldap:object-class>
       <ldap:name>ds-cfg-network-group</ldap:name>
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
index bbe1a59..735110d 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml
@@ -35,7 +35,7 @@
     is a list of processing steps (Work Flow Elements) which are applied
     to data as it is retrieved from the Directory Server.
   </adm:synopsis>
-  <adm:tag name="user-management" />
+  <adm:tag name="core" />
   <adm:profile name="ldap">
     <ldap:object-class>
       <ldap:name>ds-cfg-workflow</ldap:name>
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml
index 0aa8b86..b966845 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml
@@ -23,7 +23,7 @@
   ! CDDL HEADER END
   !
   !
-  !      Portions Copyright 2007 Sun Microsystems, Inc.
+  !      Portions Copyright 2007-2008 Sun Microsystems, Inc.
   ! -->
 <adm:managed-object name="workflow-element"
   plural-name="workflow-elements" package="org.opends.server.admin.std"
@@ -44,6 +44,7 @@
     is the Local Backend Work Flow Element which is used to route data
     to a Backend.
   </adm:description>
+  <adm:tag name="core" />
   <adm:profile name="ldap">
     <ldap:object-class>
       <ldap:name>ds-cfg-workflow-element</ldap:name>

--
Gitblit v1.10.0