Changeset 20431 in osm for applications/editors/josm/plugins/globalsat
- Timestamp:
- 2010-03-12T08:21:45+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/globalsat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/globalsat/build.xml
r19681 r20431 33 33 <property name="commit.message" value="Changed constructor signature of plugin main class" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 2907" />35 <property name="plugin.main.version" value="3119" /> 36 36 37 37 <property name="josm" location="../../core/dist/josm-custom.jar"/> … … 97 97 98 98 <!-- 99 ************************** Publishing the plugin *********************************** 99 ************************** Publishing the plugin *********************************** 100 100 --> 101 101 <!-- 102 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 102 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 103 103 ** property ${coreversion.info.entry.revision} 104 104 ** … … 149 149 150 150 <!-- 151 ** commits the plugin.jar 151 ** commits the plugin.jar 152 152 --> 153 153 <target name="commit-dist"> 154 154 <echo> 155 155 ***** Properties of published ${plugin.jar} ***** 156 Commit message : '${commit.message}' 156 Commit message : '${commit.message}' 157 157 Plugin-Mainversion: ${plugin.main.version} 158 158 JOSM build version: ${coreversion.info.entry.revision} 159 159 Plugin-Version : ${version.entry.commit.revision} 160 ***** / Properties of published ${plugin.jar} ***** 161 160 ***** / Properties of published ${plugin.jar} ***** 161 162 162 Now commiting ${plugin.jar} ... 163 163 </echo> -
applications/editors/josm/plugins/globalsat/src/org/openstreetmap/josm/plugins/globalsat/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.