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

matthew_swift
16.40.2007 0a2e22293f5c36807d89441f9bd8c56ae0b59097
opends/resource/admin/cliMOProfile.xsl
@@ -35,6 +35,18 @@
  -->
  <xsl:template match="/">
    <!--
      Determine if the managed object is for customization.
    -->
    <xsl:choose>
      <xsl:when
        test="$this/adm:profile[@name='cli']/cli:managed-object/@custom='true'">
        <xsl:value-of select="'is-for-customization=true&#xa;'" />
      </xsl:when>
      <xsl:otherwise>
        <xsl:value-of select="'is-for-customization=false&#xa;'" />
      </xsl:otherwise>
    </xsl:choose>
    <!--
      Process each relation definition.
    -->
    <xsl:for-each select="$this-all-relations">