Changeset 33360 in osm for applications/editors/josm/plugins/livegps
- Timestamp:
- 2017-06-01T02:35:49+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/livegps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/build.xml
r32954 r33360 2 2 <project name="livegps" default="dist" basedir="."> 3 3 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 4 <property name="plugin.main.version" value="1 0824"/>4 <property name="plugin.main.version" value="12289"/> 5 5 6 6 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/livegps/src/livegps/SingleSegmentGpxTrack.java
r33045 r33360 39 39 return trackSegment.length(); 40 40 } 41 42 @Override43 public int getUpdateCount() {44 return trackSegment.getUpdateCount();45 }46 41 }
Note:
See TracChangeset
for help on using the changeset viewer.