<?xml version="1.0" encoding="utf-8"?>

<project name="tofix" default="dist" basedir=".">
    <property name="commit.message" value="Tofix plugin"/>
    <property name="plugin.main.version" value="8151"/>
    <property name="plugin.version" value="v0.0.1"/>
    <property name="plugin.author" value="Rub21"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.tofix.TofixPlugin"/>
    <property name="plugin.description" value="Integrate to-fix http://osmlab.github.io/to-fix/ into JOSM to repair errors in OpenStreetMap"/>
    <property name="plugin.icon" value="images/icontofix.png"/>
    <property name="plugin.link" value="https://github.com/osmlab/josm-tofix-plugin"/>
    <import file="../build-common.xml"/>
</project>
