Commit 11dbf32b authored by Matt Tucker's avatar Matt Tucker Committed by matt

Removed plugin methods that are no longer used.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1350 b35dd754-fafc-0310-a699-88a17e54d16e
parent 260c29f9
......@@ -53,22 +53,6 @@ public class AdminConsolePlugin implements Plugin {
public AdminConsolePlugin() {
}
public String getName() {
return "Admin Console";
}
public String getDescription() {
return "Web-based admin console for Jive Messenger.";
}
public String getAuthor() {
return "Jive Software";
}
public String getVersion() {
return "2.0";
}
public void initializePlugin(PluginManager manager, File pluginDir) {
try {
// Configure logging to a file, creating log dir if needed
......
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