Changeset 215 in josm for src/org/openstreetmap/josm/plugins
- Timestamp:
- 2007-04-06T15:44:54+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/plugins/PluginInformation.java
r207 r215 54 54 JarInputStream jar = new JarInputStream(new FileInputStream(file)); 55 55 Manifest manifest = jar.getManifest(); 56 if (manifest == null) 57 throw new IOException(file+" contains no manifest."); 56 58 Attributes attr = manifest.getMainAttributes(); 57 59 className = attr.getValue("Plugin-Class");
Note:
See TracChangeset
for help on using the changeset viewer.