Changeset 36349 in osm for applications/editors/josm/plugins/CustomizePublicTransportStop
- Timestamp:
- 2024-10-28T19:18:41+01:00 (3 months ago)
- Location:
- applications/editors/josm/plugins/CustomizePublicTransportStop
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
r35760 r36349 5 5 <property name="commit.message" value="CustomizePublicTransportStop: recompile for compatibility with JOSM r17896"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="1 7896"/>7 <property name="plugin.main.version" value="19044"/> 8 8 9 9 <property name="plugin.author" value="Rodion Scherbakov"/> -
applications/editors/josm/plugins/CustomizePublicTransportStop/pom.xml
r36325 r36349 17 17 <properties> 18 18 <plugin.src.dir>src</plugin.src.dir> 19 <plugin.main.version>1 7896</plugin.main.version>19 <plugin.main.version>19044</plugin.main.version> 20 20 <plugin.author>Rodion Scherbakov</plugin.author> 21 21 <plugin.class>org.openstreetmap.josm.plugins.customizepublictransportstop.CustomizePublicTransportStopPlugin</plugin.class>
Note:
See TracChangeset
for help on using the changeset viewer.