Ignore:
Timestamp:
2019-11-02T15:32:32+01:00 (5 years ago)
Author:
donvip
Message:

update to JOSM 15496

Location:
applications/editors/josm/plugins/eventbus
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/eventbus/build.xml

    r34508 r35213  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="14153"/>
     7    <property name="plugin.main.version" value="15496"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/EventBusPlugin.java

    r34636 r35213  
    1616import org.openstreetmap.josm.data.gpx.GpxData;
    1717import org.openstreetmap.josm.data.gpx.GpxData.GpxDataChangeListener;
    18 import org.openstreetmap.josm.data.gpx.GpxTrack.GpxTrackChangeListener;
     18import org.openstreetmap.josm.data.gpx.IGpxTrack.GpxTrackChangeListener;
    1919import org.openstreetmap.josm.data.osm.ChangesetCache;
    2020import org.openstreetmap.josm.data.osm.ChangesetCacheListener;
Note: See TracChangeset for help on using the changeset viewer.