This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from 1259b0a Normalize configurations and use new configuration description file new 3659c87 Use now toml configuration description new 5a6d995 remove yaml configuration files The 2 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 5a6d995ede0d8f4527973711da755cf5653c7ca2 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 2 16:04:10 2016 +0200 remove yaml configuration files commit 3659c87a154745a3feb094a063742bd3b9cabc68 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 2 16:03:17 2016 +0200 Use now toml configuration description Summary of changes: .../src/main/config/ObserveSwingApplication.toml | 601 +++++++++++++++++++++ .../src/main/config/ObserveSwingApplication.yml | 531 ------------------ .../src/main/config/ObserveWebApplication.toml | 112 ++++ .../src/main/config/ObserveWebApplication.yml | 100 ---- 4 files changed, 713 insertions(+), 631 deletions(-) create mode 100644 application-swing-configuration/src/main/config/ObserveSwingApplication.toml delete mode 100644 application-swing-configuration/src/main/config/ObserveSwingApplication.yml create mode 100644 application-web-configuration/src/main/config/ObserveWebApplication.toml delete mode 100644 application-web-configuration/src/main/config/ObserveWebApplication.yml -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.