Ignore:
Timestamp:
2018-08-19T22:35:16+02:00 (8 years ago)
Author:
donvip
Message:

rename packages, fix warnings

File:
1 edited

Legend:

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

    r34558 r34591  
    1414    -->
    1515    <property name="plugin.author" value="Christof Dallermassl"/>
    16     <property name="plugin.class" value="at.dallermassl.josm.plugin.surveyor.SurveyorPlugin"/>
     16    <property name="plugin.class" value="org.openstreetmap.josm.plugins.surveyor.SurveyorPlugin"/>
    1717    <property name="plugin.description" value="Allow adding markers/nodes on current gps positions."/>
    1818    <property name="plugin.icon" value="images/surveyormenu.png"/>
    19     <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Surveyor"/>
     19    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Surveyor"/>
    2020    <property name="plugin.requires" value="livegps"/>
    2121    <property name="plugin.stage" value="60"/>
Note: See TracChangeset for help on using the changeset viewer.