mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
18.42.2008 7f705e29c4ad8fda2829db2a5bdaa2e1813c7599
Fix erroneous categorization of workflow related components. They should be in core.
3 files modified
7 ■■■■■ changed files
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml 3 ●●●● patch | view | raw | blame | history
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>
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>
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>