From a01287f5359275a3b236745236643d5f3b972c69 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 06 Sep 2007 00:23:08 +0000
Subject: [PATCH] Add support for generating property type specific code immediately after the property definition is constructed.

---
 opends/resource/admin/metaMO.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/resource/admin/metaMO.xsl b/opends/resource/admin/metaMO.xsl
index 9cbcf5b..c5db99f 100644
--- a/opends/resource/admin/metaMO.xsl
+++ b/opends/resource/admin/metaMO.xsl
@@ -716,6 +716,7 @@
       select="concat('      PD_', $java-prop-name, ' = builder.getInstance();&#xa;')" />
     <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>
   <!--

--
Gitblit v1.10.0