branch develop updated (b9475de -> 5e117b3)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See http://git.nuiton.org/eugene.git from b9475de fixes #3574: Calling mvn eugene:help raise a classpath error Merge branch 'feature/3574' into develop new 5e117b3 check that method with no return type is well generated (refs #1617) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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) Summary of changes: 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(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm