Changeset 35213 in osm for applications/editors/josm/plugins/eventbus
- Timestamp:
- 2019-11-02T15:32:32+01:00 (5 years ago)
- Location:
- applications/editors/josm/plugins/eventbus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/eventbus/build.xml
r34508 r35213 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="1 4153"/>7 <property name="plugin.main.version" value="15496"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/EventBusPlugin.java
r34636 r35213 16 16 import org.openstreetmap.josm.data.gpx.GpxData; 17 17 import org.openstreetmap.josm.data.gpx.GpxData.GpxDataChangeListener; 18 import org.openstreetmap.josm.data.gpx. GpxTrack.GpxTrackChangeListener;18 import org.openstreetmap.josm.data.gpx.IGpxTrack.GpxTrackChangeListener; 19 19 import org.openstreetmap.josm.data.osm.ChangesetCache; 20 20 import org.openstreetmap.josm.data.osm.ChangesetCacheListener;
Note:
See TracChangeset
for help on using the changeset viewer.