[Buix-commits] r1312 - in guix/trunk: . guix-compiler guix-compiler/src guix-compiler/src/main guix-compiler/src/main/java guix-compiler/src/main/java/org guix-compiler/src/test
Author: kmorin Date: 2009-04-15 09:47:55 +0000 (Wed, 15 Apr 2009) New Revision: 1312 Added: guix/trunk/guix-compiler/ guix/trunk/guix-compiler/pom.xml guix/trunk/guix-compiler/src/ guix/trunk/guix-compiler/src/main/ guix/trunk/guix-compiler/src/main/java/ guix/trunk/guix-compiler/src/main/java/org/ guix/trunk/guix-compiler/src/main/java/org/codelutin/ guix/trunk/guix-compiler/src/test/ guix/trunk/guix-compiler/src/test/java/ Log: Ajout du module guix-compiler Added: guix/trunk/guix-compiler/pom.xml =================================================================== --- guix/trunk/guix-compiler/pom.xml (rev 0) +++ guix/trunk/guix-compiler/pom.xml 2009-04-15 09:47:55 UTC (rev 1312) @@ -0,0 +1,44 @@ +<?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.guix</groupId> + <artifactId>guix</artifactId> + <version>1.0-SNAPSHOT</version> + </parent> + + <artifactId>guix-compiler</artifactId> + + <dependencyManagement> + <dependencies> + + </dependencies> + </dependencyManagement> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>${project.artifactId}</name> + <description>Guix compiler</description> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>jar</packaging> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/guix/trunk/guix_compiler</connection> + <!--developerConnection>scm:svn:svn+ssh://sletellier@labs.libre-entreprise.org/svnroot/buix/guix/trunk</developerConnection--> + <!--url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/guix/trunk/?root=buix</url--> + </scm> +</project>
participants (1)
-
kmorin@users.labs.libre-entreprise.org