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 f8ebc46 fixes #1329: Add option to not display time in report new 9c90026 fixes #1331: Remove dependency on jna-platform 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 9c9002654f39660c8a89ce98d4ed24099191f1df Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Feb 29 14:36:58 2016 +0100 fixes #1331: Remove dependency on jna-platform Summary of changes: pom.xml | 10 +----- .../jtimer/ui/system/unix/UnixSystemInfo.java | 1 - .../java/org/chorem/jtimer/ui/system/unix/X11.java | 42 ++++++++++++++++++++++ .../java/org/chorem/jtimer/ui/system/unix/Xss.java | 1 - .../{SystemInfo.java => win32/Kernel32.java} | 25 ++++++++----- .../org/chorem/jtimer/ui/system/win32/User32.java | 6 ++-- .../jtimer/ui/system/win32/Win32SystemInfo.java | 4 +-- 7 files changed, 64 insertions(+), 25 deletions(-) create mode 100644 src/main/java/org/chorem/jtimer/ui/system/unix/X11.java copy src/main/java/org/chorem/jtimer/ui/system/{SystemInfo.java => win32/Kernel32.java} (53%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.