This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See http://git.nuiton.org/eugene.git commit 5e117b3a3e55e09b9b07e3de367d7462f01d94ac Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 24 16:38:23 2015 +0200 check that method with no return type is well generated (refs #1617) --- eugene-maven-plugin/src/it/generate/all/pom.xml | 1 + .../it/generate/all/src/main/zargo/topiatest.zargo | Bin 20709 -> 21294 bytes 2 files changed, 1 insertion(+) diff --git a/eugene-maven-plugin/src/it/generate/all/pom.xml b/eugene-maven-plugin/src/it/generate/all/pom.xml index 643dba3..06a95d7 100644 --- a/eugene-maven-plugin/src/it/generate/all/pom.xml +++ b/eugene-maven-plugin/src/it/generate/all/pom.xml @@ -75,6 +75,7 @@ <configuration> <inputs>zargo:src/main/zargo:*.zargo</inputs> <outputDirectory>target/generated-sources-zargo2Java</outputDirectory> + <templates>org.nuiton.eugene.java.JavaBeanTransformer,org.nuiton.eugene.java.JavaInterfaceTransformer</templates> </configuration> <goals> <goal>generate</goal> diff --git a/eugene-maven-plugin/src/it/generate/all/src/main/zargo/topiatest.zargo b/eugene-maven-plugin/src/it/generate/all/src/main/zargo/topiatest.zargo index 968c2df..d16d98a 100644 Binary files a/eugene-maven-plugin/src/it/generate/all/src/main/zargo/topiatest.zargo and b/eugene-maven-plugin/src/it/generate/all/src/main/zargo/topiatest.zargo differ -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.