This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit d80cceb6b5c74224defbfa6d2a64cdadf16d3882 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jan 27 17:35:37 2015 +0100 refs #6539 add also jar laucnher in windows bundle --- tutti-ui-swing/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index b8b8612..0e33be5 100644 --- a/tutti-ui-swing/pom.xml +++ b/tutti-ui-swing/pom.xml @@ -788,6 +788,11 @@ <type>exe</type> <classifier>bin</classifier> </artifactItem> + <artifactItem> + <groupId>${project.groupId}</groupId> + <artifactId>tutti-launcher</artifactId> + <version>${launcherVersion}</version> + </artifactItem> </artifactItems> </configuration> </execution> @@ -873,6 +878,11 @@ <type>exe</type> <classifier>bin</classifier> </artifactItem> + <artifactItem> + <groupId>${project.groupId}</groupId> + <artifactId>tutti-launcher</artifactId> + <version>${launcherVersion}</version> + </artifactItem> </artifactItems> </configuration> </execution> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.