From: Vance K. <va...@us...> - 2006-02-22 06:15:32
|
User: vancek Date: 06/02/21 22:15:31 Modified: andromda-ejb3/src/main/resources/META-INF/andromda namespace.xml Log: added application-config outlet namespace property Revision Changes Path 1.16 +7 -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.15 retrieving revision 1.16 diff -u -w -r1.15 -r1.16 --- namespace.xml 20 Feb 2006 05:16:06 -0000 1.15 +++ namespace.xml 22 Feb 2006 06:15:30 -0000 1.16 @@ -59,6 +59,13 @@ is generated. </documentation> </property> + <property name="application-config"> + <documentation> + The location where the application specific XML + descriptors are generated. i.e the application + login-config.xml descriptor. + </documentation> + </property> <property name="message-driven-beans"> <documentation> The directory to which Message Driven Bean files |