This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 4b3c7569d625578ef002864c65bace9c1c958782 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Aug 28 17:12:03 2016 +0200 make project releasable for french --- observe-application-swing/pom.xml | 2 -- pom.xml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/observe-application-swing/pom.xml b/observe-application-swing/pom.xml index 766899c..4e83844 100644 --- a/observe-application-swing/pom.xml +++ b/observe-application-swing/pom.xml @@ -60,8 +60,6 @@ <i18n.bundleOutputName>${projectId}-i18n</i18n.bundleOutputName> <i18n.bundleCsvFile>${projectId}-i18n.csv</i18n.bundleCsvFile> <i18n.bundleCsvSeparator>|</i18n.bundleCsvSeparator> - <!-- FIXME remove this when i18n will be safe --> - <i18n.failsIfWarning>false</i18n.failsIfWarning> <!-- generate license bundled files --> <license.generateBundle>true</license.generateBundle> diff --git a/pom.xml b/pom.xml index 5075c78..d0d8f45 100644 --- a/pom.xml +++ b/pom.xml @@ -151,7 +151,7 @@ <!--<i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles>--> <i18n.bundles>fr_FR</i18n.bundles> <i18n.silent>true</i18n.silent> - <i18n.failsIfWarning>false</i18n.failsIfWarning> + <i18n.failsIfWarning>true</i18n.failsIfWarning> <i18n.checkBundle>true</i18n.checkBundle> <i18n.showEmpty>true</i18n.showEmpty> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.