r355 - in trunk: . nuiton-processor/src/test/resources src
Author: tchemit Date: 2010-10-29 15:38:18 +0200 (Fri, 29 Oct 2010) New Revision: 355 Url: http://nuiton.org/repositories/revision/processor/355 Log: no more use of license project descriptor + update headers + do not add header on THIRD-PARTY.properties Removed: trunk/src/license/ Modified: trunk/nuiton-processor/src/test/resources/log4j.properties trunk/pom.xml Modified: trunk/nuiton-processor/src/test/resources/log4j.properties =================================================================== --- trunk/nuiton-processor/src/test/resources/log4j.properties 2010-10-29 08:29:37 UTC (rev 354) +++ trunk/nuiton-processor/src/test/resources/log4j.properties 2010-10-29 13:38:18 UTC (rev 355) @@ -1,3 +1,27 @@ +### +# #%L +# Nuiton Processor :: Api +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2002 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # Global logging configuration log4j.rootLogger=ERROR, stdout # Console output... Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-29 08:29:37 UTC (rev 354) +++ trunk/pom.xml 2010-10-29 13:38:18 UTC (rev 355) @@ -23,7 +23,9 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -259,10 +261,10 @@ <packaging>pom</packaging> <properties> - <!-- pour un muli module on doit fixer le projectId --> + <!-- pour un multi module on doit fixer le projectId --> <projectId>processor</projectId> - <!-- remove this when mavenpom >= 2.4 --> + <!-- remove this when mavenpom > 2.4 --> <helperPluginVersion>1.3-SNAPSHOT</helperPluginVersion> </properties> @@ -274,9 +276,27 @@ <scm> <connection>scm:svn:http://svn.nuiton.org/svn/processor/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/processor/trunk + <developerConnection> + scm:svn:http://svn.nuiton.org/svn/processor/trunk </developerConnection> <url>http://www.nuiton.org/repositories/browse/processor/trunk</url> </scm> + <build> + <pluginManagement> + <plugins> + <!-- remove this while using mavenpom > 2.4 --> + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>maven-license-plugin</artifactId> + <configuration> + <excludes> + <exclude>**/THIRD-PARTY.properties</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + </project>
participants (1)
-
tchemit@users.nuiton.org