Changeset 4159 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2011-06-23T17:51:29+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r4137 r4159 61 61 import org.openstreetmap.josm.tools.CheckParameterUtil; 62 62 import org.openstreetmap.josm.tools.GBC; 63 import org.openstreetmap.josm.tools.I18n; 63 64 import org.openstreetmap.josm.tools.ImageProvider; 64 65 … … 448 449 allPluginLibraries.addAll(info.libraries); 449 450 File pluginJar = new File(pluginDir, info.name + ".jar"); 451 I18n.addTexts(pluginJar); 450 452 URL pluginJarUrl = PluginInformation.fileToURL(pluginJar); 451 453 allPluginLibraries.add(pluginJarUrl);
Note:
See TracChangeset
for help on using the changeset viewer.