[Lutinutil-commits] r1024 - trunk/lutinutil
Author: tchemit Date: 2008-08-15 13:23:55 +0000 (Fri, 15 Aug 2008) New Revision: 1024 Modified: trunk/lutinutil/pom.xml Log: permettre d'ajouter une url a nimporte quel classloader meilleur log dans I18nBundleEntry possibilite de recuperer les urls scannees par I18nBundleManager pom ameliore (suite a modifs dans lutinproject) Modified: trunk/lutinutil/pom.xml =================================================================== --- trunk/lutinutil/pom.xml 2008-08-15 13:23:40 UTC (rev 1023) +++ trunk/lutinutil/pom.xml 2008-08-15 13:23:55 UTC (rev 1024) @@ -57,7 +57,8 @@ <version>0.30-SNAPSHOT</version> <description>Library of usefull class to be used in any project.</description> <inceptionYear>2004</inceptionYear> - + <url>${labs.project.url}</url> + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -69,8 +70,8 @@ <!-- id du projet du labs --> <labs.id>12</labs.id> - <!-- nom du projet sur le labs , il est egal a artifactId donc pas besoin de surcharger --> - <!--labs.project>${pom.artifactId}</labs.project--> + <!-- nom du projet sur le labs --> + <labs.project>${pom.artifactId}</labs.project> <!-- TODO remove this as soon as tests are fixed --> <maven.test.testFailureIgnore>true</maven.test.testFailureIgnore>
participants (1)
-
tchemit@users.labs.libre-entreprise.org