[Buix-commits] r1236 - jaxx/trunk/jaxx-example
Author: tchemit Date: 2009-02-20 14:29:45 +0000 (Fri, 20 Feb 2009) New Revision: 1236 Modified: jaxx/trunk/jaxx-example/pom.xml Log: fix jnlp site bug (wrong phase) Modified: jaxx/trunk/jaxx-example/pom.xml =================================================================== --- jaxx/trunk/jaxx-example/pom.xml 2009-02-20 14:03:57 UTC (rev 1235) +++ jaxx/trunk/jaxx-example/pom.xml 2009-02-20 14:29:45 UTC (rev 1236) @@ -172,7 +172,7 @@ <!-- Ajout des libs signe par Sun dans un fichier jnlp separe --> <execution> <id>JnlpSun</id> - <phase>compile</phase> + <phase>verify</phase> <configuration> <tasks> <mkdir dir="${jnlp.build.directory}"/>
participants (1)
-
tchemit@users.labs.libre-entreprise.org