This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git from ce44d31 fixes #1319: Add a way to create a tree structure from a template new 48a11de fixes #1319: Remplace json format by yaml 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 48a11de728d49802f3e8f507b3e6d37339e44740 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 2 14:21:04 2016 +0100 fixes #1319: Remplace json format by yaml Summary of changes: pom.xml | 12 ++----- src/main/java/org/chorem/jtimer/JTimerConfig.java | 40 +++++++++++++++------- .../org/chorem/jtimer/data/TimerDataManager.java | 26 +++++++------- .../java/org/chorem/jtimer/ui/NewTaskPanel.java | 2 +- src/site/rst/configuration.rst | 8 ++--- .../java/org/chorem/jtimer/JTimerFactoryTest.java | 10 +++--- src/test/resources/jtimertest.properties | 5 ++- src/test/resources/templates/project1.txt | 11 ++++++ src/test/resources/templates/project2.yaml | 3 ++ 9 files changed, 69 insertions(+), 48 deletions(-) create mode 100644 src/test/resources/templates/project1.txt create mode 100644 src/test/resources/templates/project2.yaml -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.