aboutsummaryrefslogtreecommitdiffstats
path: root/java_fat
Commit message (Collapse)AuthorAgeFilesLines
* Have BTFactory.main(..) show version info and available adapter, also ↵Sven Gothel2021-01-272-2/+2
| | | | | | whether jaulib is used or not; BTFactory: Shorten names (API) direct_bt.jar: Don't use jaulib.jar in its Class-Path (manifest)
* Adapt to jaulib changes: Jar naming convention (dash, not underscore for ↵Sven Gothel2021-01-263-11/+85
| | | | | | | extras) ..; direct-bt-fat* includes jaulib-fat (standalone) direct-bt-fat.jar is with Tinyb direct-bt-fat2.jar is ex Tinyb (merely testing size and encapsulation)
* Complete build change: Using jaulib[_fat] if available (for Java) incl. ↵Sven Gothel2021-01-252-0/+102
native lib loading. Added junit test facility (Java).