This is an automated email from the git hooks/post-receive script. New change to branch feature/3880-java8-api-scan in repository i18n. See http://git.nuiton.org/i18n.git from b0a494e refs #3880: Fix file where method FQN can't be determined new 45db3a9 refs #3880: Use optimized version of antlr 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 45db3a949669232527c368e1f09b87fae5cae644 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Feb 22 16:29:53 2016 +0100 refs #3880: Use optimized version of antlr Summary of changes: i18n-maven-plugin/pom.xml | 6 +- i18n-maven-plugin/src/main/antlr4/Java8.tokens | 205 - .../src/main/antlr4/Java8BaseVisitor.java | 1672 -- i18n-maven-plugin/src/main/antlr4/Java8Lexer.java | 583 - .../src/main/antlr4/Java8Lexer.tokens | 205 - i18n-maven-plugin/src/main/antlr4/Java8Parser.java | 17844 ------------------- .../src/main/antlr4/Java8Visitor.java | 1434 -- .../i18n/plugin/parser/impl/ParserJavaMojo.java | 29 +- .../i18n/plugin/parser/java/Java8BaseVisitor.java | 482 +- .../nuiton/i18n/plugin/parser/java/Java8Lexer.java | 661 +- .../i18n/plugin/parser/java/Java8Parser.java | 1993 ++- .../i18n/plugin/parser/java/Java8Visitor.java | 482 +- pom.xml | 10 +- 13 files changed, 1908 insertions(+), 23698 deletions(-) delete mode 100644 i18n-maven-plugin/src/main/antlr4/Java8.tokens delete mode 100644 i18n-maven-plugin/src/main/antlr4/Java8BaseVisitor.java delete mode 100644 i18n-maven-plugin/src/main/antlr4/Java8Lexer.java delete mode 100644 i18n-maven-plugin/src/main/antlr4/Java8Lexer.tokens delete mode 100644 i18n-maven-plugin/src/main/antlr4/Java8Parser.java delete mode 100644 i18n-maven-plugin/src/main/antlr4/Java8Visitor.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.