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

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="PointInfo: Fix yet another NPE issue with empty strings"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>

    <!-- plugin can load at runtime -->
    <property name="plugin.canloadatruntime" value="true"/>

    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Marián Kyral"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.pointinfo.PointInfoPlugin"/>
    <property name="plugin.description" value="Shows an additional information about point on map. Only Czech RUIAN and Spanish Cadastre Web Services modules are available at this moment."/>
    <property name="plugin.icon" value="images/mapmode/pointinfo.svg"/>
    <property name="plugin.link" value="https://github.com/mkyral/josm-pointInfo"/>
    <!--<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>
