This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git from 08287e0 Add example zip in release files new 3f2cbe6 Introduce a third format (ini) this will be the new default format. (Fixes #4057) 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 3f2cbe67e6a76b58a4f7716da722b2fe160dec0f Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Oct 5 18:58:20 2016 +0200 Introduce a third format (ini) this will be the new default format. (Fixes #4057) Summary of changes: nuiton-config-example/pom.xml | 1 + .../src/main/config/NuitonConfigExample.ini | 36 ++++ nuiton-config-example/src/site/apt/index.apt.vm | 4 +- nuiton-config-maven-plugin/pom.xml | 5 + .../nuiton/config/plugin/ConfigMojoSupport.java | 6 +- .../config/plugin/io/ConfigModelIOIniImpl.java | 186 +++++++++++++++++++++ ...ImplTest.java => ConfigModelIOIniImplTest.java} | 11 +- .../src/test/resources/NuitonConfigExample.ini | 29 ++++ pom.xml | 6 + src/site/apt/usage.apt.vm | 51 +++++- 10 files changed, 315 insertions(+), 20 deletions(-) create mode 100644 nuiton-config-example/src/main/config/NuitonConfigExample.ini create mode 100644 nuiton-config-maven-plugin/src/main/java/org/nuiton/config/plugin/io/ConfigModelIOIniImpl.java copy nuiton-config-maven-plugin/src/test/java/org/nuiton/config/plugin/io/{ConfigModelIOYamlImplTest.java => ConfigModelIOIniImplTest.java} (88%) create mode 100644 nuiton-config-maven-plugin/src/test/resources/NuitonConfigExample.ini -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.