Changeset 20431 in osm for applications/editors/josm/plugins/dataimport
- Timestamp:
- 2010-03-12T08:21:45+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/dataimport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/dataimport/build.xml
r19681 r20431 28 28 --> 29 29 <project name="dataimport" default="dist" basedir="."> 30 30 31 31 <!-- enter the SVN commit message --> 32 32 <property name="commit.message" value="Changed constructor signature, updated build.xml" /> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value=" 2907" />34 <property name="plugin.main.version" value="3119" /> 35 35 36 36 <!-- … … 159 159 160 160 <!-- 161 ************************** Publishing the plugin *********************************** 161 ************************** Publishing the plugin *********************************** 162 162 --> 163 163 <!-- 164 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 164 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 165 165 ** property ${coreversion.info.entry.revision} 166 166 ** … … 211 211 212 212 <!-- 213 ** commits the plugin.jar 213 ** commits the plugin.jar 214 214 --> 215 215 <target name="commit-dist"> 216 216 <echo> 217 217 ***** Properties of published ${plugin.jar} ***** 218 Commit message : '${commit.message}' 218 Commit message : '${commit.message}' 219 219 Plugin-Mainversion: ${plugin.main.version} 220 220 JOSM build version: ${coreversion.info.entry.revision} 221 221 Plugin-Version : ${version.entry.commit.revision} 222 ***** / Properties of published ${plugin.jar} ***** 223 222 ***** / Properties of published ${plugin.jar} ***** 223 224 224 Now commiting ${plugin.jar} ... 225 225 </echo> -
applications/editors/josm/plugins/dataimport/src/org/openstreetmap/josm/plugins/dataimport/io/SingleSegmentGpxTrack.java
r20267 r20431 36 36 } 37 37 38 @Override 39 public int getUpdateCount() { 40 return trackSegment.getUpdateCount(); 41 } 42 38 43 }
Note:
See TracChangeset
for help on using the changeset viewer.