Author: tchemit Date: 2008-04-13 10:36:02 +0000 (Sun, 13 Apr 2008) New Revision: 472 Added: trunk/lutinvcs/all/ trunk/lutinvcs/all/pom.xml Removed: trunk/lutinvcs/all/pom.xml trunk/lutinvcs/lutinvcs-all/ Log: simplify module name remove all lutinvcs prefix Copied: trunk/lutinvcs/all (from rev 466, trunk/lutinvcs/lutinvcs-all) Deleted: trunk/lutinvcs/all/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-all/pom.xml 2008-04-13 10:11:26 UTC (rev 466) +++ trunk/lutinvcs/all/pom.xml 2008-04-13 10:36:02 UTC (rev 472) @@ -1,41 +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</groupId> - <artifactId>pom</artifactId> - <version>0.1-SNAPSHOT</version> - <!--version>${current.version}</version--> - </parent> - - <artifactId>lutinvcs-all</artifactId> - <name>Lutinvcs all</name> - - <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> - <!--version>${current.version}</version--> - <description>Lutinvcs all modules</description> - - <dependencies> - <dependency> - <groupId>org.codelutin.vcs</groupId> - <artifactId>lutinvcs-core</artifactId> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.codelutin.vcs.provider</groupId> - <artifactId>all</artifactId> - <!--version>0.1-SNAPSHOT</version--> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.codelutin.vcs</groupId> - <artifactId>lutinvcs-ui-jaxx</artifactId> - <scope>compile</scope> - </dependency> - </dependencies> - -</project> Copied: trunk/lutinvcs/all/pom.xml (from rev 471, trunk/lutinvcs/lutinvcs-all/pom.xml) =================================================================== --- trunk/lutinvcs/all/pom.xml (rev 0) +++ trunk/lutinvcs/all/pom.xml 2008-04-13 10:36:02 UTC (rev 472) @@ -0,0 +1,41 @@ +<?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</groupId> + <artifactId>pom</artifactId> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + </parent> + + <artifactId>all</artifactId> + <name>all</name> + + <packaging>jar</packaging> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + <description>Lutinvcs all modules</description> + + <dependencies> + <dependency> + <groupId>org.codelutin.vcs</groupId> + <artifactId>core</artifactId> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.codelutin.vcs.provider</groupId> + <artifactId>all</artifactId> + <!--version>0.1-SNAPSHOT</version--> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.codelutin.vcs</groupId> + <artifactId>lutinvcs-ui-jaxx</artifactId> + <scope>compile</scope> + </dependency> + </dependencies> + +</project>