User: cmicali
Date: 06/10/18 05:39:48
Modified: andromda-cs/src/main/resources/templates/cs Enumeration.vsl
Interface.vsl
Log:
- Fix for [NETCART-10]
- Added merge-points to templates
Revision Changes Path
1.6 +2 -1 cartridges/andromda-cs/src/main/resources/templates/cs/Enumeration.vsl
Index: Enumeration.vsl
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/src/main/resources/templates/cs/Enumeration.vsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -r1.5 -r1.6
--- Enumeration.vsl 15 Aug 2006 22:48:43 -0000 1.5
+++ Enumeration.vsl 18 Oct 2006 12:39:48 -0000 1.6
@@ -28,6 +28,7 @@
#end
// Enumeration.vsl merge-point
+
}
#if ($stringUtils.isNotBlank($enumeration.packageName))
}
1.4 +3 -0 cartridges/andromda-cs/src/main/resources/templates/cs/Interface.vsl
Index: Interface.vsl
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/src/main/resources/templates/cs/Interface.vsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- Interface.vsl 15 Aug 2006 22:48:43 -0000 1.3
+++ Interface.vsl 18 Oct 2006 12:39:48 -0000 1.4
@@ -47,6 +47,9 @@
#end
#end
+
+ // Interface.vsl merge-point
+
}
#if ($stringUtils.isNotBlank($interface.packageName))
}
|