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

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="recompile due to core change"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="7001"/>

    <property name="plugin.author" value="Marko Mäkelä"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.wayselector.WaySelectorPlugin"/>
    <property name="plugin.description" value="Select a sequence of non-branching connected ways"/>
    <property name="plugin.icon" value="images/way-select.png"/>
    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WaySelectorPlugin"/>

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

</project>
