diff options
author | Jan Høydahl <janhoy@users.noreply.github.com> | 2017-04-01 07:43:53 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2017-04-01 08:43:53 +0300 |
commit | aef9d3a48699a978650fefa902ad3520aa1b7592 (patch) | |
tree | 83c2b535f33059d11e7fbe1aed2dc7ebf1126adf /.gitignore | |
parent | 9f284467b3660298de7786be448f27577769b0b2 (diff) | |
download | pf4j-aef9d3a48699a978650fefa902ad3520aa1b7592.tar.gz pf4j-aef9d3a48699a978650fefa902ad3520aa1b7592.zip |
Fix bug in loadJars() (#131)
Fix bug in load-jars which would not detect jars from lib/ if Path is not absolute
Add slf4j-simple logger in test scope for some logging from tests
Convert some File usage to Path
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ target/ .settings .idea/ *.iml +demo-dist/ |