Author: tchemit Date: 2012-07-15 22:26:08 +0200 (Sun, 15 Jul 2012) New Revision: 853 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/853 Log: fix site = file header Modified: trunk/src/main/java/org/nuiton/io/rest/RestMethod.java trunk/src/site/site_en.xml Modified: trunk/src/main/java/org/nuiton/io/rest/RestMethod.java =================================================================== --- trunk/src/main/java/org/nuiton/io/rest/RestMethod.java 2012-07-15 18:24:59 UTC (rev 852) +++ trunk/src/main/java/org/nuiton/io/rest/RestMethod.java 2012-07-15 20:26:08 UTC (rev 853) @@ -1,4 +1,27 @@ package org.nuiton.io.rest; +/* + * #%L + * Helper Maven Plugin + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2012 CodeLutin, Tony Chemit + * %% + * 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% + */ /** * Possible rest methods. Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2012-07-15 18:24:59 UTC (rev 852) +++ trunk/src/site/site_en.xml 2012-07-15 20:26:08 UTC (rev 853) @@ -39,14 +39,14 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> + <version>1.2.2</version> </skin> <custom> <fluidoSkin> - <topBarEnabled>true</topBarEnabled> + <topBarEnabled>false</topBarEnabled> <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> + <sideBarEnabled>true</sideBarEnabled> <searchEnabled>true</searchEnabled> <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> </fluidoSkin>
participants (1)
-
tchemit@users.nuiton.org