[Buix-commits] r739 - trunk/lutinjaxx/jaxx-swing
Author: tchemit Date: 2008-07-20 19:35:19 +0000 (Sun, 20 Jul 2008) New Revision: 739 Modified: trunk/lutinjaxx/jaxx-swing/pom.xml Log: ajout dependance vers jaxx-runtime Modified: trunk/lutinjaxx/jaxx-swing/pom.xml =================================================================== --- trunk/lutinjaxx/jaxx-swing/pom.xml 2008-07-20 19:31:43 UTC (rev 738) +++ trunk/lutinjaxx/jaxx-swing/pom.xml 2008-07-20 19:35:19 UTC (rev 739) @@ -17,6 +17,16 @@ <version>0.2</version> <description>Jaxx library swing extension</description> + <dependencies> + + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>runtime</artifactId> + <scope>compile</scope> + </dependency> + + </dependencies> + <build> <plugins> <!--plugin> @@ -35,7 +45,4 @@ </plugins> </build> - <dependencies> - - </dependencies> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org