[Buix-commits] r418 - in trunk/lutinvcs: . lutinvcs-ui-common
Author: tchemit Date: 2008-04-06 18:18:51 +0000 (Sun, 06 Apr 2008) New Revision: 418 Added: trunk/lutinvcs/lutinvcs-ui-common/ trunk/lutinvcs/lutinvcs-ui-common/pom.xml trunk/lutinvcs/lutinvcs-ui-common/src/ Removed: trunk/lutinvcs/lutinvcs-ui-common/pom.xml trunk/lutinvcs/lutinvcs-ui-common/src/ trunk/lutinvcs/lutinvcs-ui-pre-jaxx/ Log: remove module ui-pre-jaxx to ui-common Copied: trunk/lutinvcs/lutinvcs-ui-common (from rev 413, trunk/lutinvcs/lutinvcs-ui-pre-jaxx) Deleted: trunk/lutinvcs/lutinvcs-ui-common/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-ui-pre-jaxx/pom.xml 2008-04-06 17:22:37 UTC (rev 413) +++ trunk/lutinvcs/lutinvcs-ui-common/pom.xml 2008-04-06 18:18:51 UTC (rev 418) @@ -1,51 +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>lutinlib.vcs</groupId> - <artifactId>lutinvcs</artifactId> - <version>0.1-SNAPSHOT</version> - </parent> - - <artifactId>lutinvcs-ui-pre-jaxx</artifactId> - <name>Lutinvcs ui pre-jaxx</name> - - <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> - <description>Lutin vcs library ui pre jaxx</description> - - <build> - <plugins> - <plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <phase>process-classes</phase> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <!--Librairies--> - <dependencies> - <dependency> - <groupId>lutinlib.vcs</groupId> - <artifactId>lutinvcs-core</artifactId> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> - <scope>compile</scope> - </dependency> - </dependencies> -</project> Copied: trunk/lutinvcs/lutinvcs-ui-common/pom.xml (from rev 417, trunk/lutinvcs/lutinvcs-ui-pre-jaxx/pom.xml) =================================================================== --- trunk/lutinvcs/lutinvcs-ui-common/pom.xml (rev 0) +++ trunk/lutinvcs/lutinvcs-ui-common/pom.xml 2008-04-06 18:18:51 UTC (rev 418) @@ -0,0 +1,56 @@ +<?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>lutinlib.vcs</groupId> + <artifactId>lutinvcs</artifactId> + <version>0.1-SNAPSHOT</version> + </parent> + + <artifactId>lutinvcs-ui-pre-jaxx</artifactId> + <name>Lutinvcs ui pre-jaxx</name> + + <packaging>jar</packaging> + <version>0.1-SNAPSHOT</version> + <description>Lutin vcs library ui pre jaxx</description> + + <build> + <plugins> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <executions> + <execution> + <phase>process-classes</phase> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <!--Librairies--> + <dependencies> + <dependency> + <groupId>lutinlib.vcs</groupId> + <artifactId>lutinvcs-core</artifactId> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>lutinlib.vcs</groupId> + <artifactId>lutinvcs-provider-mock</artifactId> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>jaxx</artifactId> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Copied: trunk/lutinvcs/lutinvcs-ui-common/src (from rev 417, trunk/lutinvcs/lutinvcs-ui-pre-jaxx/src)
participants (1)
-
tchemit@users.labs.libre-entreprise.org