[Buix-commits] r471 - in trunk/lutinvcs: . lutinvcs-all lutinvcs-core lutinvcs-core/src/main/java/org/codelutin/vcs lutinvcs-ui-common lutinvcs-ui-jaxx provider provider/all provider/cvs provider/mock provider/mock/src/main/java/org/codelutin/vcs provider/svn
Author: tchemit Date: 2008-04-13 10:34:47 +0000 (Sun, 13 Apr 2008) New Revision: 471 Added: trunk/lutinvcs/lutinvcs-core/src/main/java/org/codelutin/vcs/provider/ trunk/lutinvcs/provider/mock/src/main/java/org/codelutin/vcs/provider/ Modified: trunk/lutinvcs/lutinvcs-all/pom.xml trunk/lutinvcs/lutinvcs-core/pom.xml trunk/lutinvcs/lutinvcs-ui-common/pom.xml trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml trunk/lutinvcs/pom.xml trunk/lutinvcs/provider/all/pom.xml trunk/lutinvcs/provider/cvs/pom.xml trunk/lutinvcs/provider/mock/pom.xml trunk/lutinvcs/provider/pom.xml trunk/lutinvcs/provider/svn/pom.xml Log: module provider Modified: trunk/lutinvcs/lutinvcs-all/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-all/pom.xml 2008-04-13 10:19:12 UTC (rev 470) +++ trunk/lutinvcs/lutinvcs-all/pom.xml 2008-04-13 10:34:47 UTC (rev 471) @@ -11,8 +11,8 @@ <!--version>${current.version}</version--> </parent> - <artifactId>lutinvcs-all</artifactId> - <name>Lutinvcs all</name> + <artifactId>all</artifactId> + <name>all</name> <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> @@ -22,7 +22,7 @@ <dependencies> <dependency> <groupId>org.codelutin.vcs</groupId> - <artifactId>lutinvcs-core</artifactId> + <artifactId>core</artifactId> <scope>compile</scope> </dependency> <dependency> Modified: trunk/lutinvcs/lutinvcs-core/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-core/pom.xml 2008-04-13 10:19:12 UTC (rev 470) +++ trunk/lutinvcs/lutinvcs-core/pom.xml 2008-04-13 10:34:47 UTC (rev 471) @@ -12,7 +12,7 @@ </parent> <artifactId>lutinvcs-core</artifactId> - <name>Lutinvcs core</name> + <name>core</name> <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> Modified: trunk/lutinvcs/lutinvcs-ui-common/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-ui-common/pom.xml 2008-04-13 10:19:12 UTC (rev 470) +++ trunk/lutinvcs/lutinvcs-ui-common/pom.xml 2008-04-13 10:34:47 UTC (rev 471) @@ -40,7 +40,7 @@ <dependencies> <dependency> <groupId>org.codelutin.vcs</groupId> - <artifactId>lutinvcs-core</artifactId> + <artifactId>core</artifactId> <scope>compile</scope> </dependency> <dependency> Modified: trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml 2008-04-13 10:19:12 UTC (rev 470) +++ trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml 2008-04-13 10:34:47 UTC (rev 471) @@ -58,7 +58,7 @@ </plugin> <plugin> <groupId>lutinplugin</groupId> - <artifactId>maven-jaxx-plugin</artifactId> + <artifactId>maven-jaxx-plugin</artifactId> <executions> <execution> <goals> Modified: trunk/lutinvcs/pom.xml =================================================================== --- trunk/lutinvcs/pom.xml 2008-04-13 10:19:12 UTC (rev 470) +++ trunk/lutinvcs/pom.xml 2008-04-13 10:34:47 UTC (rev 471) @@ -19,11 +19,11 @@ <artifactId>pom</artifactId> <modules> - <module>lutinvcs-core</module> - <module>provider</module> + <module>core</module> <module>lutinvcs-ui-common</module> - <module>lutinvcs-ui-jaxx</module> - <module>lutinvcs-all</module> + <module>lutinvcs-ui-jaxx</module> + <module>provider</module> + <module>all</module> </modules> <dependencies> @@ -36,7 +36,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Lutinvcs pom</name> + <name>pom</name> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> <description>Versionning Concurrent System lutin library main pom</description> @@ -131,17 +131,11 @@ </configuration> <dependencies> <dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> - <scope>compile</scope> - <version>1.0.4-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>${common.groupId}</groupId> + <groupId>org.codelutin.vcs</groupId> <artifactId>lutinvcs-ui-common</artifactId> <scope>compile</scope> <version>0.1-SNAPSHOT</version> - <!--version>${current.version}</version--> + <!--version>${current.version}</version--> </dependency> </dependencies> </plugin> @@ -235,7 +229,7 @@ </dependency> <dependency> <groupId>${common.groupId}</groupId> - <artifactId>lutinvcs-core</artifactId> + <artifactId>core</artifactId> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> </dependency> @@ -266,7 +260,7 @@ </dependency> <dependency> <groupId>${common.groupId}</groupId> - <artifactId>lutinvcs-all</artifactId> + <artifactId>all</artifactId> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> </dependency> Modified: trunk/lutinvcs/provider/all/pom.xml =================================================================== --- trunk/lutinvcs/provider/all/pom.xml 2008-04-13 10:19:12 UTC (rev 470) +++ trunk/lutinvcs/provider/all/pom.xml 2008-04-13 10:34:47 UTC (rev 471) @@ -21,17 +21,17 @@ <dependencies> <dependency> <groupId>org.codelutin.vcs.provider</groupId> - <artifactId>provider-mock</artifactId> + <artifactId>mock</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.codelutin.vcs.provider</groupId> - <artifactId>provider-svn</artifactId> + <artifactId>svn</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.codelutin.vcs.provider</groupId> - <artifactId>provider-cvs</artifactId> + <artifactId>cvs</artifactId> <scope>compile</scope> </dependency> </dependencies> Modified: trunk/lutinvcs/provider/cvs/pom.xml =================================================================== --- trunk/lutinvcs/provider/cvs/pom.xml 2008-04-13 10:19:12 UTC (rev 470) +++ trunk/lutinvcs/provider/cvs/pom.xml 2008-04-13 10:34:47 UTC (rev 471) @@ -11,7 +11,7 @@ <!--version>${current.version}</version--> </parent> - <artifactId>provider-cvs</artifactId> + <artifactId>cvs</artifactId> <name>provider cvs</name> <packaging>jar</packaging> Modified: trunk/lutinvcs/provider/mock/pom.xml =================================================================== --- trunk/lutinvcs/provider/mock/pom.xml 2008-04-13 10:19:12 UTC (rev 470) +++ trunk/lutinvcs/provider/mock/pom.xml 2008-04-13 10:34:47 UTC (rev 471) @@ -11,13 +11,13 @@ <!--version>${current.version}</version--> </parent> - <artifactId>provider-mock</artifactId> + <artifactId>mock</artifactId> <name>provider mock</name> <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> - <description>Librairie vcs provider mock</description> + <description>Library vcs provider mock</description> <build> <plugins> @@ -36,13 +36,4 @@ </plugin> </plugins> </build> - - <!--dependencies> - <dependency> - <groupId>org.codelutin.vcs</groupId> - <artifactId>lutinvcs-core</artifactId> - <scope>compile</scope> - </dependency> - </dependencies--> - </project> Modified: trunk/lutinvcs/provider/pom.xml =================================================================== --- trunk/lutinvcs/provider/pom.xml 2008-04-13 10:19:12 UTC (rev 470) +++ trunk/lutinvcs/provider/pom.xml 2008-04-13 10:34:47 UTC (rev 471) @@ -20,16 +20,16 @@ <artifactId>pom</artifactId> <modules> - <module>lutinvcs-provider-mock</module> - <module>lutinvcs-provider-cvs</module> - <module>lutinvcs-provider-svn</module> - <module>lutinvcs-provider-all</module> + <module>mock</module> + <module>cvs</module> + <module>svn</module> + <module>all</module> </modules> <dependencies> <dependency> <groupId>org.codelutin.vcs</groupId> - <artifactId>lutinvcs-core</artifactId> + <artifactId>core</artifactId> </dependency> </dependencies> @@ -61,27 +61,27 @@ <dependencies> <dependency> <groupId>${provider.groupId}</groupId> - <artifactId>provider-mock</artifactId> + <artifactId>mock</artifactId> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> </dependency> <dependency> <groupId>${provider.groupId}</groupId> - <artifactId>provider-cvs</artifactId> + <artifactId>cvs</artifactId> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> </dependency> <dependency> <groupId>${provider.groupId}</groupId> - <artifactId>provider-svn</artifactId> + <artifactId>svn</artifactId> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> </dependency> - <!--dependency> + <dependency> <groupId>${provider.groupId}</groupId> <artifactId>all</artifactId> <version>0.1-SNAPSHOT</version> - </dependency--> + </dependency> <dependency> <groupId>org.netbeans.lib</groupId> <artifactId>cvsclient</artifactId> Modified: trunk/lutinvcs/provider/svn/pom.xml =================================================================== --- trunk/lutinvcs/provider/svn/pom.xml 2008-04-13 10:19:12 UTC (rev 470) +++ trunk/lutinvcs/provider/svn/pom.xml 2008-04-13 10:34:47 UTC (rev 471) @@ -11,7 +11,7 @@ <!--version>${current.version}</version--> </parent> - <artifactId>provider-svn</artifactId> + <artifactId>svn</artifactId> <name>provider svn</name> <packaging>jar</packaging>
participants (1)
-
tchemit@users.labs.libre-entreprise.org