This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from a7f7032 ref #8173, plug export with concatenation new 828df0a ref #8173, begin export to xml instead of csv The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 828df0a90abc2e3717dfbe5f4d918e2f61c5af7f Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Tue Oct 4 11:49:15 2016 +0200 ref #8173, begin export to xml instead of csv Summary of changes: .../echobase/services/csv/EchoBaseCsvUtil.java | 2 + .../service/atlantos/ExportAtlantosService.java | 35 +++ .../atlantos/row/DataProcessingExportRow.java | 1 - .../service/atlantos/xml/XmlAccousticExport.java | 249 +++++++++++++++++++++ .../services/service/atlantos/xml/XmlWriter.java | 91 ++++++++ .../atlantos/ExportAtlantosServiceTest.java | 15 +- 6 files changed, 389 insertions(+), 4 deletions(-) create mode 100644 echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlAccousticExport.java create mode 100644 echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlWriter.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.