Index: /applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
===================================================================
--- /applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java	(revision 33379)
+++ /applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java	(revision 33380)
@@ -17,5 +17,4 @@
 import org.openstreetmap.josm.Main;
 import org.openstreetmap.josm.plugins.Plugin;
-import org.openstreetmap.josm.plugins.PluginHandler;
 import org.openstreetmap.josm.plugins.PluginInformation;
 import org.openstreetmap.josm.tools.Logging;
@@ -74,5 +73,5 @@
         // Manual registering because plugin jar is not on application classpath
         IIORegistry ioRegistry = IIORegistry.getDefaultInstance();
-        ClassLoader loader = PluginHandler.getPluginClassLoader();
+        ClassLoader loader = GeoToolsPlugin.class.getClassLoader();
 
         Iterator<Class<?>> categories = ioRegistry.getCategories();
