[Buix-commits] r136 - trunk/buix
Author: tchemit Date: 2008-01-11 15:36:36 +0000 (Fri, 11 Jan 2008) New Revision: 136 Modified: trunk/buix/pom.xml Log: passage en buix-0.8-SNAPSHOT avec correction d?\195?\169pendance sur swin-beaninfo r?\195?\169solue + r?\195?\169ajout de lutinutil en d?\195?\169pendance car directement utilis?\195?\169 par le projet Modified: trunk/buix/pom.xml =================================================================== --- trunk/buix/pom.xml 2008-01-11 13:56:33 UTC (rev 135) +++ trunk/buix/pom.xml 2008-01-11 15:36:36 UTC (rev 136) @@ -17,7 +17,7 @@ <packaging>jar</packaging> - <version>0.7</version> + <version>0.8-SNAPSHOT</version> <description>Constructeur d'interface graphique �crit en Java qui permet la sauvegarde de l'interface en XML. @@ -69,15 +69,20 @@ </dependency> <dependency> <groupId>lutinlib</groupId> + <artifactId>lutinutil</artifactId> + <version>0.19</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>lutinlib</groupId> <artifactId>lutinxml</artifactId> <version>0.7</version> </dependency> - <!--TODO Trouver cette d�pendance --> - <!--dependency> + <dependency> <groupId>lutinlib</groupId> <artifactId>swing-beaninfo</artifactId> - <jar>swing-beaninfo.jar</ja> - </dependency--> + <version>0.1</version> + </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId>
participants (1)
-
tchemit@users.labs.libre-entreprise.org