This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See http://git.codelutin.com/coser.git commit 9c7e08e5723ea8649bfe2a0d3e9e56119eed5fd2 Author: Maven Release <maven-release@codelutin.com> Date: Mon Dec 22 13:24:00 2014 +0000 prepare release 1.5 --- .gitignore | 3 +-- ...tMatchingRepositoryTypeForMapResultCommand.java | 22 ++++++++++++++++++++++ ...tMatchingRepositoryTypeForMapResultCommand.java | 22 ++++++++++++++++++++++ ...tMatchingRepositoryTypeForMapResultRequest.java | 22 ++++++++++++++++++++++ .../ifremer/coser/CoserUIApplicationContext.java | 4 ++-- .../coser/web/actions/admin/package-info.java | 21 +++++++++++++++++++++ .../coser/web/actions/auth/package-info.java | 21 +++++++++++++++++++++ 7 files changed, 111 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 64dc679..c01247e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ /*/*.ipr /*.iws /*/*.iws -/tutti-service/src/test/data -/tutti-persistence/src/test/data +/*.log /*~ /*/*~ \ No newline at end of file diff --git a/coser-business/src/main/java/fr/ifremer/coser/result/repository/echobase/command/GetMatchingRepositoryTypeForMapResultCommand.java b/coser-business/src/main/java/fr/ifremer/coser/result/repository/echobase/command/GetMatchingRepositoryTypeForMapResultCommand.java index 497d99b..a1fe48d 100644 --- a/coser-business/src/main/java/fr/ifremer/coser/result/repository/echobase/command/GetMatchingRepositoryTypeForMapResultCommand.java +++ b/coser-business/src/main/java/fr/ifremer/coser/result/repository/echobase/command/GetMatchingRepositoryTypeForMapResultCommand.java @@ -1,5 +1,27 @@ package fr.ifremer.coser.result.repository.echobase.command; +/* + * #%L + * Coser :: Business + * %% + * Copyright (C) 2010 - 2014 Ifremer, 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% + */ + import fr.ifremer.coser.result.request.GetMatchingRepositoryTypeForMapResultRequest; import fr.ifremer.coser.result.result.VoidResult; diff --git a/coser-business/src/main/java/fr/ifremer/coser/result/repository/legacy/command/GetMatchingRepositoryTypeForMapResultCommand.java b/coser-business/src/main/java/fr/ifremer/coser/result/repository/legacy/command/GetMatchingRepositoryTypeForMapResultCommand.java index 2d94e4d..a6ce468 100644 --- a/coser-business/src/main/java/fr/ifremer/coser/result/repository/legacy/command/GetMatchingRepositoryTypeForMapResultCommand.java +++ b/coser-business/src/main/java/fr/ifremer/coser/result/repository/legacy/command/GetMatchingRepositoryTypeForMapResultCommand.java @@ -1,5 +1,27 @@ package fr.ifremer.coser.result.repository.legacy.command; +/* + * #%L + * Coser :: Business + * %% + * Copyright (C) 2010 - 2014 Ifremer, 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% + */ + import fr.ifremer.coser.result.request.GetMatchingRepositoryTypeForMapResultRequest; import fr.ifremer.coser.result.result.VoidResult; diff --git a/coser-business/src/main/java/fr/ifremer/coser/result/request/GetMatchingRepositoryTypeForMapResultRequest.java b/coser-business/src/main/java/fr/ifremer/coser/result/request/GetMatchingRepositoryTypeForMapResultRequest.java index 2279c48..03d66c9 100644 --- a/coser-business/src/main/java/fr/ifremer/coser/result/request/GetMatchingRepositoryTypeForMapResultRequest.java +++ b/coser-business/src/main/java/fr/ifremer/coser/result/request/GetMatchingRepositoryTypeForMapResultRequest.java @@ -1,5 +1,27 @@ package fr.ifremer.coser.result.request; +/* + * #%L + * Coser :: Business + * %% + * Copyright (C) 2010 - 2014 Ifremer, 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% + */ + import com.google.common.base.Preconditions; import fr.ifremer.coser.result.CoserRequest; diff --git a/coser-ui/src/main/java/fr/ifremer/coser/CoserUIApplicationContext.java b/coser-ui/src/main/java/fr/ifremer/coser/CoserUIApplicationContext.java index 4c50e1f..751e981 100644 --- a/coser-ui/src/main/java/fr/ifremer/coser/CoserUIApplicationContext.java +++ b/coser-ui/src/main/java/fr/ifremer/coser/CoserUIApplicationContext.java @@ -10,12 +10,12 @@ package fr.ifremer.coser; * 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. - * + * * 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 General Public * License along with this program. If not, see * <http://www.gnu.org/licenses/gpl-3.0.html>. diff --git a/coser-web/src/main/java/fr/ifremer/coser/web/actions/admin/package-info.java b/coser-web/src/main/java/fr/ifremer/coser/web/actions/admin/package-info.java index 4fa06a8..b268656 100644 --- a/coser-web/src/main/java/fr/ifremer/coser/web/actions/admin/package-info.java +++ b/coser-web/src/main/java/fr/ifremer/coser/web/actions/admin/package-info.java @@ -4,4 +4,25 @@ @ParentPackage("admin") package fr.ifremer.coser.web.actions.admin; +/* + * #%L + * Coser :: Web + * %% + * Copyright (C) 2010 - 2014 Ifremer, 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 org.apache.struts2.convention.annotation.ParentPackage; \ No newline at end of file diff --git a/coser-web/src/main/java/fr/ifremer/coser/web/actions/auth/package-info.java b/coser-web/src/main/java/fr/ifremer/coser/web/actions/auth/package-info.java index 4845988..bc8a7b5 100644 --- a/coser-web/src/main/java/fr/ifremer/coser/web/actions/auth/package-info.java +++ b/coser-web/src/main/java/fr/ifremer/coser/web/actions/auth/package-info.java @@ -2,3 +2,24 @@ * Package for auth actions (login-logout). */ package fr.ifremer.coser.web.actions.auth; + +/* + * #%L + * Coser :: Web + * %% + * Copyright (C) 2010 - 2014 Ifremer, 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% + */ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.