Author: maven-release Date: 2012-08-24 15:33:48 +0200 (Fri, 24 Aug 2012) New Revision: 257 Url: http://chorem.org/repositories/revision/chorem/257 Log: updates to mavenpom 3.3.6 optimize dependencies make rst site ok add missing license headers Modified: trunk/chorem-entities/src/main/java/org/chorem/Saint.java trunk/chorem-webmotion/pom.xml trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremWebMotionUtil.java trunk/pom.xml trunk/src/site/rst/chorem-cdc.rst trunk/src/site/rst/doc-devel.rst trunk/src/site/rst/index.rst trunk/src/site/rst/requisite.rst Modified: trunk/chorem-entities/src/main/java/org/chorem/Saint.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/Saint.java 2012-08-24 09:42:09 UTC (rev 256) +++ trunk/chorem-entities/src/main/java/org/chorem/Saint.java 2012-08-24 13:33:48 UTC (rev 257) @@ -10,12 +10,12 @@ * it under the terms of the GNU Affero 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 Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * #L% @@ -67,4 +67,4 @@ return result; } -} \ No newline at end of file +} Modified: trunk/chorem-webmotion/pom.xml =================================================================== --- trunk/chorem-webmotion/pom.xml 2012-08-24 09:42:09 UTC (rev 256) +++ trunk/chorem-webmotion/pom.xml 2012-08-24 13:33:48 UTC (rev 257) @@ -74,6 +74,11 @@ <artifactId>commons-collections</artifactId> </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </dependency> + <!-- provided dependencies --> <dependency> Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremWebMotionUtil.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremWebMotionUtil.java 2012-08-24 09:42:09 UTC (rev 256) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremWebMotionUtil.java 2012-08-24 13:33:48 UTC (rev 257) @@ -1,4 +1,26 @@ package org.chorem.webmotion; +/* + * #%L + * Chorem webmotion + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ import javax.servlet.http.HttpServletRequest; Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-08-24 09:42:09 UTC (rev 256) +++ trunk/pom.xml 2012-08-24 13:33:48 UTC (rev 257) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.3.4</version> + <version>3.3.6</version> </parent> <groupId>org.chorem</groupId> @@ -44,7 +44,7 @@ <email>martel at codelutin.com</email> <organization>CodeLutin</organization> <organizationUrl>http://www.codelutin.com/</organizationUrl> - <timezone>+1</timezone> + <timezone>Europe/Paris</timezone> <roles> <role>developer</role> </roles> @@ -55,7 +55,7 @@ <email>chemit at codelutin.com</email> <organization>Code Lutin</organization> <organizationUrl>http://www.codelutin.com/</organizationUrl> - <timezone>+1</timezone> + <timezone>Europe/Paris</timezone> <roles> <role>developer</role> </roles> @@ -66,7 +66,7 @@ <email>poussin at codelutin.com</email> <organization>CodeLutin</organization> <organizationUrl>http://www.codelutin.com/</organizationUrl> - <timezone>+1</timezone> + <timezone>Europe/Paris</timezone> <roles> <role>developer</role> </roles> @@ -98,7 +98,7 @@ <nuitonUtilsVersion>2.4.8</nuitonUtilsVersion> <nuitonWebVersion>1.7</nuitonWebVersion> <nuitonI18nVersion>2.3.1</nuitonI18nVersion> - <wikittyVersion>3.8-SNAPSHOT</wikittyVersion> + <wikittyVersion>3.8</wikittyVersion> <slf4jVersion>1.6.1</slf4jVersion> <struts2Version>2.2.3</struts2Version> <struts2jqueryVersion>3.2.0</struts2jqueryVersion> Modified: trunk/src/site/rst/chorem-cdc.rst =================================================================== --- trunk/src/site/rst/chorem-cdc.rst 2012-08-24 09:42:09 UTC (rev 256) +++ trunk/src/site/rst/chorem-cdc.rst 2012-08-24 13:33:48 UTC (rev 257) @@ -20,6 +20,7 @@ .. * along with this program. If not, see <http://www.gnu.org/licenses/>. .. * #L% .. - + ====== Chorem ====== Chorem est composé de plusieurs modules Modified: trunk/src/site/rst/doc-devel.rst =================================================================== --- trunk/src/site/rst/doc-devel.rst 2012-08-24 09:42:09 UTC (rev 256) +++ trunk/src/site/rst/doc-devel.rst 2012-08-24 13:33:48 UTC (rev 257) @@ -1,3 +1,26 @@ +.. - +.. * #%L +.. * chorem +.. * $Id:$ +.. * $HeadURL:$ +.. * %% +.. * Copyright (C) 2011 - 2012 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU Affero 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 Public License for more details. +.. * +.. * You should have received a copy of the GNU Affero General Public License +.. * along with this program. If not, see <http://www.gnu.org/licenses/>. +.. * #L% +.. - + ========================= Documentation développeur ========================= Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2012-08-24 09:42:09 UTC (rev 256) +++ trunk/src/site/rst/index.rst 2012-08-24 13:33:48 UTC (rev 257) @@ -20,6 +20,7 @@ .. * along with this program. If not, see <http://www.gnu.org/licenses/>. .. * #L% .. - + ====== Chorem ====== TODO en exercice \ No newline at end of file Modified: trunk/src/site/rst/requisite.rst =================================================================== --- trunk/src/site/rst/requisite.rst 2012-08-24 09:42:09 UTC (rev 256) +++ trunk/src/site/rst/requisite.rst 2012-08-24 13:33:48 UTC (rev 257) @@ -20,6 +20,7 @@ .. * along with this program. If not, see <http://www.gnu.org/licenses/>. .. * #L% .. - + Contact ======= Avoir un champs langue sur le contact, qui permet d'indiquer la langue
participants (1)
-
maven-release@users.chorem.org