Default classPath scan include all jars (hopefully better default

behaviour)
This commit is contained in:
Rob Bygrave
2014-01-31 00:17:11 +13:00
parent 5488d054bf
commit 695d3374a8
2 changed files with 2 additions and 1 deletions
@@ -15,7 +15,7 @@ public class ClassPathSearchFilter {
private boolean defaultPackageMatch = true;
private boolean defaultJarMatch = false;
private boolean defaultJarMatch = true;
private String ebeanJarPrefix = "ebean";