From: Vance K. <va...@us...> - 2006-04-24 02:31:32
|
User: vancek Date: 06/04/23 19:31:32 Modified: andromda-ejb3/src/main/resources/templates/ejb3 SessionLocal.vsl Log: fixed comments in header Revision Changes Path 1.5 +4 -1 cartridges/andromda-ejb3/src/main/resources/templates/ejb3/SessionLocal.vsl Index: SessionLocal.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/templates/ejb3/SessionLocal.vsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -r1.4 -r1.5 --- SessionLocal.vsl 5 Mar 2006 05:56:43 -0000 1.4 +++ SessionLocal.vsl 24 Apr 2006 02:31:32 -0000 1.5 @@ -1,5 +1,8 @@ // license-header java merge-point -/* Autogenerated by AndroMDA (SessionLocal.vsl) - do not edit */ +// +// Attention: Generated code! Do not modify by hand! +// Generated by: SessionLocal.vsl in andromda-ejb3-cartridge. +// #if ($stringUtils.isNotBlank($service.packageName)) package $service.packageName; #end |