Author: tchemit Date: 2010-10-17 01:04:30 +0200 (Sun, 17 Oct 2010) New Revision: 1849 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1849 Log: remove license project descriptor, use new mode of updating file header Removed: trunk/src/license/project.xml Deleted: trunk/src/license/project.xml =================================================================== --- trunk/src/license/project.xml 2010-10-16 23:02:55 UTC (rev 1848) +++ trunk/src/license/project.xml 2010-10-16 23:04:30 UTC (rev 1849) @@ -1,68 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!-- - #%L - Maven License Plugin - $Id$ - $HeadURL$ - %% - Copyright (C) 2008 - 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> - <fileSet> - <basedir>src/target/generated-sources/modello</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> - <fileSet> - <basedir>src/site</basedir> - <include>**/*.xml</include> - </fileSet> - </header> - - </headers> - -</project>
participants (1)
-
tchemit@users.nuiton.org