Changeset 33380 in osm
- Timestamp:
- 2017-06-07T14:56:52+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
r33337 r33380 17 17 import org.openstreetmap.josm.Main; 18 18 import org.openstreetmap.josm.plugins.Plugin; 19 import org.openstreetmap.josm.plugins.PluginHandler;20 19 import org.openstreetmap.josm.plugins.PluginInformation; 21 20 import org.openstreetmap.josm.tools.Logging; … … 74 73 // Manual registering because plugin jar is not on application classpath 75 74 IIORegistry ioRegistry = IIORegistry.getDefaultInstance(); 76 ClassLoader loader = PluginHandler.getPluginClassLoader();75 ClassLoader loader = GeoToolsPlugin.class.getClassLoader(); 77 76 78 77 Iterator<Class<?>> categories = ioRegistry.getCategories();
Note:
See TracChangeset
for help on using the changeset viewer.