Author: tchemit Date: 2011-06-21 09:29:16 +0200 (Tue, 21 Jun 2011) New Revision: 1078 Url: http://nuiton.org/repositories/revision/eugene/1078 Log: Anomalie #1597: Stereotypes are not copied for enumeration classifier Modified: trunk/eugene/src/main/xsl/xmi1.2ToObjectModel.xsl Modified: trunk/eugene/src/main/xsl/xmi1.2ToObjectModel.xsl =================================================================== --- trunk/eugene/src/main/xsl/xmi1.2ToObjectModel.xsl 2011-06-07 20:07:49 UTC (rev 1077) +++ trunk/eugene/src/main/xsl/xmi1.2ToObjectModel.xsl 2011-06-21 07:29:16 UTC (rev 1078) @@ -402,6 +402,9 @@ <xsl:for-each select="UML:Classifier.feature/UML:Operation"> <xsl:call-template name="UMLOperation"/> </xsl:for-each> + + <!-- stereotypes --> + <xsl:call-template name="stereotype"/> </xsl:element> </xsl:template>
participants (1)
-
tchemit@users.nuiton.org