This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository i18n. See http://git.nuiton.org/i18n.git commit 343e5a2ddcb28510d965aa5f696157dda9cc2c4e Merge: ea1d988 cd280d7 Author: Maven Release <maven-release@codelutin.com> Date: Fri Aug 1 08:36:03 2014 +0200 Merge branch 'release/3.3' i18n-maven-plugin/pom.xml | 12 +- .../src/license/THIRD-PARTY.properties | 8 +- .../i18n/plugin/AbstractI18nGenerateMojo.java | 88 +++++++ .../org/nuiton/i18n/plugin/AbstractI18nMojo.java | 111 +------- .../java/org/nuiton/i18n/plugin/GenerateMojo.java | 35 ++- .../java/org/nuiton/i18n/plugin/GetterMojo.java | 14 +- .../main/java/org/nuiton/i18n/plugin/I18nUtil.java | 63 +++++ .../i18n/plugin/bundle/AbstractI18nBundleMojo.java | 5 +- .../plugin/bundle/AbstractMakeI18nBundleMojo.java | 284 --------------------- .../org/nuiton/i18n/plugin/bundle/BundleMojo.java | 245 +++++++++++++++++- .../plugin/bundle/CollectI18nArtifactsMojo.java | 4 + .../i18n/plugin/bundle/TapestryBundleMojo.java | 190 -------------- .../plugin/bundle/csv/AbstractCsvBundleMojo.java | 44 ++++ .../plugin/bundle/csv/GenerateCsvBundleMojo.java | 277 ++++++++++++++++++++ .../i18n/plugin/bundle/csv/I18nBundleModel.java | 66 +++++ .../i18n/plugin/bundle/csv/I18nBundleModelRow.java | 57 +++++ .../plugin/bundle/csv/MergeBackCsvBundleMojo.java | 147 +++++++++++ .../i18n/plugin/bundle/csv/SplitCsvBundleMojo.java | 146 +++++++++++ .../i18n/plugin/parser/AbstractI18nParserMojo.java | 34 ++- i18n-maven-plugin/src/site/apt/index.apt | 6 + i18n-maven-plugin/src/site/apt/usages.apt | 30 +++ i18n-maven-plugin/src/site/site_en.xml | 15 +- i18n-maven-plugin/src/site/site_fr.xml | 15 +- nuiton-i18n/pom.xml | 32 ++- nuiton-i18n/src/site/site_en.xml | 12 - nuiton-i18n/src/site/site_fr.xml | 12 - pom.xml | 14 +- src/site/site_en.xml | 7 +- src/site/site_fr.xml | 3 +- 29 files changed, 1312 insertions(+), 664 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.