From: Vance K. <va...@us...> - 2006-07-15 05:09:10
|
User: vancek Date: 06/07/14 22:09:00 Modified: andromda-ejb3/src/main/resources/META-INF/andromda namespace.xml cartridge.xml Log: added new outlet called user-types for enumerations Revision Changes Path 1.27 +6 -0 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/namespace.xml Index: namespace.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/namespace.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -w -r1.26 -r1.27 --- namespace.xml 10 Jul 2006 05:39:26 -0000 1.26 +++ namespace.xml 15 Jul 2006 05:08:59 -0000 1.27 @@ -115,6 +115,12 @@ are generated </documentation> </property> + <property name="user-types"> + <documentation> + The location to which user-types such as enumeration + are generated. + </documentation> + </property> </propertyGroup> <propertyGroup name="JDBC"> <property name="entityManagerName" required="false"> 1.29 +1 -1 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/cartridge.xml Index: cartridge.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/cartridge.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -w -r1.28 -r1.29 --- cartridge.xml 10 Jul 2006 05:39:26 -0000 1.28 +++ cartridge.xml 15 Jul 2006 05:09:00 -0000 1.29 @@ -557,7 +557,7 @@ <template path="templates/ejb3/Enumeration.vsl" outputPattern="$generatedFile" - outlet="commons" + outlet="user-types" overwrite="true"> <modelElements variable="enum"> <modelElement> |