<?xml version="1.0" encoding="utf-8"?>
<project name="michigan_left" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>
    	
    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Nakor"/>
    <property name="plugin.class" value="MichiganLeft.MichiganLeft"/>
    <property name="plugin.description" value="Adds no left turn for sets of 4 or 5 ways"/>
    <property name="plugin.icon" value="images/michigan_left.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/>

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