Author: echatellier Date: 2010-03-29 18:40:23 +0200 (Mon, 29 Mar 2010) New Revision: 2817 Log: Suppression des DTO. Ajout de beans g?\195?\169n?\195?\169r?\195?\169s pour les objets non entit?\195?\169s. Removed: trunk/lima-callao/src/main/xmi/accountingdto.zargo Modified: trunk/lima-callao/pom.xml trunk/lima-callao/src/main/xmi/accounting.zargo Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2010-03-27 20:07:11 UTC (rev 2816) +++ trunk/lima-callao/pom.xml 2010-03-29 16:40:23 UTC (rev 2817) @@ -61,7 +61,7 @@ <phase>generate-sources</phase> <configuration> <inputs>zargo</inputs> - <templates>org.nuiton.topia.generator.TopiaMetaGenerator, org.nuiton.topia.generator.DTOGenerator</templates> + <templates>org.nuiton.topia.generator.TopiaMetaTransformer, org.nuiton.topia.generator.BeanTransformer</templates> <defaultPackage>org.chorem.lima.entity</defaultPackage> <fullPackagePath>org.chorem.lima</fullPackagePath> </configuration> Modified: trunk/lima-callao/src/main/xmi/accounting.zargo =================================================================== (Binary files differ) Deleted: trunk/lima-callao/src/main/xmi/accountingdto.zargo =================================================================== (Binary files differ)