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

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="[josm_utilsplugin2]: select boundary by double-click; multitagger table highlights"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="13007"/>

    <property name="plugin.author" value="Kalle Lampila, Upliner, Zverik, akks, joshdoe and others"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.utilsplugin2.UtilsPlugin2"/>
    <property name="plugin.description" value="Several utilities that make your life easier."/>
    <property name="plugin.icon" value="images/utils.png"/>
    <property name="plugin.link" value="https://josm.openstreetmap.de/wiki/Help/Plugin/UtilsPlugin2"/>
    <property name="plugin.canloadatruntime" value="true"/>
    <property name="plugin.stage" value="40"/>
    
    <!-- ** include targets that all plugins have in common ** -->
    <import file="../build-common.xml"/>

</project>
