<?xml version="1.0" encoding="utf-8"?>
<project name="namemanager" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="..."/>
    <!-- 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="Rafal Jachowicz &lt;rjachow@gmail.com&gt;"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.namemanager.NameManagerPlugin"/>
    <property name="plugin.description" value="Allows to attribute tags to all objects in any selected area at once"/>
    <property name="plugin.pl_description" value="Pozwala na dodawanie, edycję i usuwanie tagów znajdujących się we wskazanym obszarze na raz"/>
<!--    <property name="plugin.icon" value="images/michigan_left.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/>-->

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