<?xml version="1.0" encoding="utf-8"?>
<project name="Tracer" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Tracer plugin can load at runtime"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>
    <property name="plugin.canloadatruntime" value="true"/>

    <property name="plugin.author" value="Jan Bilak, Petr Dlouhý"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.tracer.TracerPlugin"/>
    <property name="plugin.description" value="Traces buildings from Czech cadastral map. Needs TracerServer (.NET or Mono) to be running."/>
    <property name="plugin.icon" value="images/mapmode/tracer-sml.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer"/>

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