branch develop updated (78198c4 -> a199650)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coser. See http://git.codelutin.com/coser.git from 78198c4 refs #6356: Revue de la documentation du site + mise à jour codelutinpom new a199650 refs #6356: fix jnlp configuration 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 a19965062ae5610c1eae38dc01055e1a7e79ece0 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Dec 21 16:42:33 2014 +0100 refs #6356: fix jnlp configuration Summary of changes: coser-ui/pom.xml | 2 +- coser-ui/src/main/jnlp/coser-jnlp.vm | 2 +- 2 files changed, 2 insertions(+), 2 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 coser. See http://git.codelutin.com/coser.git commit a19965062ae5610c1eae38dc01055e1a7e79ece0 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Dec 21 16:42:33 2014 +0100 refs #6356: fix jnlp configuration --- coser-ui/pom.xml | 2 +- coser-ui/src/main/jnlp/coser-jnlp.vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coser-ui/pom.xml b/coser-ui/pom.xml index 84f6c72..e349d89 100644 --- a/coser-ui/pom.xml +++ b/coser-ui/pom.xml @@ -343,7 +343,7 @@ <libPath>lib</libPath> <makeArchive>false</makeArchive> <verbose>false</verbose> - + <codebase>http://coser.codelutin.com/v/${siteDeployClassifier}/coser-ui/jnlp</codebase> <jnlp> <inputTemplateResourcePath>${project.basedir}</inputTemplateResourcePath> <inputTemplate>src/main/jnlp/coser-jnlp.vm</inputTemplate> diff --git a/coser-ui/src/main/jnlp/coser-jnlp.vm b/coser-ui/src/main/jnlp/coser-jnlp.vm index 3ea1c42..06ba2a5 100644 --- a/coser-ui/src/main/jnlp/coser-jnlp.vm +++ b/coser-ui/src/main/jnlp/coser-jnlp.vm @@ -6,7 +6,7 @@ <information> <title>$project.Name</title> <vendor>$project.Organization.Name</vendor> - <homepage href="$project.Url"/> + <homepage href="http://coser.codelutin.com"/> <description>$project.Description</description> #if($offlineAllowed) <offline-allowed/> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm