This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from d25b43f [jgitflow-maven-plugin]Updating develop poms back to pre merge state new df45d8e Introduce a new module jaxx-widget-about + make possible to add as many as wanted tags from resources (Fixes #4024) 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 df45d8e2078dcb712ae7432052c40040022aac18 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 12 21:13:08 2016 +0200 Introduce a new module jaxx-widget-about + make possible to add as many as wanted tags from resources (Fixes #4024) Summary of changes: {jaxx-widgets => jaxx-widgets-about}/LICENSE.txt | 0 {jaxx-widgets => jaxx-widgets-about}/README.md | 0 {jaxx-widgets => jaxx-widgets-about}/changelog.txt | 0 .../pom.xml | 39 +++++--------- .../src/license/THIRD-PARTY.properties | 0 .../org/nuiton/jaxx/widgets/about}/AboutPanel.jaxx | 47 ++++------------- .../jaxx/widgets/about}/AboutPanelHandler.java | 61 ++++++++++++---------- .../i18n/jaxx-widgets-about_en_GB.properties | 4 ++ .../i18n/jaxx-widgets-about_es_ES.properties | 4 ++ .../i18n/jaxx-widgets-about_fr_FR.properties | 4 ++ .../src/site/site.xml | 0 .../java/jaxx/runtime/swing/AboutPanelHandler.java | 2 + .../resources/i18n/jaxx-widgets_en_GB.properties | 43 --------------- .../resources/i18n/jaxx-widgets_es_ES.properties | 43 --------------- .../resources/i18n/jaxx-widgets_fr_FR.properties | 43 --------------- pom.xml | 1 + 16 files changed, 69 insertions(+), 222 deletions(-) copy {jaxx-widgets => jaxx-widgets-about}/LICENSE.txt (100%) copy {jaxx-widgets => jaxx-widgets-about}/README.md (100%) copy {jaxx-widgets => jaxx-widgets-about}/changelog.txt (100%) copy {jaxx-widgets-number => jaxx-widgets-about}/pom.xml (81%) copy {jaxx-widgets => jaxx-widgets-about}/src/license/THIRD-PARTY.properties (100%) copy {jaxx-widgets/src/main/java/jaxx/runtime/swing => jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about}/AboutPanel.jaxx (61%) copy {jaxx-widgets/src/main/java/jaxx/runtime/swing => jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about}/AboutPanelHandler.java (82%) create mode 100644 jaxx-widgets-about/src/main/resources/i18n/jaxx-widgets-about_en_GB.properties create mode 100644 jaxx-widgets-about/src/main/resources/i18n/jaxx-widgets-about_es_ES.properties create mode 100644 jaxx-widgets-about/src/main/resources/i18n/jaxx-widgets-about_fr_FR.properties copy {jaxx-widgets => jaxx-widgets-about}/src/site/site.xml (100%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.