<?xml version="1.0" encoding="utf-8"?>
<!--
** This is a template build file for a JOSM  plugin.
**
** Maintaining versions
** ====================
** See README.template
**
** Usage
** =====
** Call "ant help" to get possible build targets.
**
-->
<project name="utilsplugin2" default="dist" basedir=".">

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Utilsplugin2: validation for pasting tags"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="4980"/>

    <property name="plugin.author" value="Kalle Lampila, Upliner, 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="http://josm.openstreetmap.de/wiki/Help/Plugin/UtilsPlugin2"/>

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

</project>
