<?xml version="1.0" encoding="utf-8"?>
<project name="globalsat" default="dist" basedir=".">

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Changed constructor signature of plugin main class"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>

    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Raphael Mack"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.globalsat.GlobalsatPlugin"/>
    <property name="plugin.description" value="Download GPS points from Globalsat dg100 data logger directly in JOSM."/>
    <property name="plugin.icon" value="images/globalsatImport.png"/>
    <property name="plugin.link" value="https://www.raphael-mack.de/josm-globalsat-gpx-import-plugin/"/>
    <!--<property name="plugin.early" value="..."/>-->
    <!--<property name="plugin.requires" value="..."/>-->
    <!--<property name="plugin.stage" value="..."/>-->

    <!-- ** include targets that all plugins have in common ** -->
    <import file="../build-common.xml"/>
  
</project>
