source: osm/applications/editors/josm/plugins/livegps/build.xml@ 36414

Last change on this file since 36414 was 36344, checked in by taylor.smock, 6 months ago

Set minimum JOSM version to r19044

r19044 was the first Java 11+ only version of JOSM.

  • Property svn:mime-type set to text/xml
File size: 999 bytes
RevLine 
[26174]1<?xml version="1.0" encoding="utf-8"?>
[1955]2<project name="livegps" default="dist" basedir=".">
[26174]3 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
[36344]4 <property name="plugin.main.version" value="19044"/>
[36107]5
[30131]6 <!-- Configure these properties (replace "..." accordingly).
[31926]7 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
[30131]8 -->
9 <property name="plugin.author" value="Frederik Ramm"/>
10 <property name="plugin.class" value="livegps.LiveGpsPlugin"/>
11 <property name="plugin.description" value="Support live GPS input (moving dot) through a connection to gpsd server."/>
[36107]12 <property name="plugin.icon" value="images/dialogs/livegps.svg"/>
[31923]13 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/LiveGPS"/>
[30131]14 <property name="plugin.stage" value="50"/>
[36107]15
[30131]16 <!-- ** include targets that all plugins have in common ** -->
17 <import file="../build-common.xml"/>
[1955]18</project>
Note: See TracBrowser for help on using the repository browser.