show installed plugins without internet connection, see #44

This commit is contained in:
Sebastian Sdorra
2011-08-25 19:56:53 +02:00
parent 920a36b6db
commit d90fd2eb08
2 changed files with 6 additions and 2 deletions

View File

@@ -558,13 +558,18 @@ public class DefaultPluginManager implements PluginManager
}
catch (Exception ex)
{
throw new PluginLoadException(ex);
logger.error("could not load plugins from plugin center", ex);
}
finally
{
IOUtil.close(input);
}
}
if (center == null)
{
center = new PluginCenter();
}
}
}