r732 - trunk/lutinjaxx/core
Author: tchemit Date: 2008-07-20 19:26:11 +0000 (Sun, 20 Jul 2008) New Revision: 732 Modified: trunk/lutinjaxx/core/pom.xml Log: passage en 0.2-SNAPSHOT Modified: trunk/lutinjaxx/core/pom.xml =================================================================== --- trunk/lutinjaxx/core/pom.xml 2008-07-20 19:25:53 UTC (rev 731) +++ trunk/lutinjaxx/core/pom.xml 2008-07-20 19:26:11 UTC (rev 732) @@ -7,49 +7,40 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>pom</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <artifactId>core</artifactId> <name>core</name> <packaging>jar</packaging> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <description>Jaxx lutin library core</description> <build> <plugins> - <!--plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <phase>process-classes</phase> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - </plugin--> + </plugins> </build> <dependencies> + <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>util</artifactId> </dependency> - + <!-- pour acceder aux BeansInfos swing via Introspector --> <dependency> <groupId>com.sun</groupId> <artifactId>dt</artifactId> </dependency> + <!-- pour utiliser javaHelp --> <dependency> <groupId>javax.help</groupId> <artifactId>javahelp</artifactId> </dependency> + </dependencies> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org