Author: echatellier Date: 2012-11-30 12:03:40 +0100 (Fri, 30 Nov 2012) New Revision: 1097 Url: http://forge.codelutin.com/projects/coser/repository/revisions/1097 Log: Fix jarsigner with jdk 7 Modified: trunk/coser-ui/pom.xml Modified: trunk/coser-ui/pom.xml =================================================================== --- trunk/coser-ui/pom.xml 2012-11-30 09:59:44 UTC (rev 1096) +++ trunk/coser-ui/pom.xml 2012-11-30 11:03:40 UTC (rev 1097) @@ -246,9 +246,9 @@ <value>true</value> </property> </activation> - <!-- <properties> + <properties> <jnlp.codebase>file://${project.build.directory}/jnlp</jnlp.codebase> - </properties> --> + </properties> <build> <plugins> <plugin> @@ -339,6 +339,15 @@ <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> <sign>