<?xml version="1.0" encoding="utf-8"?>
<project name="undelete" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="adapt to core changes (backwards compatible)"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="12840"/>

    <property name="plugin.author" value="Nakor"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.undelete.Undelete"/>
    <property name="plugin.description" value="Allows undeleting object from OSM database"/>
    <property name="plugin.icon" value="images/undelete.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Undelete"/>

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

</project>
