Mavenpom-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- 1463 discussions
r860 - in trunk: mavenpom4labs/src/license mavenpom4redmine/src/license
by tchemit@users.nuiton.org 09 Apr '10
by tchemit@users.nuiton.org 09 Apr '10
09 Apr '10
Author: tchemit
Date: 2010-04-10 00:32:08 +0200 (Sat, 10 Apr 2010)
New Revision: 860
Log:
add license project descriptor
Added:
trunk/mavenpom4labs/src/license/project.xml
trunk/mavenpom4redmine/src/license/project.xml
Added: trunk/mavenpom4labs/src/license/project.xml
===================================================================
--- trunk/mavenpom4labs/src/license/project.xml (rev 0)
+++ trunk/mavenpom4labs/src/license/project.xml 2010-04-09 22:32:08 UTC (rev 860)
@@ -0,0 +1,57 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+ #%L
+ Mavenpom4labs
+
+ $Author: tchemit $
+ $LastChangedDate: 2010-04-09 23:58:01 +0200 (ven. 09 avril 2010) $
+ $LastChangedRevision: 858 $
+ $Id: pom.xml 858 2010-04-09 21:58:01Z tchemit $
+ $HeadURL: http://svn.nuiton.org/svn/mavenpom/trunk/pom.xml $
+ %%
+ Copyright (C) 2009 - 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/licenseProject-1.0.0.xsd">
+ <mainLicense>lgpl_v3</mainLicense>
+ <licenseSets>
+ <licenseSet>
+ <!--<licenseName>lgpl_v3</licenseName>-->
+ <fileSets>
+
+ <fileSet>
+ <headerType>apt</headerType>
+ <basedir>src/site</basedir>
+ <includes>
+ <include>**/*.apt</include>
+ </includes>
+ </fileSet>
+
+ <fileSet>
+ <headerType>xml</headerType>
+ <basedir>src/site</basedir>
+ <includes>
+ <include>**/*.xml</include>
+ </includes>
+ </fileSet>
+
+ </fileSets>
+ </licenseSet>
+ </licenseSets>
+</project>
Added: trunk/mavenpom4redmine/src/license/project.xml
===================================================================
--- trunk/mavenpom4redmine/src/license/project.xml (rev 0)
+++ trunk/mavenpom4redmine/src/license/project.xml 2010-04-09 22:32:08 UTC (rev 860)
@@ -0,0 +1,57 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+ #%L
+ Mavenpom4redmine
+
+ $Author: tchemit $
+ $LastChangedDate: 2010-04-09 23:58:01 +0200 (ven. 09 avril 2010) $
+ $LastChangedRevision: 858 $
+ $Id: pom.xml 858 2010-04-09 21:58:01Z tchemit $
+ $HeadURL: http://svn.nuiton.org/svn/mavenpom/trunk/pom.xml $
+ %%
+ Copyright (C) 2009 - 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/licenseProject-1.0.0.xsd">
+ <mainLicense>lgpl_v3</mainLicense>
+ <licenseSets>
+ <licenseSet>
+ <!--<licenseName>lgpl_v3</licenseName>-->
+ <fileSets>
+
+ <fileSet>
+ <headerType>apt</headerType>
+ <basedir>src/site</basedir>
+ <includes>
+ <include>**/*.apt</include>
+ </includes>
+ </fileSet>
+
+ <fileSet>
+ <headerType>xml</headerType>
+ <basedir>src/site</basedir>
+ <includes>
+ <include>**/*.xml</include>
+ </includes>
+ </fileSet>
+
+ </fileSets>
+ </licenseSet>
+ </licenseSets>
+</project>
1
0
r859 - in trunk: mavenpom4labs mavenpom4labs/src mavenpom4labs/src/site mavenpom4labs/src/site/apt mavenpom4labs/src/site/en/apt mavenpom4redmine/src mavenpom4redmine/src/site mavenpom4redmine/src/site/apt mavenpom4redmine/src/site/en/apt src/license src/site src/site/apt src/site/en/apt
by tchemit@users.nuiton.org 09 Apr '10
by tchemit@users.nuiton.org 09 Apr '10
09 Apr '10
Author: tchemit
Date: 2010-04-10 00:10:00 +0200 (Sat, 10 Apr 2010)
New Revision: 859
Log:
update headers for modules
Added:
trunk/mavenpom4labs/src/license/
trunk/mavenpom4redmine/src/license/
Modified:
trunk/mavenpom4labs/pom.xml
trunk/mavenpom4labs/src/site/apt/index.apt
trunk/mavenpom4labs/src/site/apt/minimalpom.apt
trunk/mavenpom4labs/src/site/apt/profiles.apt
trunk/mavenpom4labs/src/site/apt/properties.apt
trunk/mavenpom4labs/src/site/apt/release.apt
trunk/mavenpom4labs/src/site/en/apt/index.apt
trunk/mavenpom4labs/src/site/en/apt/minimalpom.apt
trunk/mavenpom4labs/src/site/en/apt/profiles.apt
trunk/mavenpom4labs/src/site/en/apt/properties.apt
trunk/mavenpom4labs/src/site/en/apt/release.apt
trunk/mavenpom4labs/src/site/site_en.xml
trunk/mavenpom4labs/src/site/site_fr.xml
trunk/mavenpom4redmine/src/site/apt/index.apt
trunk/mavenpom4redmine/src/site/apt/minimalpom.apt
trunk/mavenpom4redmine/src/site/apt/profiles.apt
trunk/mavenpom4redmine/src/site/apt/properties.apt
trunk/mavenpom4redmine/src/site/apt/release.apt
trunk/mavenpom4redmine/src/site/en/apt/index.apt
trunk/mavenpom4redmine/src/site/en/apt/minimalpom.apt
trunk/mavenpom4redmine/src/site/en/apt/profiles.apt
trunk/mavenpom4redmine/src/site/en/apt/properties.apt
trunk/mavenpom4redmine/src/site/en/apt/release.apt
trunk/mavenpom4redmine/src/site/site_en.xml
trunk/mavenpom4redmine/src/site/site_fr.xml
trunk/src/license/project.xml
trunk/src/site/apt/MavenProjectBestPratices.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/profiles.apt
trunk/src/site/apt/properties.apt
trunk/src/site/apt/release.apt
trunk/src/site/en/apt/MavenProjectBestPratices.apt
trunk/src/site/en/apt/index.apt
trunk/src/site/en/apt/profiles.apt
trunk/src/site/en/apt/properties.apt
trunk/src/site/en/apt/release.apt
trunk/src/site/site_en.xml
trunk/src/site/site_fr.xml
Modified: trunk/mavenpom4labs/pom.xml
===================================================================
--- trunk/mavenpom4labs/pom.xml 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/pom.xml 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,4 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Mavenpom4labs
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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.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">
Modified: trunk/mavenpom4labs/src/site/apt/index.apt
===================================================================
--- trunk/mavenpom4labs/src/site/apt/index.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/apt/index.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4labs
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4labs
~~~
-~~~ This program is free software: you can redistribute it and/or modify
-~~~ it under the terms of the GNU General Public License as
-~~~ published by the Free Software Foundation, either version 3 of the
-~~~ License, or (at your option) any later version.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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 Public
-~~~ License along with this program. If not, see
-~~~ <http://www.gnu.org/licenses/gpl-3.0.html>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4labs/src/site/apt/minimalpom.apt
===================================================================
--- trunk/mavenpom4labs/src/site/apt/minimalpom.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/apt/minimalpom.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4labs
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4labs
~~~
-~~~ This program is free software: you can redistribute it and/or modify
-~~~ it under the terms of the GNU General Public License as
-~~~ published by the Free Software Foundation, either version 3 of the
-~~~ License, or (at your option) any later version.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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 Public
-~~~ License along with this program. If not, see
-~~~ <http://www.gnu.org/licenses/gpl-3.0.html>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4labs/src/site/apt/profiles.apt
===================================================================
--- trunk/mavenpom4labs/src/site/apt/profiles.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/apt/profiles.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4labs
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4labs
~~~
-~~~ This program is free software: you can redistribute it and/or modify
-~~~ it under the terms of the GNU General Public License as
-~~~ published by the Free Software Foundation, either version 3 of the
-~~~ License, or (at your option) any later version.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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 Public
-~~~ License along with this program. If not, see
-~~~ <http://www.gnu.org/licenses/gpl-3.0.html>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4labs/src/site/apt/properties.apt
===================================================================
--- trunk/mavenpom4labs/src/site/apt/properties.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/apt/properties.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4labs
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4labs
~~~
-~~~ This program is free software: you can redistribute it and/or modify
-~~~ it under the terms of the GNU General Public License as
-~~~ published by the Free Software Foundation, either version 3 of the
-~~~ License, or (at your option) any later version.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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 Public
-~~~ License along with this program. If not, see
-~~~ <http://www.gnu.org/licenses/gpl-3.0.html>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4labs/src/site/apt/release.apt
===================================================================
--- trunk/mavenpom4labs/src/site/apt/release.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/apt/release.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4labs
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4labs
~~~
-~~~ This program is free software: you can redistribute it and/or modify
-~~~ it under the terms of the GNU General Public License as
-~~~ published by the Free Software Foundation, either version 3 of the
-~~~ License, or (at your option) any later version.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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 Public
-~~~ License along with this program. If not, see
-~~~ <http://www.gnu.org/licenses/gpl-3.0.html>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4labs/src/site/en/apt/index.apt
===================================================================
--- trunk/mavenpom4labs/src/site/en/apt/index.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/en/apt/index.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4labs
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4labs
~~~
-~~~ This program is free software: you can redistribute it and/or modify
-~~~ it under the terms of the GNU General Public License as
-~~~ published by the Free Software Foundation, either version 3 of the
-~~~ License, or (at your option) any later version.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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 Public
-~~~ License along with this program. If not, see
-~~~ <http://www.gnu.org/licenses/gpl-3.0.html>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4labs/src/site/en/apt/minimalpom.apt
===================================================================
--- trunk/mavenpom4labs/src/site/en/apt/minimalpom.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/en/apt/minimalpom.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4labs
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4labs
~~~
-~~~ This program is free software: you can redistribute it and/or modify
-~~~ it under the terms of the GNU General Public License as
-~~~ published by the Free Software Foundation, either version 3 of the
-~~~ License, or (at your option) any later version.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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 Public
-~~~ License along with this program. If not, see
-~~~ <http://www.gnu.org/licenses/gpl-3.0.html>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4labs/src/site/en/apt/profiles.apt
===================================================================
--- trunk/mavenpom4labs/src/site/en/apt/profiles.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/en/apt/profiles.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4labs
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4labs
~~~
-~~~ This program is free software: you can redistribute it and/or modify
-~~~ it under the terms of the GNU General Public License as
-~~~ published by the Free Software Foundation, either version 3 of the
-~~~ License, or (at your option) any later version.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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 Public
-~~~ License along with this program. If not, see
-~~~ <http://www.gnu.org/licenses/gpl-3.0.html>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4labs/src/site/en/apt/properties.apt
===================================================================
--- trunk/mavenpom4labs/src/site/en/apt/properties.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/en/apt/properties.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4labs
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4labs
~~~
-~~~ This program is free software: you can redistribute it and/or modify
-~~~ it under the terms of the GNU General Public License as
-~~~ published by the Free Software Foundation, either version 3 of the
-~~~ License, or (at your option) any later version.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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 Public
-~~~ License along with this program. If not, see
-~~~ <http://www.gnu.org/licenses/gpl-3.0.html>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4labs/src/site/en/apt/release.apt
===================================================================
--- trunk/mavenpom4labs/src/site/en/apt/release.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/en/apt/release.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4labs
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4labs
~~~
-~~~ This program is free software: you can redistribute it and/or modify
-~~~ it under the terms of the GNU General Public License as
-~~~ published by the Free Software Foundation, either version 3 of the
-~~~ License, or (at your option) any later version.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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 Public
-~~~ License along with this program. If not, see
-~~~ <http://www.gnu.org/licenses/gpl-3.0.html>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4labs/src/site/site_en.xml
===================================================================
--- trunk/mavenpom4labs/src/site/site_en.xml 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/site_en.xml 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- *##%
- Mavenpom4labs
- Copyright (C) 2010 CodeLutin
+ #%L
+ Mavenpom4labs
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 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.
+ 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 Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
- ##%*
+ 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 name="${project.name}">
Modified: trunk/mavenpom4labs/src/site/site_fr.xml
===================================================================
--- trunk/mavenpom4labs/src/site/site_fr.xml 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4labs/src/site/site_fr.xml 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- *##%
- Mavenpom4labs
- Copyright (C) 2010 CodeLutin
+ #%L
+ Mavenpom4labs
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 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.
+ 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 Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
- ##%*
+ 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 name="${project.name}">
Modified: trunk/mavenpom4redmine/src/site/apt/index.apt
===================================================================
--- trunk/mavenpom4redmine/src/site/apt/index.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/apt/index.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4redmine
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4redmine
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4redmine/src/site/apt/minimalpom.apt
===================================================================
--- trunk/mavenpom4redmine/src/site/apt/minimalpom.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/apt/minimalpom.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4redmine
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4redmine
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4redmine/src/site/apt/profiles.apt
===================================================================
--- trunk/mavenpom4redmine/src/site/apt/profiles.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/apt/profiles.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4redmine
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4redmine
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4redmine/src/site/apt/properties.apt
===================================================================
--- trunk/mavenpom4redmine/src/site/apt/properties.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/apt/properties.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4redmine
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4redmine
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4redmine/src/site/apt/release.apt
===================================================================
--- trunk/mavenpom4redmine/src/site/apt/release.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/apt/release.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom4redmine
-~~~ Copyright (C) 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom4redmine
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/mavenpom4redmine/src/site/en/apt/index.apt
===================================================================
--- trunk/mavenpom4redmine/src/site/en/apt/index.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/en/apt/index.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,5 +1,34 @@
+~~~ #%L
+~~~ Mavenpom4redmine
+~~~
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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%
+
+
+
+
~~~ *##%
~~~ Mavenpom4redmine
~~~ Copyright (C) 2010 CodeLutin
Modified: trunk/mavenpom4redmine/src/site/en/apt/minimalpom.apt
===================================================================
--- trunk/mavenpom4redmine/src/site/en/apt/minimalpom.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/en/apt/minimalpom.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,5 +1,34 @@
+~~~ #%L
+~~~ Mavenpom4redmine
+~~~
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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%
+
+
+
+
~~~ *##%
~~~ Mavenpom4redmine
~~~ Copyright (C) 2010 CodeLutin
Modified: trunk/mavenpom4redmine/src/site/en/apt/profiles.apt
===================================================================
--- trunk/mavenpom4redmine/src/site/en/apt/profiles.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/en/apt/profiles.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,5 +1,34 @@
+~~~ #%L
+~~~ Mavenpom4redmine
+~~~
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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%
+
+
+
+
~~~ *##%
~~~ Mavenpom4redmine
~~~ Copyright (C) 2010 CodeLutin
Modified: trunk/mavenpom4redmine/src/site/en/apt/properties.apt
===================================================================
--- trunk/mavenpom4redmine/src/site/en/apt/properties.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/en/apt/properties.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,5 +1,34 @@
+~~~ #%L
+~~~ Mavenpom4redmine
+~~~
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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%
+
+
+
+
~~~ *##%
~~~ Mavenpom4redmine
~~~ Copyright (C) 2010 CodeLutin
Modified: trunk/mavenpom4redmine/src/site/en/apt/release.apt
===================================================================
--- trunk/mavenpom4redmine/src/site/en/apt/release.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/en/apt/release.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,5 +1,34 @@
+~~~ #%L
+~~~ Mavenpom4redmine
+~~~
+~~~ $Author$
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
+~~~ %%
+~~~ Copyright (C) 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%
+
+
+
+
~~~ *##%
~~~ Mavenpom4redmine
~~~ Copyright (C) 2010 CodeLutin
Modified: trunk/mavenpom4redmine/src/site/site_en.xml
===================================================================
--- trunk/mavenpom4redmine/src/site/site_en.xml 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/site_en.xml 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- *##%
- Mavenpom4redmine
- Copyright (C) 2010 CodeLutin
+ #%L
+ Mavenpom4redmine
- 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.
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 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.
+ 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>.
- ##%*
+ 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 name="${project.name}">
Modified: trunk/mavenpom4redmine/src/site/site_fr.xml
===================================================================
--- trunk/mavenpom4redmine/src/site/site_fr.xml 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/mavenpom4redmine/src/site/site_fr.xml 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,23 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- *##%
- Mavenpom4redmine
- Copyright (C) 2010 CodeLutin
+ #%L
+ Mavenpom4redmine
- 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.
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 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.
+ 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>.
- ##%*
+ 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 name="${project.name}">
Modified: trunk/src/license/project.xml
===================================================================
--- trunk/src/license/project.xml 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/license/project.xml 2010-04-09 22:10:00 UTC (rev 859)
@@ -1,4 +1,31 @@
<?xml version='1.0' encoding='UTF-8'?>
+<!--
+ #%L
+ Mavenpom
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/licenseProject-1.0.0.xsd">
Modified: trunk/src/site/apt/MavenProjectBestPratices.apt
===================================================================
--- trunk/src/site/apt/MavenProjectBestPratices.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/apt/MavenProjectBestPratices.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -27,6 +27,7 @@
~~~ #L%
+
----
Maven 2 best pratices
----
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/apt/index.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -27,6 +27,7 @@
~~~ #L%
+
------
Maven nuiton pom
------
Modified: trunk/src/site/apt/profiles.apt
===================================================================
--- trunk/src/site/apt/profiles.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/apt/profiles.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -27,6 +27,7 @@
~~~ #L%
+
------
Profiles disponibles dans mavenpom
------
Modified: trunk/src/site/apt/properties.apt
===================================================================
--- trunk/src/site/apt/properties.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/apt/properties.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -27,6 +27,7 @@
~~~ #L%
+
------
Propriétés disponibles dans mavenpom
------
Modified: trunk/src/site/apt/release.apt
===================================================================
--- trunk/src/site/apt/release.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/apt/release.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -27,6 +27,7 @@
~~~ #L%
+
------
Effectuer une release
------
Modified: trunk/src/site/en/apt/MavenProjectBestPratices.apt
===================================================================
--- trunk/src/site/en/apt/MavenProjectBestPratices.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/en/apt/MavenProjectBestPratices.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -27,6 +27,7 @@
~~~ #L%
+
----
Maven 2 best pratices
----
Modified: trunk/src/site/en/apt/index.apt
===================================================================
--- trunk/src/site/en/apt/index.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/en/apt/index.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -27,6 +27,7 @@
~~~ #L%
+
------
Maven nuiton pom
------
Modified: trunk/src/site/en/apt/profiles.apt
===================================================================
--- trunk/src/site/en/apt/profiles.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/en/apt/profiles.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -27,6 +27,7 @@
~~~ #L%
+
------
Available profiles in mavenpom
------
Modified: trunk/src/site/en/apt/properties.apt
===================================================================
--- trunk/src/site/en/apt/properties.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/en/apt/properties.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -27,6 +27,7 @@
~~~ #L%
+
------
Available properties in mavenpom
------
Modified: trunk/src/site/en/apt/release.apt
===================================================================
--- trunk/src/site/en/apt/release.apt 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/en/apt/release.apt 2010-04-09 22:10:00 UTC (rev 859)
@@ -27,6 +27,7 @@
~~~ #L%
+
------
Make a release from mavenpom4redmine
------
Modified: trunk/src/site/site_en.xml
===================================================================
--- trunk/src/site/site_en.xml 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/site_en.xml 2010-04-09 22:10:00 UTC (rev 859)
@@ -26,6 +26,7 @@
<http://www.gnu.org/licenses/lgpl-3.0.html>.
#L%
+
-->
<project name="${project.name}">
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-04-09 21:58:01 UTC (rev 858)
+++ trunk/src/site/site_fr.xml 2010-04-09 22:10:00 UTC (rev 859)
@@ -26,6 +26,7 @@
<http://www.gnu.org/licenses/lgpl-3.0.html>.
#L%
+
-->
<project name="${project.name}">
1
0
Author: tchemit
Date: 2010-04-09 23:58:01 +0200 (Fri, 09 Apr 2010)
New Revision: 858
Log:
fix headers
Modified:
trunk/pom.xml
trunk/src/site/site_en.xml
trunk/src/site/site_fr.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-09 21:56:07 UTC (rev 857)
+++ trunk/pom.xml 2010-04-09 21:58:01 UTC (rev 858)
@@ -1,10 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Author$
- $LastChangedDate$
- $LastChangedRevision$
- $Id$
- $HeadURL$
+ #%L
+ Mavenpom
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Modified: trunk/src/site/site_en.xml
===================================================================
--- trunk/src/site/site_en.xml 2010-04-09 21:56:07 UTC (rev 857)
+++ trunk/src/site/site_en.xml 2010-04-09 21:58:01 UTC (rev 858)
@@ -2,6 +2,7 @@
<!--
#%L
Mavenpom
+
$Author$
$LastChangedDate$
$LastChangedRevision$
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-04-09 21:56:07 UTC (rev 857)
+++ trunk/src/site/site_fr.xml 2010-04-09 21:58:01 UTC (rev 858)
@@ -2,6 +2,7 @@
<!--
#%L
Mavenpom
+
$Author$
$LastChangedDate$
$LastChangedRevision$
1
0
r857 - in trunk: . mavenpom4labs mavenpom4labs/src/site mavenpom4labs/src/site/apt mavenpom4labs/src/site/en/apt mavenpom4redmine mavenpom4redmine/src/site mavenpom4redmine/src/site/apt mavenpom4redmine/src/site/en/apt src/license src/site src/site/apt src/site/en/apt
by tchemit@users.nuiton.org 09 Apr '10
by tchemit@users.nuiton.org 09 Apr '10
09 Apr '10
Author: tchemit
Date: 2010-04-09 23:56:07 +0200 (Fri, 09 Apr 2010)
New Revision: 857
Log:
update svn keywords
Modified:
trunk/LICENSE.txt
trunk/README.txt
trunk/changelog.txt
trunk/mavenpom4labs/LICENSE.txt
trunk/mavenpom4labs/README.txt
trunk/mavenpom4labs/changelog.txt
trunk/mavenpom4labs/pom.xml
trunk/mavenpom4labs/src/site/apt/index.apt
trunk/mavenpom4labs/src/site/apt/minimalpom.apt
trunk/mavenpom4labs/src/site/apt/profiles.apt
trunk/mavenpom4labs/src/site/apt/properties.apt
trunk/mavenpom4labs/src/site/apt/release.apt
trunk/mavenpom4labs/src/site/en/apt/index.apt
trunk/mavenpom4labs/src/site/en/apt/minimalpom.apt
trunk/mavenpom4labs/src/site/en/apt/profiles.apt
trunk/mavenpom4labs/src/site/en/apt/properties.apt
trunk/mavenpom4labs/src/site/en/apt/release.apt
trunk/mavenpom4labs/src/site/site_en.xml
trunk/mavenpom4labs/src/site/site_fr.xml
trunk/mavenpom4redmine/LICENSE.txt
trunk/mavenpom4redmine/README.txt
trunk/mavenpom4redmine/changelog.txt
trunk/mavenpom4redmine/pom.xml
trunk/mavenpom4redmine/src/site/apt/index.apt
trunk/mavenpom4redmine/src/site/apt/minimalpom.apt
trunk/mavenpom4redmine/src/site/apt/profiles.apt
trunk/mavenpom4redmine/src/site/apt/properties.apt
trunk/mavenpom4redmine/src/site/apt/release.apt
trunk/mavenpom4redmine/src/site/en/apt/index.apt
trunk/mavenpom4redmine/src/site/en/apt/minimalpom.apt
trunk/mavenpom4redmine/src/site/en/apt/profiles.apt
trunk/mavenpom4redmine/src/site/en/apt/properties.apt
trunk/mavenpom4redmine/src/site/en/apt/release.apt
trunk/mavenpom4redmine/src/site/site_en.xml
trunk/mavenpom4redmine/src/site/site_fr.xml
trunk/src/license/project.xml
trunk/src/site/apt/MavenProjectBestPratices.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/profiles.apt
trunk/src/site/apt/properties.apt
trunk/src/site/apt/release.apt
trunk/src/site/en/apt/MavenProjectBestPratices.apt
trunk/src/site/en/apt/index.apt
trunk/src/site/en/apt/profiles.apt
trunk/src/site/en/apt/properties.apt
trunk/src/site/en/apt/release.apt
trunk/src/site/site_en.xml
trunk/src/site/site_fr.xml
Property changes on: trunk/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/README.txt
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Author Date Id Revision HeadURL
Property changes on: trunk/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/README.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/pom.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/apt/minimalpom.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/apt/profiles.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/apt/properties.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/apt/release.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/en/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/en/apt/minimalpom.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/en/apt/profiles.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/en/apt/properties.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/en/apt/release.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/site_en.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4labs/src/site/site_fr.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/README.txt
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/pom.xml
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/apt/minimalpom.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/apt/profiles.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/apt/properties.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/apt/release.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/en/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/en/apt/minimalpom.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/en/apt/profiles.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/en/apt/properties.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/en/apt/release.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/site_en.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/mavenpom4redmine/src/site/site_fr.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/license/project.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/apt/MavenProjectBestPratices.apt
===================================================================
--- trunk/src/site/apt/MavenProjectBestPratices.apt 2010-04-09 21:50:18 UTC (rev 856)
+++ trunk/src/site/apt/MavenProjectBestPratices.apt 2010-04-09 21:56:07 UTC (rev 857)
@@ -4,10 +4,10 @@
~~~ Mavenpom
~~~
~~~ $Author$
-~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
-~~~ $LastChangedRevision: 1728 $
-~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
-~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
~~~ %%
~~~ Copyright (C) 2009 - 2010 CodeLutin
~~~ %%
Property changes on: trunk/src/site/apt/MavenProjectBestPratices.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-09 21:50:18 UTC (rev 856)
+++ trunk/src/site/apt/index.apt 2010-04-09 21:56:07 UTC (rev 857)
@@ -4,10 +4,10 @@
~~~ Mavenpom
~~~
~~~ $Author$
-~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
-~~~ $LastChangedRevision: 1728 $
-~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
-~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
~~~ %%
~~~ Copyright (C) 2009 - 2010 CodeLutin
~~~ %%
Property changes on: trunk/src/site/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/apt/profiles.apt
===================================================================
--- trunk/src/site/apt/profiles.apt 2010-04-09 21:50:18 UTC (rev 856)
+++ trunk/src/site/apt/profiles.apt 2010-04-09 21:56:07 UTC (rev 857)
@@ -4,10 +4,10 @@
~~~ Mavenpom
~~~
~~~ $Author$
-~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
-~~~ $LastChangedRevision: 1728 $
-~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
-~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
~~~ %%
~~~ Copyright (C) 2009 - 2010 CodeLutin
~~~ %%
Property changes on: trunk/src/site/apt/profiles.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/apt/properties.apt
===================================================================
--- trunk/src/site/apt/properties.apt 2010-04-09 21:50:18 UTC (rev 856)
+++ trunk/src/site/apt/properties.apt 2010-04-09 21:56:07 UTC (rev 857)
@@ -4,10 +4,10 @@
~~~ Mavenpom
~~~
~~~ $Author$
-~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
-~~~ $LastChangedRevision: 1728 $
-~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
-~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
~~~ %%
~~~ Copyright (C) 2009 - 2010 CodeLutin
~~~ %%
Property changes on: trunk/src/site/apt/properties.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/apt/release.apt
===================================================================
--- trunk/src/site/apt/release.apt 2010-04-09 21:50:18 UTC (rev 856)
+++ trunk/src/site/apt/release.apt 2010-04-09 21:56:07 UTC (rev 857)
@@ -4,10 +4,10 @@
~~~ Mavenpom
~~~
~~~ $Author$
-~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
-~~~ $LastChangedRevision: 1728 $
-~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
-~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
~~~ %%
~~~ Copyright (C) 2009 - 2010 CodeLutin
~~~ %%
Property changes on: trunk/src/site/apt/release.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/en/apt/MavenProjectBestPratices.apt
===================================================================
--- trunk/src/site/en/apt/MavenProjectBestPratices.apt 2010-04-09 21:50:18 UTC (rev 856)
+++ trunk/src/site/en/apt/MavenProjectBestPratices.apt 2010-04-09 21:56:07 UTC (rev 857)
@@ -4,10 +4,10 @@
~~~ Mavenpom
~~~
~~~ $Author$
-~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
-~~~ $LastChangedRevision: 1728 $
-~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
-~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
~~~ %%
~~~ Copyright (C) 2009 - 2010 CodeLutin
~~~ %%
Property changes on: trunk/src/site/en/apt/MavenProjectBestPratices.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/en/apt/index.apt
===================================================================
--- trunk/src/site/en/apt/index.apt 2010-04-09 21:50:18 UTC (rev 856)
+++ trunk/src/site/en/apt/index.apt 2010-04-09 21:56:07 UTC (rev 857)
@@ -4,10 +4,10 @@
~~~ Mavenpom
~~~
~~~ $Author$
-~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
-~~~ $LastChangedRevision: 1728 $
-~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
-~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
~~~ %%
~~~ Copyright (C) 2009 - 2010 CodeLutin
~~~ %%
Property changes on: trunk/src/site/en/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/en/apt/profiles.apt
===================================================================
--- trunk/src/site/en/apt/profiles.apt 2010-04-09 21:50:18 UTC (rev 856)
+++ trunk/src/site/en/apt/profiles.apt 2010-04-09 21:56:07 UTC (rev 857)
@@ -4,10 +4,10 @@
~~~ Mavenpom
~~~
~~~ $Author$
-~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
-~~~ $LastChangedRevision: 1728 $
-~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
-~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
~~~ %%
~~~ Copyright (C) 2009 - 2010 CodeLutin
~~~ %%
Property changes on: trunk/src/site/en/apt/profiles.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/en/apt/properties.apt
===================================================================
--- trunk/src/site/en/apt/properties.apt 2010-04-09 21:50:18 UTC (rev 856)
+++ trunk/src/site/en/apt/properties.apt 2010-04-09 21:56:07 UTC (rev 857)
@@ -4,10 +4,10 @@
~~~ Mavenpom
~~~
~~~ $Author$
-~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
-~~~ $LastChangedRevision: 1728 $
-~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
-~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
~~~ %%
~~~ Copyright (C) 2009 - 2010 CodeLutin
~~~ %%
Property changes on: trunk/src/site/en/apt/properties.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/src/site/en/apt/release.apt
===================================================================
--- trunk/src/site/en/apt/release.apt 2010-04-09 21:50:18 UTC (rev 856)
+++ trunk/src/site/en/apt/release.apt 2010-04-09 21:56:07 UTC (rev 857)
@@ -4,10 +4,10 @@
~~~ Mavenpom
~~~
~~~ $Author$
-~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
-~~~ $LastChangedRevision: 1728 $
-~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
-~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ $LastChangedDate$
+~~~ $LastChangedRevision$
+~~~ $Id$
+~~~ $HeadURL$
~~~ %%
~~~ Copyright (C) 2009 - 2010 CodeLutin
~~~ %%
Property changes on: trunk/src/site/en/apt/release.apt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/site_en.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/site_fr.xml
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
1
0
09 Apr '10
Author: tchemit
Date: 2010-04-09 23:50:18 +0200 (Fri, 09 Apr 2010)
New Revision: 856
Log:
- addSvnKeyWords in update-license profile
- apply new headers (remove older)
Modified:
trunk/pom.xml
trunk/src/site/apt/MavenProjectBestPratices.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/profiles.apt
trunk/src/site/apt/properties.apt
trunk/src/site/apt/release.apt
trunk/src/site/en/apt/MavenProjectBestPratices.apt
trunk/src/site/en/apt/index.apt
trunk/src/site/en/apt/profiles.apt
trunk/src/site/en/apt/properties.apt
trunk/src/site/en/apt/release.apt
trunk/src/site/site_en.xml
trunk/src/site/site_fr.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/pom.xml 2010-04-09 21:50:18 UTC (rev 856)
@@ -1115,6 +1115,9 @@
<goals>
<goal>update-license</goal>
</goals>
+ <configuration>
+ <addSvnKeyWords>true</addSvnKeyWords>
+ </configuration>
<phase>process-resources</phase>
</execution>
</executions>
Modified: trunk/src/site/apt/MavenProjectBestPratices.apt
===================================================================
--- trunk/src/site/apt/MavenProjectBestPratices.apt 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/apt/MavenProjectBestPratices.apt 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom
-~~~ Copyright (C) 2009 - 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
+~~~ $LastChangedRevision: 1728 $
+~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
+~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ %%
+~~~ Copyright (C) 2009 - 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
----
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/apt/index.apt 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom
-~~~ Copyright (C) 2009 - 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
+~~~ $LastChangedRevision: 1728 $
+~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
+~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ %%
+~~~ Copyright (C) 2009 - 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/src/site/apt/profiles.apt
===================================================================
--- trunk/src/site/apt/profiles.apt 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/apt/profiles.apt 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom
-~~~ Copyright (C) 2009 - 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
+~~~ $LastChangedRevision: 1728 $
+~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
+~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ %%
+~~~ Copyright (C) 2009 - 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/src/site/apt/properties.apt
===================================================================
--- trunk/src/site/apt/properties.apt 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/apt/properties.apt 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom
-~~~ Copyright (C) 2009 - 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
+~~~ $LastChangedRevision: 1728 $
+~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
+~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ %%
+~~~ Copyright (C) 2009 - 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/src/site/apt/release.apt
===================================================================
--- trunk/src/site/apt/release.apt 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/apt/release.apt 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom
-~~~ Copyright (C) 2009 - 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
+~~~ $LastChangedRevision: 1728 $
+~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
+~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ %%
+~~~ Copyright (C) 2009 - 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/src/site/en/apt/MavenProjectBestPratices.apt
===================================================================
--- trunk/src/site/en/apt/MavenProjectBestPratices.apt 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/en/apt/MavenProjectBestPratices.apt 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom
-~~~ Copyright (C) 2009 - 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
+~~~ $LastChangedRevision: 1728 $
+~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
+~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ %%
+~~~ Copyright (C) 2009 - 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
----
Modified: trunk/src/site/en/apt/index.apt
===================================================================
--- trunk/src/site/en/apt/index.apt 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/en/apt/index.apt 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom
-~~~ Copyright (C) 2009 - 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
+~~~ $LastChangedRevision: 1728 $
+~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
+~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ %%
+~~~ Copyright (C) 2009 - 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/src/site/en/apt/profiles.apt
===================================================================
--- trunk/src/site/en/apt/profiles.apt 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/en/apt/profiles.apt 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom
-~~~ Copyright (C) 2009 - 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
+~~~ $LastChangedRevision: 1728 $
+~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
+~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ %%
+~~~ Copyright (C) 2009 - 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/src/site/en/apt/properties.apt
===================================================================
--- trunk/src/site/en/apt/properties.apt 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/en/apt/properties.apt 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom
-~~~ Copyright (C) 2009 - 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
+~~~ $LastChangedRevision: 1728 $
+~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
+~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ %%
+~~~ Copyright (C) 2009 - 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/src/site/en/apt/release.apt
===================================================================
--- trunk/src/site/en/apt/release.apt 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/en/apt/release.apt 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
-~~~ *##%
-~~~ Mavenpom
-~~~ Copyright (C) 2009 - 2010 CodeLutin
+~~~ #%L
+~~~ Mavenpom
~~~
-~~~ 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.
+~~~ $Author$
+~~~ $LastChangedDate: 2010-04-09 23:25:47 +0200 (ven. 09 avril 2010) $
+~~~ $LastChangedRevision: 1728 $
+~~~ $Id: UpdateLicenseMojo.java 1728 2010-04-09 21:25:47Z tchemit $
+~~~ $HeadURL: http://svn.nuiton.org/svn/maven-license-plugin/trunk/src/main/java/org/nuit… $
+~~~ %%
+~~~ Copyright (C) 2009 - 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.
+~~~ 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>.
-~~~ ##%*
+~~~ 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%
------
Modified: trunk/src/site/site_en.xml
===================================================================
--- trunk/src/site/site_en.xml 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/site_en.xml 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- *##%
- Mavenpom
- Copyright (C) 2009 - 2010 CodeLutin
+ #%L
+ Mavenpom
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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%
- 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>.
- ##%*
-->
<project name="${project.name}">
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-04-09 20:42:47 UTC (rev 855)
+++ trunk/src/site/site_fr.xml 2010-04-09 21:50:18 UTC (rev 856)
@@ -1,23 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- *##%
- Mavenpom
- Copyright (C) 2009 - 2010 CodeLutin
+ #%L
+ Mavenpom
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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%
- 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>.
- ##%*
-->
<project name="${project.name}">
1
0
Author: tchemit
Date: 2010-04-09 22:42:47 +0200 (Fri, 09 Apr 2010)
New Revision: 855
Log:
add svn keywords
Modified:
trunk/pom.xml
Property changes on: trunk/pom.xml
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Author Date Id Revision HeadURL
1
0
Author: tchemit
Date: 2010-04-09 22:42:21 +0200 (Fri, 09 Apr 2010)
New Revision: 854
Log:
add svn keywords
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-09 20:41:35 UTC (rev 853)
+++ trunk/pom.xml 2010-04-09 20:42:21 UTC (rev 854)
@@ -3,6 +3,8 @@
$Author$
$LastChangedDate$
$LastChangedRevision$
+ $Id$
+ $HeadURL$
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1
0
Author: tchemit
Date: 2010-04-09 22:41:35 +0200 (Fri, 09 Apr 2010)
New Revision: 853
Log:
add svn keywords
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-09 20:40:09 UTC (rev 852)
+++ trunk/pom.xml 2010-04-09 20:41:35 UTC (rev 853)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Author $Author$ <chemit(a)codelutin.com>
- Last modified date : $Date$
- Last revision : $Revision$
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1
0
Author: tchemit
Date: 2010-04-09 22:40:09 +0200 (Fri, 09 Apr 2010)
New Revision: 852
Log:
add svn keywords
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-09 20:33:42 UTC (rev 851)
+++ trunk/pom.xml 2010-04-09 20:40:09 UTC (rev 852)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Author: tchemit <chemit(a)codelutin.com>
- $Date :
- $Revision :
+ Author $Author$ <chemit(a)codelutin.com>
+ Last modified date : $Date$
+ Last revision : $Revision$
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1
0
Author: tchemit
Date: 2010-04-09 22:33:42 +0200 (Fri, 09 Apr 2010)
New Revision: 851
Log:
add svn keywords
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-09 20:20:38 UTC (rev 850)
+++ trunk/pom.xml 2010-04-09 20:33:42 UTC (rev 851)
@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ $Author: tchemit <chemit(a)codelutin.com>
+ $Date :
+ $Revision :
+-->
<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">
1
0