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 3f56288d677075ba48688c221c650bd32799749a Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jan 27 13:26:55 2015 +0100 refs #6544 (utilisation classifier bin sur tutti.exe) --- tutti-ui-swing/pom.xml | 2 ++ tutti-ui-swing/src/main/assembly/full-windows-component.xml | 2 +- tutti-ui-swing/src/main/assembly/standalone.xml | 2 +- tutti-ui-swing/src/main/assembly/standalone/linux/launch.sh | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index 61f7cd5..b8b8612 100644 --- a/tutti-ui-swing/pom.xml +++ b/tutti-ui-swing/pom.xml @@ -786,6 +786,7 @@ <artifactId>tutti-launcher</artifactId> <version>${launcherVersion}</version> <type>exe</type> + <classifier>bin</classifier> </artifactItem> </artifactItems> </configuration> @@ -870,6 +871,7 @@ <artifactId>tutti-launcher</artifactId> <version>${launcherVersion}</version> <type>exe</type> + <classifier>bin</classifier> </artifactItem> </artifactItems> </configuration> diff --git a/tutti-ui-swing/src/main/assembly/full-windows-component.xml b/tutti-ui-swing/src/main/assembly/full-windows-component.xml index 5f2a1b0..493455a 100644 --- a/tutti-ui-swing/src/main/assembly/full-windows-component.xml +++ b/tutti-ui-swing/src/main/assembly/full-windows-component.xml @@ -31,7 +31,7 @@ <files> <file> - <source>${project.build.directory}/tutti-launcher-${launcherVersion}.exe</source> + <source>${project.build.directory}/tutti-launcher-${launcherVersion}-bin.exe</source> <outputDirectory/> <destName>tutti.exe</destName> </file> diff --git a/tutti-ui-swing/src/main/assembly/standalone.xml b/tutti-ui-swing/src/main/assembly/standalone.xml index 84032f7..311cece 100644 --- a/tutti-ui-swing/src/main/assembly/standalone.xml +++ b/tutti-ui-swing/src/main/assembly/standalone.xml @@ -33,7 +33,7 @@ <files> <!--Add embedded launcher executable (TODO :should be removed in further version)--> <file> - <source>${project.build.directory}/tutti-launcher-${launcherVersion}.exe</source> + <source>${project.build.directory}/tutti-launcher-${launcherVersion}-bin.exe</source> <outputDirectory>embedded</outputDirectory> <destName>tutti.exe</destName> </file> diff --git a/tutti-ui-swing/src/main/assembly/standalone/linux/launch.sh b/tutti-ui-swing/src/main/assembly/standalone/linux/launch.sh index 5d08be7..970e8a5 100644 --- a/tutti-ui-swing/src/main/assembly/standalone/linux/launch.sh +++ b/tutti-ui-swing/src/main/assembly/standalone/linux/launch.sh @@ -3,6 +3,5 @@ echo "Move embedded script file to tutti root" mv -f tutti/launcher . mv -f tutti/embedded/* . -mv tutti/launcher.jar . chmod +x *.sh ./tutti.sh -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.