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

Jean-Noël Rouvignac
13.39.2015 fa49579554d75c55c2a024c2e74c24e8c440464c
opendj-maven-plugin/src/main/resources/config/stylesheets/metaMO.xsl
@@ -1468,15 +1468,15 @@
  <xsl:template name="generate-change-listener-help">
    <xsl:param name="top-name" select="/.." />
    <xsl:param name="name" select="/.." />
    <xsl:variable name="_top-length" select="string-length($top-name)" />
    <xsl:variable name="_length" select="string-length($name)" />
    <xsl:variable name="_diff"   select="$_length - $_top-length" />
    <xsl:variable name="_start"  select="substring($name, 1, $_diff - 1)" />
    <xsl:variable name="_middle" select="substring($name, $_diff, 1)" />
    <xsl:variable name="_end"
    <xsl:variable name="_end"
      select="substring($name, $_diff + 1, $_top-length)" />
    <xsl:variable name="short-name">
      <xsl:choose>
        <xsl:when test="not($top-name) or $top-name = $name">
@@ -1490,7 +1490,7 @@
        </xsl:otherwise>
      </xsl:choose>
    </xsl:variable>
    <xsl:variable name="java-class">
      <xsl:call-template name="name-to-java">
        <xsl:with-param name="value" select="$name" />
@@ -1677,7 +1677,7 @@
        </xsl:when>
      </xsl:choose>
    </xsl:for-each>
    <!--
    <!--
      Now generate the definition.
    -->
    <xsl:call-template name="copyright-notice" />