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

matthew_swift
02.14.2007 581c99a2e2bcf207fc7624f69bc605558b6b59f9
Add a CLI profile to the plugin relation so that the plugin "enabled" property is displayed by default in dsconfig list-xxx operations.
1 files modified
8 ■■■■ changed files
opends/src/admin/defn/org/opends/server/admin/std/PluginRootConfiguration.xml 8 ●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PluginRootConfiguration.xml
@@ -30,7 +30,8 @@
plural-name="plugin-roots"
package="org.opends.server.admin.std" abstract="false"
xmlns:adm="http://www.opends.org/admin"
xmlns:ldap="http://www.opends.org/admin-ldap">
xmlns:ldap="http://www.opends.org/admin-ldap"
xmlns:cli="http://www.opends.org/admin-cli">
  <adm:synopsis>
    The
    <adm:user-friendly-name />
@@ -56,6 +57,11 @@
        cn
      </ldap:naming-attribute>
    </adm:profile>
    <adm:profile name="cli">
      <cli:relation>
        <cli:default-property name="enabled" />
      </cli:relation>
    </adm:profile>
  </adm:relation>
  <adm:property name="plugin-order-startup" mandatory="false">