Changeset 36391 in osm for applications/editors


Ignore:
Timestamp:
2025-02-19T16:56:33+01:00 (3 days ago)
Author:
stoecker
Message:

fix build.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/turnlanes/build.xml

    r36344 r36391  
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    77    <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"/>
    813
    914    <!--
Note: See TracChangeset for help on using the changeset viewer.