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

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Commit message"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="14153"/>

    <property name="plugin.author" value="Andrzej Zaborowski"/>
    <property name="plugin.class"  value="wmsturbochallenge.WMSRacer"/>
    <property name="plugin.description" value="Drive a race car from point A to point B over aerial imagery, leave cacti behind."/>
    <property name="plugin.icon" value="images/wmsracer.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/>
        
    <!-- ** include targets that all plugins have in common ** -->
    <import file="../build-common.xml"/>

</project>
