This is an automated email from the git hooks/post-receive script. New commit to branch feature/5923 in repository wao. See http://git.codelutin.com/wao.git commit 49a6592d6c626b63c25483feb930d9847cd22eb2 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Feb 20 11:20:44 2015 +0100 Factorisation de la déclaration du converter, on applique le même pour toutes les instances de JFreeChart --- .../service/Synthesis-conversion.properties | 22 ---------------------- .../src/main/resources/xwork-conversion.properties | 1 + 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/wao-web/src/main/resources/fr/ifremer/wao/services/service/Synthesis-conversion.properties b/wao-web/src/main/resources/fr/ifremer/wao/services/service/Synthesis-conversion.properties deleted file mode 100644 index e60cdb5..0000000 --- a/wao-web/src/main/resources/fr/ifremer/wao/services/service/Synthesis-conversion.properties +++ /dev/null @@ -1,22 +0,0 @@ -### -# #%L -# Wao :: Web -# %% -# Copyright (C) 2009 - 2014 Ifremer -# %% -# 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% -### -expectedVsActualObservationsByMonthsChart=fr.ifremer.wao.web.converter.JFreeChartToImgTagConverter -boardingBoatsChart=fr.ifremer.wao.web.converter.JFreeChartToImgTagConverter diff --git a/wao-web/src/main/resources/xwork-conversion.properties b/wao-web/src/main/resources/xwork-conversion.properties index e8e382d..517b2a1 100644 --- a/wao-web/src/main/resources/xwork-conversion.properties +++ b/wao-web/src/main/resources/xwork-conversion.properties @@ -20,3 +20,4 @@ ### java.lang.Double=org.nuiton.web.struts2.converters.HundredthLocalNumberConverter java.lang.Integer=org.nuiton.web.struts2.converters.HundredthLocalNumberConverter +org.jfree.chart.JFreeChart=fr.ifremer.wao.web.converter.JFreeChartToImgTagConverter -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.