Ignore:
Timestamp:
2023-08-01T14:17:03+02:00 (3 years ago)
Author:
stoecker
Message:

add direct NMEA input, fix JavaDoc and some warnings

File:
1 edited

Legend:

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

    r35993 r36107  
    22<project name="livegps" default="dist" basedir=".">
    33    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    4     <property name="plugin.main.version" value="18494"/>
    5        
     4    <property name="plugin.main.version" value="18788"/>
     5
    66    <!-- Configure these properties (replace "..." accordingly).
    77         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
     
    1010    <property name="plugin.class" value="livegps.LiveGpsPlugin"/>
    1111    <property name="plugin.description" value="Support live GPS input (moving dot) through a connection to gpsd server."/>
    12     <property name="plugin.icon" value="images/dialogs/livegps.png"/>
     12    <property name="plugin.icon" value="images/dialogs/livegps.svg"/>
    1313    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/LiveGPS"/>
    1414    <property name="plugin.stage" value="50"/>
    15    
     15
    1616    <!-- ** include targets that all plugins have in common ** -->
    1717    <import file="../build-common.xml"/>
Note: See TracChangeset for help on using the changeset viewer.