Commit 194da699 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Update project for release candidate


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1743 b35dd754-fafc-0310-a699-88a17e54d16e
parent a9a78c86
...@@ -540,6 +540,10 @@ public class PluginManager { ...@@ -540,6 +540,10 @@ public class PluginManager {
} }
}); });
if(jars == null){
return;
}
for (int i = 0; i < jars.length; i++) { for (int i = 0; i < jars.length; i++) {
File jarFile = jars[i]; File jarFile = jars[i];
String pluginName = jarFile.getName().substring(0, String pluginName = jarFile.getName().substring(0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment