This is an automated email from the git hooks/post-receive script. New change to branch java8-localdate-localtime in repository jtimer. See http://git.chorem.org/jtimer.git from 1fe8aa3 refs #1334: Use java 8 api for LocalDate and LocalTime (code won't compile) new 553c5ab Add mustache template engine 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 553c5abfa138457bedc6b0fa11bf82e9b648da21 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 7 14:20:03 2016 +0100 Add mustache template engine Summary of changes: pom.xml | 6 +- .../java/org/chorem/jtimer/io/GTimerTimeUtil.java | 2 +- .../chorem/jtimer/ui/report/ReportGenerator.java | 90 +++++++--------- .../report/{ReportUtils.java => ReportScope.java} | 114 ++++++++++++++++----- .../{package-info.java => TemplateResolver.java} | 27 ++++- src/main/resources/mustache/reportByDay.mustache | 29 ++++++ src/main/resources/mustache/reportByMonth.mustache | 24 +++++ .../resources/mustache/reportByProject.mustache | 24 +++++ src/main/resources/mustache/reportByWeek.mustache | 24 +++++ src/main/resources/mustache/reportByYear.mustache | 24 +++++ .../chorem/jtimer/ui/report/ReportUtilsTest.java | 24 ++--- 11 files changed, 291 insertions(+), 97 deletions(-) rename src/main/java/org/chorem/jtimer/ui/report/{ReportUtils.java => ReportScope.java} (86%) copy src/main/java/org/chorem/jtimer/ui/report/{package-info.java => TemplateResolver.java} (52%) create mode 100644 src/main/resources/mustache/reportByDay.mustache create mode 100644 src/main/resources/mustache/reportByMonth.mustache create mode 100644 src/main/resources/mustache/reportByProject.mustache create mode 100644 src/main/resources/mustache/reportByWeek.mustache create mode 100644 src/main/resources/mustache/reportByYear.mustache -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.