Changeset 36391 in osm for applications/editors/josm/plugins/turnlanes/build.xml
- Timestamp:
- 2025-02-19T16:56:33+01:00 (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnlanes/build.xml
r36344 r36391 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 7 <property name="plugin.main.version" value="19044"/> 8 <property name="plugin.author" value="Benjamin Schulz"/> 9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.turnlanes.TurnLanesPlugin"/> 10 <property name="plugin.description" value="Provides a straightforward GUI for adding, editing and deleting turn lanes."/> 11 <property name="plugin.icon" value="images/dialogs/turnlanes.pn"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Relations/Proposed/turn_lanes#Plugin"/> 8 13 9 14 <!--
Note:
See TracChangeset
for help on using the changeset viewer.