Author: tchemit Date: 2012-08-24 16:54:56 +0200 (Fri, 24 Aug 2012) New Revision: 3638 Url: http://chorem.org/repositories/revision/lima/3638 Log: refs #786: Faire fonctionner l'application en mode *Webstart* Modified: trunk/lima-swing/pom.xml trunk/pom.xml Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2012-08-23 20:47:29 UTC (rev 3637) +++ trunk/lima-swing/pom.xml 2012-08-24 14:54:56 UTC (rev 3638) @@ -261,7 +261,8 @@ <gzip>true</gzip> <unsign>true</unsign> <canUnsign>false</canUnsign> - <pack200>true</pack200> + <!-- not possible to use pack200 while having some extensions --> + <pack200>false</pack200> <jnlpExtensions> <jnlpExtension> <name>jxlayer</name> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-08-23 20:47:29 UTC (rev 3637) +++ trunk/pom.xml 2012-08-24 14:54:56 UTC (rev 3638) @@ -366,7 +366,7 @@ <nuitonUtilsVersion>2.5.3</nuitonUtilsVersion> <eugenePluginVersion>2.4.2</eugenePluginVersion> <topiaVersion>2.6.11</topiaVersion> - <jaxxVersion>2.5.4</jaxxVersion> + <jaxxVersion>2.5.5-SNAPSHOT</jaxxVersion> <nuitonI18nVersion>2.4.1</nuitonI18nVersion> <openEjbVersion>4.0.0</openEjbVersion> <slf4jVersion>1.6.6</slf4jVersion>
participants (1)
-
tchemit@users.chorem.org