r617 - in trunk: . src/main/resources src/main/resources/META-INF/maven src/main/resources/css src/main/resources/images src/main/resources/images/logos src/site src/site/apt src/site/en/apt
Author: tchemit Date: 2010-10-23 14:30:48 +0200 (Sat, 23 Oct 2010) New Revision: 617 Url: http://nuiton.org/repositories/revision/maven-nuiton-skin/617 Log: Evolution #980: Updates mavenpom4redmineAndCentral to 2.4 Evolution #981: Add license headers on files Add svn keywords Modified: trunk/LICENSE.txt trunk/README.txt trunk/changelog.txt trunk/pom.xml trunk/src/main/resources/META-INF/maven/site.vm trunk/src/main/resources/css/maven-base.css trunk/src/main/resources/css/maven-theme.css trunk/src/main/resources/css/nuiton.css trunk/src/main/resources/css/print.css trunk/src/main/resources/images/argouml-logo.png trunk/src/main/resources/images/collapsed.gif trunk/src/main/resources/images/expanded.gif trunk/src/main/resources/images/external.png trunk/src/main/resources/images/icon_error_sml.gif trunk/src/main/resources/images/icon_info_sml.gif trunk/src/main/resources/images/icon_success_sml.gif trunk/src/main/resources/images/icon_warning_sml.gif trunk/src/main/resources/images/jaxx-logo.png trunk/src/main/resources/images/jrst-logo.png trunk/src/main/resources/images/logos/build-by-maven-black.png trunk/src/main/resources/images/logos/build-by-maven-white.png trunk/src/main/resources/images/logos/maven-feather.png trunk/src/main/resources/images/newwindow.png trunk/src/main/resources/images/paypal.gif trunk/src/main/resources/images/paypal_en.gif trunk/src/main/resources/images/restructuredtext-logo.png trunk/src/main/resources/images/topia-logo.png trunk/src/main/resources/maven-nuiton-skin.properties trunk/src/main/resources/maven-nuiton-skin_en.properties trunk/src/main/resources/maven-nuiton-skin_fr.properties trunk/src/site/apt/index.apt trunk/src/site/en/apt/index.apt trunk/src/site/site_en.xml trunk/src/site/site_fr.xml Property changes on: trunk/LICENSE.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/README.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/changelog.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/pom.xml 2010-10-23 12:30:48 UTC (rev 617) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>2.3.2</version> + <version>2.4-SNAPSHOT</version> </parent> <artifactId>maven-nuiton-skin</artifactId> Property changes on: trunk/pom.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/META-INF/maven/site.vm ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/main/resources/css/maven-base.css =================================================================== --- trunk/src/main/resources/css/maven-base.css 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/main/resources/css/maven-base.css 2010-10-23 12:30:48 UTC (rev 617) @@ -1,3 +1,27 @@ +/* + * #%L + * Maven Nuiton Skin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2006 - 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% + */ body { margin: 0px; padding: 0px; Property changes on: trunk/src/main/resources/css/maven-base.css ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/main/resources/css/maven-theme.css =================================================================== --- trunk/src/main/resources/css/maven-theme.css 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/main/resources/css/maven-theme.css 2010-10-23 12:30:48 UTC (rev 617) @@ -1,4 +1,28 @@ /* + * #%L + * Maven Nuiton Skin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2006 - 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% + */ +/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information Property changes on: trunk/src/main/resources/css/maven-theme.css ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/main/resources/css/nuiton.css =================================================================== --- trunk/src/main/resources/css/nuiton.css 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/main/resources/css/nuiton.css 2010-10-23 12:30:48 UTC (rev 617) @@ -1,3 +1,27 @@ +/* + * #%L + * Maven Nuiton Skin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2006 - 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% + */ #bannerLeft { float: left; } Property changes on: trunk/src/main/resources/css/nuiton.css ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/main/resources/css/print.css =================================================================== --- trunk/src/main/resources/css/print.css 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/main/resources/css/print.css 2010-10-23 12:30:48 UTC (rev 617) @@ -1,3 +1,27 @@ +/* + * #%L + * Maven Nuiton Skin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2006 - 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% + */ #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { display: none !important; } Property changes on: trunk/src/main/resources/css/print.css ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/argouml-logo.png ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/collapsed.gif ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/expanded.gif ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/external.png ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/icon_error_sml.gif ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/icon_info_sml.gif ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/icon_success_sml.gif ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/icon_warning_sml.gif ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/jaxx-logo.png ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/jrst-logo.png ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/logos/build-by-maven-black.png ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/logos/build-by-maven-white.png ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/logos/maven-feather.png ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/newwindow.png ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/paypal.gif ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/paypal_en.gif ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/restructuredtext-logo.png ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/src/main/resources/images/topia-logo.png ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/main/resources/maven-nuiton-skin.properties =================================================================== --- trunk/src/main/resources/maven-nuiton-skin.properties 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/main/resources/maven-nuiton-skin.properties 2010-10-23 12:30:48 UTC (rev 617) @@ -1,3 +1,27 @@ +### +# #%L +# Maven Nuiton Skin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2006 - 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% +### whymakedonate=Why make a donate whymakedonate.url=http://www.codelutin.com/whymakedonate/en edit.scm.page=Edit page Property changes on: trunk/src/main/resources/maven-nuiton-skin.properties ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/main/resources/maven-nuiton-skin_en.properties =================================================================== --- trunk/src/main/resources/maven-nuiton-skin_en.properties 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/main/resources/maven-nuiton-skin_en.properties 2010-10-23 12:30:48 UTC (rev 617) @@ -1,3 +1,27 @@ +### +# #%L +# Maven Nuiton Skin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2006 - 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% +### whymakedonate=Why make a donate whymakedonate.url=http://www.codelutin.com/whymakedonate/en edit.scm.page=Edit page Property changes on: trunk/src/main/resources/maven-nuiton-skin_en.properties ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/main/resources/maven-nuiton-skin_fr.properties =================================================================== --- trunk/src/main/resources/maven-nuiton-skin_fr.properties 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/main/resources/maven-nuiton-skin_fr.properties 2010-10-23 12:30:48 UTC (rev 617) @@ -1,3 +1,27 @@ +### +# #%L +# Maven Nuiton Skin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2006 - 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% +### whymakedonate=Pourquoi faire un don whymakedonate.url=http://www.codelutin.com/whymakedonate/fr edit.scm.page=Editer la page Property changes on: trunk/src/main/resources/maven-nuiton-skin_fr.properties ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/site/apt/index.apt 2010-10-23 12:30:48 UTC (rev 617) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Maven Nuiton Skin +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2006 - 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% +~~~ ~~~ *##% ~~~ Maven Nuiton Skin ~~~ Copyright (C) 2006 - 2010 CodeLutin Property changes on: trunk/src/site/apt/index.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/site/en/apt/index.apt =================================================================== --- trunk/src/site/en/apt/index.apt 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/site/en/apt/index.apt 2010-10-23 12:30:48 UTC (rev 617) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Maven Nuiton Skin +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2006 - 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% +~~~ ~~~ *##% ~~~ Maven Nuiton Skin ~~~ Copyright (C) 2006 - 2010 CodeLutin Property changes on: trunk/src/site/en/apt/index.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/site/site_en.xml 2010-10-23 12:30:48 UTC (rev 617) @@ -1,5 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + #%L + Maven Nuiton Skin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2006 - 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% + --> + +<!-- *##% Maven Nuiton Skin Copyright (C) 2006 - 2010 CodeLutin Property changes on: trunk/src/site/site_en.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2010-10-17 01:38:23 UTC (rev 616) +++ trunk/src/site/site_fr.xml 2010-10-23 12:30:48 UTC (rev 617) @@ -1,5 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + #%L + Maven Nuiton Skin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2006 - 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% + --> + +<!-- *##% Maven Nuiton Skin Copyright (C) 2006 - 2010 CodeLutin Property changes on: trunk/src/site/site_fr.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL
participants (1)
-
tchemit@users.nuiton.org