<?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 breakage caused by API cleaning."/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="10604"/>

    <!-- 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="Marian 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. There is only a Czech RUIAN module available at this moment."/>
    <property name="plugin.icon" value="images/mapmode/info-sml.png"/>
    <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="..."/>-->

    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    <property name="plugin.dist.dir" value="../../dist"/>

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

</project>
