From: Eric C. <ecr...@us...> - 2006-04-09 18:02:16
|
User: ecrutchfield Date: 06/04/09 11:02:13 Modified: andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/mda/conf andromda.xml.vsl Log: fixed bad tag Revision Changes Path 1.7 +1 -1 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.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- andromda.xml.vsl 9 Apr 2006 14:03:37 -0000 1.6 +++ andromda.xml.vsl 9 Apr 2006 18:02:12 -0000 1.7 @@ -54,7 +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="toDoTag">TODO:</property> <property name="commonAssemblyName">${applicationPackage}.common</property> #if (${transactionPersistenceType} != "none") <property name="coreAssemblyName">${applicationPackage}.core</property> |