// Reduce performance penalty by excluding some common packages that will not be changing
if (System.getProperty("wojrebel.noexclude") == null) {
LoggerFactory.getInstance().echo(" If you are reloading changes to Wonder or WebObjects core packages you must set \n" +
" -Dwojrebel.noexclude to prevent these packages from being automatically excluded.");
ConfigurationFactory.getInstance()
.addExcludeManagedFilter(new PackageClassFilter(new String[]{
"com.webobjects", "com.apple", "com.ibm", "org.apache", "javax.xml",
"org.w3c", "org.xml", "ognl", "org.zeroturnaround", "er" }));
}
}