Commit 139a568a authored by Matt Tucker's avatar Matt Tucker Committed by matt

Plugin fixes.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1000 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7a211259
...@@ -53,7 +53,7 @@ public class AdminConsolePlugin implements Plugin { ...@@ -53,7 +53,7 @@ public class AdminConsolePlugin implements Plugin {
return "2.0"; return "2.0";
} }
public void initialize(PluginManager manager, File pluginDir) { public void initializePlugin(PluginManager manager, File pluginDir) {
try { try {
// Configure logging to a file, creating log dir if needed // Configure logging to a file, creating log dir if needed
System.setProperty("org.apache.commons.logging.LogFactory","org.mortbay.log.Factory"); System.setProperty("org.apache.commons.logging.LogFactory","org.mortbay.log.Factory");
...@@ -91,7 +91,7 @@ public class AdminConsolePlugin implements Plugin { ...@@ -91,7 +91,7 @@ public class AdminConsolePlugin implements Plugin {
} }
} }
public void destroy() { public void destroyPlugin() {
try { try {
if (jetty != null) { if (jetty != null) {
jetty.stop(); jetty.stop();
......
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
<description>Broadcasts messages to users.</description> <description>Broadcasts messages to users.</description>
<author>Jive Software</author> <author>Jive Software</author>
<version>1.1</version> <version>1.1</version>
<minMessengerVersion>3.1.0</minMessengerVersion> <minMessengerVersion>2.1.2</minMessengerVersion>
</plugin> </plugin>
\ No newline at end of file
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