Changeset 3706
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/util/PluginInfo.java
r3704 r3706 116 116 @SuppressWarnings("unchecked") 117 117 public static List<PluginInfo> loadFromJar(java.io.File jarFile) 118 //throws IOException, JDOMException119 118 { 120 119 final String dtdFile = "base-plugins.dtd"; … … 197 196 return pluginInfos; 198 197 } 198 //TODO Methods to load new plugins, installed plugins and 199 //plugins which class already exist but in another jar-file. 199 200 200 201 /**
Note: See TracChangeset
for help on using the changeset viewer.