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

matthew_swift
06.23.2007 a01287f5359275a3b236745236643d5f3b972c69
opends/resource/admin/metaMO.xsl
@@ -716,6 +716,7 @@
      select="concat('      PD_', $java-prop-name, ' = builder.getInstance();
')" />
    <xsl:value-of
      select="concat('      INSTANCE.registerPropertyDefinition(PD_', $java-prop-name, ');&#xa;')" />
    <xsl:call-template name="get-property-definition-post-ctor"/>
    <xsl:value-of select="'  }&#xa;'" />
  </xsl:template>
  <!--