[Buix-commits] r1237 - jaxx/tags/1.1/jaxx-example
Author: tchemit Date: 2009-02-20 14:33:52 +0000 (Fri, 20 Feb 2009) New Revision: 1237 Modified: jaxx/tags/1.1/jaxx-example/pom.xml Log: fix bug on jnlp site (wrong phase) Modified: jaxx/tags/1.1/jaxx-example/pom.xml =================================================================== --- jaxx/tags/1.1/jaxx-example/pom.xml 2009-02-20 14:29:45 UTC (rev 1236) +++ jaxx/tags/1.1/jaxx-example/pom.xml 2009-02-20 14:33:52 UTC (rev 1237) @@ -171,7 +171,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