branch develop updated (8cf7fde -> 050595b)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository izi-eval. See http://git.codelutin.com/izi-eval.git from 8cf7fde fix build new 050595b fix config 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 050595b4a256d8abd35d24188512e86752159147 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Jan 13 14:14:20 2016 +0100 fix config Summary of changes: masc-ui/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository izi-eval. See http://git.codelutin.com/izi-eval.git commit 050595b4a256d8abd35d24188512e86752159147 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Jan 13 14:14:20 2016 +0100 fix config --- masc-ui/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/masc-ui/pom.xml b/masc-ui/pom.xml index c6abf19..bfbe814 100644 --- a/masc-ui/pom.xml +++ b/masc-ui/pom.xml @@ -15,8 +15,6 @@ <properties> - <maven.jar.main.class>fr.inra.masc.RunMasc</maven.jar.main.class> - <!-- jaxx configuration --> <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> @@ -39,7 +37,7 @@ <maven.deploy.skip>false</maven.deploy.skip> <redmine.releaseFiles> - target/${projectId}-${project.version}.zip + target/izi-eval-${project.version}-bin.zip </redmine.releaseFiles> </properties> @@ -207,6 +205,7 @@ <useUniqueVersions>true</useUniqueVersions> <addClasspath>true</addClasspath> <classpathPrefix>./lib/</classpathPrefix> + <mainClass>fr.inra.masc.RunMasc</mainClass> </manifest> </archive> </configuration> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm