spring-boot/spring-boot-tools/spring-boot-loader/src
Dave Syer f0f73a4ead Current directory (lodaer.path=.) pathology workaround
It turns out that loader.path=. was pathological and before this
change ended up making the classpath empty (loader.path=.,lib/
would have fixed it). With this change the old behaviour is still
supported, but if the only user-supplied path entry is "." (or
empty) then it is now kept, and translates into the root of the
current archive if running as "java -jar ...".

Fixes gh-270
2014-02-25 12:38:25 +00:00
..
it Fix some maven warnings 2014-01-21 10:56:09 -08:00
main/java/org/springframework/boot/loader Current directory (lodaer.path=.) pathology workaround 2014-02-25 12:38:25 +00:00
test Current directory (lodaer.path=.) pathology workaround 2014-02-25 12:38:25 +00:00