r1953 - in trunk: . src/license src/main/java/org/nuiton/util src/test/resources src/test/resources/properties
Author: tchemit Date: 2010-11-18 16:06:22 +0100 (Thu, 18 Nov 2010) New Revision: 1953 Url: http://nuiton.org/repositories/revision/nuiton-utils/1953 Log: Evolution #1066: Use new maven-license-plugin mecanism to update file headers Removed: trunk/src/license/project.xml Modified: trunk/pom.xml trunk/src/main/java/org/nuiton/util/package.html trunk/src/test/resources/log4j.properties trunk/src/test/resources/properties/recursive.properties trunk/src/test/resources/properties/windows.properties Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-18 14:49:28 UTC (rev 1952) +++ trunk/pom.xml 2010-11-18 15:06:22 UTC (rev 1953) @@ -146,6 +146,22 @@ </plugins> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>maven-license-plugin</artifactId> + <configuration> + <!-- remove this while using mavenpom > 2.4 --> + <excludes> + <exclude>**/THIRD-PARTY.properties</exclude> + <exclude>**/i18n/*.properties</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> <!-- ************************************************************* --> Deleted: trunk/src/license/project.xml =================================================================== --- trunk/src/license/project.xml 2010-11-18 14:49:28 UTC (rev 1952) +++ trunk/src/license/project.xml 2010-11-18 15:06:22 UTC (rev 1953) @@ -1,75 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!-- - #%L - Nuiton Utils - - $Id$ - $HeadURL$ - %% - Copyright (C) 2004 - 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% - --> - -<project xmlns="http://maven-site.nuiton.org/maven-license-plugin/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven-site.nuiton.org/maven-license-plugin/1.0.0 http://maven-site.nuiton.org/maven-license-plugin/licenseProjectDescriptor-1.0.0.xsd"> - <mainLicense>lgpl_v3</mainLicense> - - <headers> - - <header> - <commentStyle>java</commentStyle> - <fileSets> - <fileSet> - <basedir>src/main/java</basedir> - <include>**/*.java</include> - </fileSet> - <fileSet> - <basedir>src/test/java</basedir> - <include>**/*.java</include> - </fileSet> - </fileSets> - </header> - - <header> - <commentStyle>apt</commentStyle> - <fileSet> - <basedir>src/site</basedir> - <include>**/*.apt</include> - </fileSet> - </header> - - <header> - <commentStyle>xml</commentStyle> - <fileSets> - <fileSet> - <basedir>src/site</basedir> - <include>**/*.xml</include> - </fileSet> - <fileSet> - <basedir>/</basedir> - <includes> - <include>pom.xml</include> - <include>src/license/project.xml</include> - </includes> - </fileSet> - </fileSets> - </header> - - </headers> - -</project> Modified: trunk/src/main/java/org/nuiton/util/package.html =================================================================== --- trunk/src/main/java/org/nuiton/util/package.html 2010-11-18 14:49:28 UTC (rev 1952) +++ trunk/src/main/java/org/nuiton/util/package.html 2010-11-18 15:06:22 UTC (rev 1953) @@ -1,3 +1,27 @@ +<!-- + #%L + Nuiton Utils + + $Id$ + $HeadURL$ + %% + Copyright (C) 2004 - 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% + --> <html> <body> <h1>Nuiton-utils</h1> Modified: trunk/src/test/resources/log4j.properties =================================================================== --- trunk/src/test/resources/log4j.properties 2010-11-18 14:49:28 UTC (rev 1952) +++ trunk/src/test/resources/log4j.properties 2010-11-18 15:06:22 UTC (rev 1953) @@ -1,3 +1,27 @@ +### +# #%L +# Nuiton Utils +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2004 - 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/src/test/resources/properties/recursive.properties =================================================================== --- trunk/src/test/resources/properties/recursive.properties 2010-11-18 14:49:28 UTC (rev 1952) +++ trunk/src/test/resources/properties/recursive.properties 2010-11-18 15:06:22 UTC (rev 1953) @@ -1,2 +1,26 @@ +### +# #%L +# Nuiton Utils +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2004 - 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% +### username=World helloWorld=Hello ${username} ! \ No newline at end of file Modified: trunk/src/test/resources/properties/windows.properties =================================================================== --- trunk/src/test/resources/properties/windows.properties 2010-11-18 14:49:28 UTC (rev 1952) +++ trunk/src/test/resources/properties/windows.properties 2010-11-18 15:06:22 UTC (rev 1953) @@ -1,3 +1,27 @@ +### +# #%L +# Nuiton Utils +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2004 - 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% +### vcs.ssh.keyFile=C\:\\Documents and Settings\\guest\\.ssh\\id_rsa compilation.directory=E\:\\isis-build simulator.password=guest
participants (1)
-
tchemit@users.nuiton.org