forked from janhaegeman/dbus-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
20 lines (15 loc) · 626 Bytes
/
README
File metadata and controls
20 lines (15 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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