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

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="InfoMode : for shortcurt parser"/>
    <!-- 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="Alexei Kasatkin"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.infomode.InfoModePlugin"/>
    <property name="plugin.description" value="Extra information about current layer objects pop ups - currently GPX trackpoint info"/>
    <property name="plugin.icon" value="images/mapmode/infomode.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/InfoMode"/>
    <!--<property name="plugin.early" value="..."/>-->
    <!--<property name="plugin.requires" value="..."/>-->
    <!--<property name="plugin.stage" value="..."/>-->

    <target name="additional-manifest">
        <manifest file="MANIFEST" mode="update">
            <attribute name="ru_Plugin-Link" value="https://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/InfoMode"/>
        </manifest>
    </target>

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