Author: tchemit Date: 2008-07-01 09:31:29 +0000 (Tue, 01 Jul 2008) New Revision: 683 Modified: trunk/jaxx/pom.xml Log: add lutinui dependancy (was before in lutinutil...) Modified: trunk/jaxx/pom.xml =================================================================== --- trunk/jaxx/pom.xml 2008-05-26 09:43:05 UTC (rev 682) +++ trunk/jaxx/pom.xml 2008-07-01 09:31:29 UTC (rev 683) @@ -22,6 +22,12 @@ <version>0.29-SNAPSHOT</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinui</artifactId> + <version>0.1-SNAPSHOT</version> + <scope>compile</scope> + </dependency> <!-- pour acceder aux BeansInfos swing via Introspector --> <dependency> <groupId>com.sun</groupId>
participants (1)
-
tchemit@users.labs.libre-entreprise.org