Changeset 3706


Ignore:
Timestamp:
Aug 30, 2007, 3:59:49 PM (16 years ago)
Author:
Martin Svensson
Message:

References #364 Started updating the GUI to support auto installation of plugins

Location:
trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/net/sf/basedb/util/PluginInfo.java

    r3704 r3706  
    116116  @SuppressWarnings("unchecked")
    117117  public static List<PluginInfo> loadFromJar(java.io.File jarFile)
    118     //throws IOException, JDOMException
    119118  {
    120119    final String dtdFile = "base-plugins.dtd";
     
    197196    return pluginInfos;
    198197  }
     198  //TODO Methods to load new plugins, installed plugins and
     199  //plugins which class already exist but in another jar-file.
    199200 
    200201  /**
Note: See TracChangeset for help on using the changeset viewer.