[Buix-commits] r474 - in trunk/lutinvcs: . ui
Author: tchemit Date: 2008-04-13 10:44:50 +0000 (Sun, 13 Apr 2008) New Revision: 474 Added: trunk/lutinvcs/ui/ trunk/lutinvcs/ui/pom.xml Log: ui module Added: trunk/lutinvcs/ui/pom.xml =================================================================== --- trunk/lutinvcs/ui/pom.xml (rev 0) +++ trunk/lutinvcs/ui/pom.xml 2008-04-13 10:44:50 UTC (rev 474) @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + + <parent> + <groupId>org.codelutin.vcs</groupId> + <artifactId>pom</artifactId> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + </parent> + + <groupId>org.codelutin.vcs.ui</groupId> + <artifactId>pom</artifactId> + + <modules> + <module>common</module> + <module>jaxx</module> + <module>all</module> + </modules> + + <dependencies> + <dependency> + <groupId>org.codelutin.vcs</groupId> + <artifactId>core</artifactId> + </dependency> + </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>ui pom</name> + + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + <description>Versionning Concurrent System lutin library ui pom</description> + <inceptionYear>2008</inceptionYear> + + <packaging>pom</packaging> + + <properties> + + <current.version>0.1-SNAPSHOT</current.version> + + <ui.groupId>org.codelutin.vcs.ui</ui.groupId> + + <maven.scm.developerConnection>scm:svn:svn+ssh://tchemit@${labs.host}/svnroot/buix/trunk</maven.scm.developerConnection> + + <maven.scm.connection>scm:svn:svn:anonymous@${labs.host}/svnroot/buix/trunk</maven.scm.connection> + + </properties> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>${ui.groupId}</groupId> + <artifactId>common</artifactId> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + </dependency> + <dependency> + <groupId>${ui.groupId}</groupId> + <artifactId>jaxx</artifactId> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + </dependency> + <dependency> + <groupId>${ui.groupId}</groupId> + <artifactId>all</artifactId> + <version>0.1-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>jaxx</artifactId> + <version>1.0.4-SNAPSHOT</version> + </dependency> + </dependencies> + </dependencyManagement> + +</project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org