Author: tchemit Date: 2008-01-21 20:49:44 +0000 (Mon, 21 Jan 2008) New Revision: 179 Modified: trunk/jaxx/pom.xml trunk/jaxx/profiles.xml Log: ajout dependence direct lutinutil + correction valeurs dans profiles Modified: trunk/jaxx/pom.xml =================================================================== --- trunk/jaxx/pom.xml 2008-01-13 20:25:53 UTC (rev 178) +++ trunk/jaxx/pom.xml 2008-01-21 20:49:44 UTC (rev 179) @@ -26,6 +26,12 @@ <version>0.10-SNAPSHOT</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinutil</artifactId> + <version>0.29-SNAPSHOT</version> + <scope>compile</scope> + </dependency> <!-- pour la compilation --> <dependency> <groupId>com.sun</groupId> Modified: trunk/jaxx/profiles.xml =================================================================== --- trunk/jaxx/profiles.xml 2008-01-13 20:25:53 UTC (rev 178) +++ trunk/jaxx/profiles.xml 2008-01-21 20:49:44 UTC (rev 179) @@ -17,13 +17,13 @@ <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/?root=buix</maven.scm.url> + <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:${username}@${labs.host}/svnroot/buix/trunk</maven.scm.developerConnection> + <maven.scm.developerConnection>scm:svn:svn+ssh:${username}@${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/buix/trunk</maven.scm.connection> + <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>