Changeset 36107 in osm for applications/editors/josm/plugins/livegps/build.xml
- Timestamp:
- 2023-08-01T14:17:03+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/build.xml
r35993 r36107 2 2 <project name="livegps" default="dist" basedir="."> 3 3 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 4 <property name="plugin.main.version" value="18 494"/>5 4 <property name="plugin.main.version" value="18788"/> 5 6 6 <!-- Configure these properties (replace "..." accordingly). 7 7 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins … … 10 10 <property name="plugin.class" value="livegps.LiveGpsPlugin"/> 11 11 <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"/> 13 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/LiveGPS"/> 14 14 <property name="plugin.stage" value="50"/> 15 15 16 16 <!-- ** include targets that all plugins have in common ** --> 17 17 <import file="../build-common.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.
