Author: tchemit Date: 2008-04-18 12:59:37 +0000 (Fri, 18 Apr 2008) New Revision: 541 Removed: trunk/lutinvcs/all/ Modified: trunk/lutinvcs/pom.xml Log: suppress moduel all Modified: trunk/lutinvcs/pom.xml =================================================================== --- trunk/lutinvcs/pom.xml 2008-04-18 12:57:43 UTC (rev 540) +++ trunk/lutinvcs/pom.xml 2008-04-18 12:59:37 UTC (rev 541) @@ -205,7 +205,7 @@ <dependency> <groupId>lutinlib</groupId> <artifactId>lutinutil</artifactId> - <version>0.30-SNAPSHOT</version> + <version>0.31-SNAPSHOT</version> </dependency> <dependency> @@ -220,14 +220,29 @@ </dependency> <dependency> <groupId>${ui.groupId}</groupId> - <artifactId>all</artifactId> + <artifactId>common</artifactId> <version>${current.version}</version> </dependency> <dependency> + <groupId>${ui.groupId}</groupId> + <artifactId>jaxx</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> <groupId>${provider.groupId}</groupId> - <artifactId>all</artifactId> + <artifactId>mock</artifactId> <version>${current.version}</version> </dependency> + <dependency> + <groupId>${provider.groupId}</groupId> + <artifactId>cvs</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> + <groupId>${provider.groupId}</groupId> + <artifactId>svn</artifactId> + <version>${current.version}</version> + </dependency> <!-- Plugins --> <dependency>
participants (1)
-
tchemit@users.labs.libre-entreprise.org