Author: tchemit Date: 2008-02-21 12:33:59 +0000 (Thu, 21 Feb 2008) New Revision: 217 Removed: trunk/jaxx/profiles.xml Modified: trunk/jaxx/pom.xml Log: on utilise plus le fichier profiles.xmlcar il n'est pas bien detecte dans les ide, de plus nous n'avons qu'un seul profile toujours active... suppression lutin-processor car rien a processer! Modified: trunk/jaxx/pom.xml =================================================================== --- trunk/jaxx/pom.xml 2008-02-19 15:09:24 UTC (rev 216) +++ trunk/jaxx/pom.xml 2008-02-21 12:33:59 UTC (rev 217) @@ -80,6 +80,37 @@ <packaging>jar</packaging> + <profiles> + <profile> + <id>project</id> + + <activation> + <activeByDefault>true</activeByDefault> + </activation> + + <properties> + + <!-- buix projects labs' id --> + <labs.id>38</labs.id> + + <!-- the project is inside the buix labs project --> + <labs.project>buix</labs.project> + + <!-- maven will suffix with /${pom.artifactId} AND This is not good at all --> + <!--maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${pom.artifactId}?root=${labs.project}</maven.scm.url--> + + <!-- maven will suffix with /${pom.artifactId} --> + <maven.scm.developerConnection>scm:svn:svn+ssh://tchemit@${labs.host}/svnroot/${labs.project}/trunk</maven.scm.developerConnection> + + <!-- maven will suffix with /${pom.artifactId} --> + <maven.scm.connection>scm:svn:svn:anonymous@${labs.host}/svnroot/${labs.project}/trunk</maven.scm.connection> + + <!--Main class in JAR --> + <maven.jar.main.class>jaxx.compiler.JAXXCompiler</maven.jar.main.class> + + </properties> + </profile> + </profiles> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> Deleted: trunk/jaxx/profiles.xml =================================================================== --- trunk/jaxx/profiles.xml 2008-02-19 15:09:24 UTC (rev 216) +++ trunk/jaxx/profiles.xml 2008-02-21 12:33:59 UTC (rev 217) @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings> - <profiles> - <profile> - <id>project</id> - - <activation> - <activeByDefault>true</activeByDefault> - </activation> - - <properties> - - <!-- buix projects labs' id --> - <labs.id>38</labs.id> - - <!-- the project is inside the buix labs project --> - <labs.project>buix</labs.project> - - <!-- maven will suffix with /${pom.artifactId} AND This is not good at all --> - <!--maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${pom.artifactId}?root=${labs.project}</maven.scm.url--> - - <!-- maven will suffix with /${pom.artifactId} --> - <maven.scm.developerConnection>scm:svn:svn+ssh://tchemit@${labs.host}/svnroot/${labs.project}/trunk</maven.scm.developerConnection> - - <!-- maven will suffix with /${pom.artifactId} --> - <maven.scm.connection>scm:svn:svn:anonymous@${labs.host}/svnroot/${labs.project}/trunk</maven.scm.connection> - - <!--Main class in JAR --> - <maven.jar.main.class>jaxx.compiler.JAXXCompiler</maven.jar.main.class> - - </properties> - </profile> - </profiles> -</settings>