/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1773 by torben, Thu Apr 5 12:37:13 2012 UTC revision 1778 by torben, Thu Apr 5 14:10:28 2012 UTC
# Line 103  public class HoerupUtilsPlugin extends J Line 103  public class HoerupUtilsPlugin extends J
103                                  Class.forName("de.codeinfection.quickwango.ApiBukkit.ApiServer.ApiController"); //if it fails it throws an exception                                  Class.forName("de.codeinfection.quickwango.ApiBukkit.ApiServer.ApiController"); //if it fails it throws an exception
104                                  WebLoader.getInstance().load(this, logintimeHandler.getConfig(), home.getConfig());                                  WebLoader.getInstance().load(this, logintimeHandler.getConfig(), home.getConfig());
105                                                    
106                                  getLogger().warning("ApiBukkit found, status listener registered");                                  getLogger().info("ApiBukkit found, status listener registered");
107                                                                    
108                          } catch (ClassNotFoundException e) {                          } catch (ClassNotFoundException e) {
109                                  getLogger().warning("Could not find ApiBukkit - web status is disabled" );                                  getLogger().warning("Could not find ApiBukkit - web status is disabled" );
# Line 128  public class HoerupUtilsPlugin extends J Line 128  public class HoerupUtilsPlugin extends J
128          //@SuppressWarnings({ "unchecked", "rawtypes" })          //@SuppressWarnings({ "unchecked", "rawtypes" })
129          @Override          @Override
130          public List<Class<?>> getDatabaseClasses() {          public List<Class<?>> getDatabaseClasses() {
                 System.out.println("getDatabaseClasses");  
131                  List<Class<?>> list = new ArrayList<Class<?>>();                  List<Class<?>> list = new ArrayList<Class<?>>();
132    
133                  list.add(MessageBean.class);                  list.add(MessageBean.class);

Legend:
Removed from v.1773  
changed lines
  Added in v.1778

  ViewVC Help
Powered by ViewVC 1.1.20