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 0ed5ca8ae4141433a6c35ca8c8d495fb534891f1 Merge: 40f58c1 aa99cc4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Jul 27 13:07:03 2014 +0200 Merge branch 'feature/3356' into develop i18n-maven-plugin/pom.xml | 5 + .../i18n/plugin/AbstractI18nGenerateMojo.java | 66 +++++ .../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 | 41 +++ .../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 | 22 ++ .../plugin/bundle/csv/GenerateCsvBundleMojo.java | 255 ++++++++++++++++++ .../i18n/plugin/bundle/csv/I18nBundleModel.java | 44 ++++ .../i18n/plugin/bundle/csv/I18nBundleModelRow.java | 35 +++ .../plugin/bundle/csv/MergeBackCsvBundleMojo.java | 125 +++++++++ .../i18n/plugin/bundle/csv/SplitCsvBundleMojo.java | 124 +++++++++ .../i18n/plugin/parser/AbstractI18nParserMojo.java | 34 ++- i18n-maven-plugin/src/site/apt/index.apt | 6 + i18n-maven-plugin/src/site/apt/usages.apt | 30 +++ pom.xml | 6 + 21 files changed, 1070 insertions(+), 611 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.