From: Eric C. <ecr...@us...> - 2006-04-09 14:03:41
|
User: ecrutchfield Date: 06/04/09 07:03:40 Modified: andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/mda/conf andromda.xml.vsl Log: added toDoTag property to the Default namespace Revision Changes Path 1.6 +1 -0 plugins/andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/mda/conf/andromda.xml.vsl Index: andromda.xml.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/mda/conf/andromda.xml.vsl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- andromda.xml.vsl 17 Mar 2006 05:57:10 -0000 1.5 +++ andromda.xml.vsl 9 Apr 2006 14:03:37 -0000 1.6 @@ -54,6 +54,7 @@ <property name="entityPropertyNameMask">none</property> <property name="parameterNameMask">none</property> <property name="defaultIdentifierType">datatype::long</property> + <property name="toDoTag">TODO:</property>> <property name="commonAssemblyName">${applicationPackage}.common</property> #if (${transactionPersistenceType} != "none") <property name="coreAssemblyName">${applicationPackage}.core</property> |