Author: tchemit Date: 2008-04-13 10:16:59 +0000 (Sun, 13 Apr 2008) New Revision: 467 Added: trunk/lutinvcs/provider/all/ trunk/lutinvcs/provider/all/pom.xml Removed: trunk/lutinvcs/provider/all/pom.xml trunk/lutinvcs/provider/lutinvcs-provider-all/ Log: module provider Copied: trunk/lutinvcs/provider/all (from rev 465, trunk/lutinvcs/provider/lutinvcs-provider-all) Deleted: trunk/lutinvcs/provider/all/pom.xml =================================================================== --- trunk/lutinvcs/provider/lutinvcs-provider-all/pom.xml 2008-04-13 09:05:04 UTC (rev 465) +++ trunk/lutinvcs/provider/all/pom.xml 2008-04-13 10:16:59 UTC (rev 467) @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.codelutin.vcs.provider</groupId> - <artifactId>pom</artifactId> - <version>${current.version}</version> - </parent> - - <artifactId>lutinvcs-provider-all</artifactId> - <name>Lutinvcs all providers</name> - - <packaging>jar</packaging> - <version>${current.version}</version> - <description>Lutinvcs all providers module</description> - - <dependencies> - <dependency> - <groupId>org.codelutin.vcs</groupId> - <artifactId>lutinvcs-provider-mock</artifactId> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.codelutin.vcs</groupId> - <artifactId>lutinvcs-provider-svn</artifactId> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.codelutin.vcs</groupId> - <artifactId>lutinvcs-provider-cvs</artifactId> - <scope>compile</scope> - </dependency> - </dependencies> - -</project> Copied: trunk/lutinvcs/provider/all/pom.xml (from rev 466, trunk/lutinvcs/provider/lutinvcs-provider-all/pom.xml) =================================================================== --- trunk/lutinvcs/provider/all/pom.xml (rev 0) +++ trunk/lutinvcs/provider/all/pom.xml 2008-04-13 10:16:59 UTC (rev 467) @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.codelutin.vcs.provider</groupId> + <artifactId>pom</artifactId> + <version>0.1-SNAPSHOT</version> + </parent> + + <artifactId>all</artifactId> + <name>provider all</name> + + <packaging>jar</packaging> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + <description>Lutinvcs all providers module</description> + + <dependencies> + <dependency> + <groupId>org.codelutin.vcs.provider</groupId> + <artifactId>provider-mock</artifactId> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.codelutin.vcs.provider</groupId> + <artifactId>provider-svn</artifactId> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.codelutin.vcs.provider</groupId> + <artifactId>provider-cvs</artifactId> + <scope>compile</scope> + </dependency> + </dependencies> + +</project>