From: Vance K. <va...@us...> - 2006-02-20 05:16:09
|
User: vancek Date: 06/02/19 21:16:07 Modified: andromda-ejb3/src/main/resources/META-INF/andromda namespace.xml Log: added labelCollectionNamePattern and labelSingleNamePattern properties to name pattern propery group Revision Changes Path 1.15 +15 -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.14 retrieving revision 1.15 diff -u -w -r1.14 -r1.15 --- namespace.xml 17 Feb 2006 02:35:51 -0000 1.14 +++ namespace.xml 20 Feb 2006 05:16:06 -0000 1.15 @@ -388,6 +388,21 @@ manageable application exception name. </documentation> </property> + <property name="labelCollectionNamePattern"> + <default>{0}Labels</default> + <documentation> + The pattern to use when defining the display + attribute label name when it's of type Collection. + </documentation> + </property> + <property name="labelSingleNamePattern"> + <default>{0}Label</default> + <documentation> + The pattern to use when defining the display + attribute label name when it's NOT of type + Collection. + </documentation> + </property> </propertyGroup> <propertyGroup name="MDB Properties"> <property name="messageDrivenDestinationType"> |