Author: tchemit Date: 2013-09-27 08:08:08 +0200 (Fri, 27 Sep 2013) New Revision: 2949 Url: http://chorem.org/projects/jtimer/repository/revisions/2949 Log: fix jnlp config Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-09-27 05:49:55 UTC (rev 2948) +++ trunk/pom.xml 2013-09-27 06:08:08 UTC (rev 2949) @@ -160,7 +160,7 @@ <!--FIXME tchemit 2013-10-26 Find out how to make jnlp trusted --> <manifestEntries> <Trusted-Only>true</Trusted-Only> - <Trusted-Library>true</Trusted-Library> + <!--Trusted-Library>true</Trusted-Library--> </manifestEntries> </archive> </configuration>