branch develop updated (8068ed8 -> 42cda7c)
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 8068ed8 ajout *.log dans .gitignore new 42cda7c fix jnlp application 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 42cda7c20eff21dd00e4a0e2eef1fc7f17ccfe30 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Dec 22 15:37:53 2014 +0100 fix jnlp application Summary of changes: coser-ui/pom.xml | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 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 42cda7c20eff21dd00e4a0e2eef1fc7f17ccfe30 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Dec 22 15:37:53 2014 +0100 fix jnlp application --- coser-ui/pom.xml | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/coser-ui/pom.xml b/coser-ui/pom.xml index 9651cb0..7c23ee1 100644 --- a/coser-ui/pom.xml +++ b/coser-ui/pom.xml @@ -25,6 +25,8 @@ <properties> <license.licenseName>gpl_v3</license.licenseName> + <maven.jar.main.class>fr.ifremer.coser.Coser</maven.jar.main.class> + <!-- i18n configuration --> <i18n.bundleOutputName>${coserI18nBundle}</i18n.bundleOutputName> @@ -172,7 +174,7 @@ <addClasspath>true</addClasspath> <classpathPrefix>./lib/</classpathPrefix> <useUniqueVersions>false</useUniqueVersions> - <mainClass>fr.ifremer.coser.Coser</mainClass> + <mainClass>${maven.jar.main.class}</mainClass> </manifest> </archive> </configuration> @@ -343,7 +345,7 @@ <libPath>lib</libPath> <makeArchive>false</makeArchive> <verbose>false</verbose> - <codebase>http://coser.codelutin.com/v/${siteDeployClassifier}/coser-ui/jnlp</codebase> + <codebase>https://coser.codelutin.com/v/${siteDeployClassifier}/coser-ui/jnlp</codebase> <jnlp> <inputTemplateResourcePath>${project.basedir}</inputTemplateResourcePath> <inputTemplate>src/main/jnlp/coser-jnlp.vm</inputTemplate> @@ -352,28 +354,11 @@ <offlineAllowed>true</offlineAllowed> <j2seVersion>1.6+</j2seVersion> </jnlp> - - <!-- Add some extensions for the already signed libs --> - <jnlpExtensions> - <jnlpExtension> - <name>jxlayer</name> - <title>Swing labs JXLayer</title> - <vendor>Swing Labs</vendor> - <includes> - <include>org.swinglabs:jxlayer</include> - </includes> - </jnlpExtension> - <!--jnlpExtension> - <name>bouncycastle</name> - <title>BouncyCastle</title> - <vendor>BouncyCastle</vendor> - <includes> - <include>bouncycastle:bcmail-jdk14</include> - <include>bouncycastle:bcprov-jdk14</include> - </includes> - </jnlpExtension--> - </jnlpExtensions> - + <updateManifestEntries> + <Application-Name>Coser ${project.version}</Application-Name> + <Permissions>all-permissions</Permissions> + <Codebase>https://coser.codelutin.com</Codebase> + </updateManifestEntries> <sign> <keystore>${keystorepath}</keystore> <storepass>${keystorepass}</storepass> @@ -385,6 +370,14 @@ <gen>false</gen> </keystoreConfig> </sign> + <unsign>true</unsign> + <canUnsign>true</canUnsign> + <pack200> + <enabled>true</enabled> + <passFiles> + <passFile>org/jdesktop/jxlayer/</passFile> + </passFiles> + </pack200> </configuration> <executions> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm