Author: tchemit Date: 2009-08-29 23:29:46 +0200 (Sat, 29 Aug 2009) New Revision: 558 Modified: trunk/pom.xml Log: use local license file Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-29 18:25:45 UTC (rev 557) +++ trunk/pom.xml 2009-08-29 21:29:46 UTC (rev 558) @@ -22,12 +22,13 @@ <licenses> <license> - <name>LGPL</name> - <url>http://www.gnu.org/licenses/lgpl.txt</url> - <distribution>repo</distribution> + <name>Lesser General Public License (LGPL)</name> + <!--<url>http://www.gnu.org/licenses/lgpl.txt</url>--> + <url>${project.basedir}/LICENSE.txt</url> + <distribution>local</distribution> </license> </licenses> - + <packaging>jar</packaging> <properties>
participants (1)
-
tchemit@users.nuiton.org