Changeset 33574 in osm for applications/editors/josm/plugins/waydownloader
- Timestamp:
- 2017-08-27T20:58:52+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/waydownloader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/waydownloader/build.xml
r33539 r33574 5 5 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="126 63"/>7 <property name="plugin.main.version" value="12675"/> 8 8 9 9 <property name="plugin.author" value="Harry Wood"/> -
applications/editors/josm/plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java
r33539 r33574 30 30 import org.openstreetmap.josm.gui.MainMenu; 31 31 import org.openstreetmap.josm.gui.Notification; 32 import org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor; 32 import org.openstreetmap.josm.gui.progress.swing.PleaseWaitProgressMonitor; 33 33 import org.openstreetmap.josm.gui.util.GuiHelper; 34 34 import org.openstreetmap.josm.plugins.Plugin;
Note:
See TracChangeset
for help on using the changeset viewer.