Changeset 24778 in osm for applications/editors/josm/plugins/smed/src
- Timestamp:
- 2010-12-16T19:47:50+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/smed/Smed.java
r24559 r24778 57 57 58 58 try { 59 JarFile file = new JarFile(pluginDirName + "/ smed.jar");59 JarFile file = new JarFile(pluginDirName + "/SeaMapEditor.jar"); 60 60 FileOutputStream fos = new FileOutputStream(pluginDirName + "/splug/smed_ifc.jar"); 61 61 JarOutputStream jos = new JarOutputStream(fos);
Note:
See TracChangeset
for help on using the changeset viewer.
