D-Bus Java README ----------------- this is a fork from the original DBUS-java code version 2.7.0 accessable at http://dbus.freedesktop.org/doc/dbus-java and in github repository https://github.com/diega/dbus-java main goal of this fork is to bring the code in line with modern java code style including - use SLF4J logging framework - cleanup code style - use MAVEN 3 for both native and java code - store build JNI library in jar for easy installation and usage - use JUnit4 framework for testing - make code runable/testable in Continious integration environment - performance optimalization - java 7 support