Author: tchemit Date: 2008-04-18 19:44:27 +0000 (Fri, 18 Apr 2008) New Revision: 563 Modified: trunk/lutinjaxx/pom.xml trunk/lutinjaxx/runtime/pom.xml Log: no default provider default module runtime instead with nothing to provide :) ) core module provides default handler for Object.class Modified: trunk/lutinjaxx/pom.xml =================================================================== --- trunk/lutinjaxx/pom.xml 2008-04-18 19:42:45 UTC (rev 562) +++ trunk/lutinjaxx/pom.xml 2008-04-18 19:44:27 UTC (rev 563) @@ -20,6 +20,7 @@ <modules> <module>core</module> + <module>runtime</module> <module>provider</module> </modules> @@ -162,15 +163,19 @@ <artifactId>lutinutil</artifactId> <version>0.31-SNAPSHOT</version> </dependency> - <dependency> + <groupId>org.codelutin.ui</groupId> + <artifactId>lutinui</artifactId> + <version>0.1-SNAPSHOT</version> + </dependency> + <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>core</artifactId> <version>${current.version}</version> </dependency> <dependency> - <groupId>org.codelutin.jaxx.provider</groupId> - <artifactId>default</artifactId> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>runtime</artifactId> <version>${current.version}</version> </dependency> <dependency> @@ -178,11 +183,20 @@ <artifactId>swing</artifactId> <version>${current.version}</version> </dependency> + <!-- pour acceder aux BeansInfos swing via Introspector --> <dependency> - <groupId>org.codelutin.ui</groupId> - <artifactId>lutinui</artifactId> - <version>0.1-SNAPSHOT</version> + <groupId>com.sun</groupId> + <artifactId>dt</artifactId> + <version>1.6.0</version> + <scope>system</scope> + <systemPath>${java.home}/../lib/dt.jar</systemPath> </dependency> + <!-- pour utiliser javaHelp --> + <dependency> + <groupId>javax.help</groupId> + <artifactId>javahelp</artifactId> + <version>2.0.02</version> + </dependency> <!-- Plugins --> <dependency> <groupId>lutinplugin</groupId> Modified: trunk/lutinjaxx/runtime/pom.xml =================================================================== --- trunk/lutinjaxx/runtime/pom.xml 2008-04-18 19:42:45 UTC (rev 562) +++ trunk/lutinjaxx/runtime/pom.xml 2008-04-18 19:44:27 UTC (rev 563) @@ -11,7 +11,7 @@ </parent> <artifactId>runtime</artifactId> - <name>jaxx runtime</name> + <name>runtime</name> <packaging>jar</packaging> <version>${current.version}</version>
participants (1)
-
tchemit@users.labs.libre-entreprise.org