From: Vance K. <va...@us...> - 2006-02-08 10:12:58
|
User: vancek Date: 06/02/08 02:12:52 Modified: andromda-ejb3/src/main/resources/META-INF/andromda profile.xml Log: removed ENTITY_EMBEDDABLE_SUPERCLASS element from tagged value group Revision Changes Path 1.14 +0 -12 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml Index: profile.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -w -r1.13 -r1.14 --- profile.xml 8 Feb 2006 10:11:38 -0000 1.13 +++ profile.xml 8 Feb 2006 10:12:52 -0000 1.14 @@ -414,18 +414,6 @@ <![CDATA[<<Entity>>]]> </appliedOnElement> </element> - <element name="ENTITY_EMBEDDABLE_SUPERCLASS"> - <documentation> - Used at the class level of an entity to determine if - this class is defined as an embeddable super class. - </documentation> - <value> - @andromda.persistence.embeddable.superclass - </value> - <appliedOnElement> - <![CDATA[<<Entity>>]]> - </appliedOnElement> - </element> <element name="TEMPORAL_TYPE"> <documentation> The temporal type tagged value specified on |