Author: tchemit Date: 2008-07-08 16:11:15 +0000 (Tue, 08 Jul 2008) New Revision: 692 Modified: trunk/jaxx/pom.xml Log: passage en version stable 1.0.5 : * lutinutil 0.29 * maven-i18n-plugin 0.3 * lutinui 0.2 Modified: trunk/jaxx/pom.xml =================================================================== --- trunk/jaxx/pom.xml 2008-07-08 16:08:02 UTC (rev 691) +++ trunk/jaxx/pom.xml 2008-07-08 16:11:15 UTC (rev 692) @@ -17,29 +17,29 @@ <artifactId>jaxx</artifactId> <dependencies> + <dependency> <groupId>lutinlib</groupId> <artifactId>lutinutil</artifactId> - <!--scope>compile</scope--> </dependency> + <dependency> <groupId>org.codelutin.ui</groupId> <artifactId>lutinui</artifactId> - <!--scope>compile</scope--> </dependency> + <!-- pour acceder aux BeansInfos swing via Introspector --> <dependency> <groupId>com.sun</groupId> <artifactId>dt</artifactId> - <!--scope>system</scope> - <systemPath>${java.home}/../lib/dt.jar</systemPath--> </dependency> + <!-- pour utiliser javaHelp --> <dependency> <groupId>javax.help</groupId> <artifactId>javahelp</artifactId> - <!--scope>compile</scope--> </dependency> + </dependencies> <!-- ************************************************************* --> @@ -115,7 +115,7 @@ <dependency> <groupId>org.codelutin.ui</groupId> <artifactId>lutinui</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.2</version> <scope>compile</scope> </dependency> <!-- pour acceder aux BeansInfos swing via Introspector -->