}
File[] plugins = pluginDir.listFiles(pluginFileNameFilter);
try {
for (int i = 0; i < plugins.length; i++) {
LOG.finest("Found plugin " + plugins[i].getAbsolutePath());
PluginLocation location = StandardPluginLocation.create(plugins[i]);
if (location != null) {
locations.add(location);
} else {
LOG.warning("JPF Plugin " + plugins[i].getAbsolutePath()