<?xml version="1.0" encoding="utf-8"?>
<project name="SeaMapEditor" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="New release"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="7001"/>

    <!-- Configure these properties (replace "..." accordingly).
         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Malcolm Herring"/>
    <property name="plugin.class" value="smed.Smed"/>
    <property name="plugin.description" value="Edit features for OpenSeaMap"/>
    <property name="plugin.icon" value="images/Smed.png"/>
    <property name="plugin.link" value="http://openseamap.org/"/>
    <property name="plugin.canloadatruntime" value="true"/>
    <!-- ** include targets that all plugins have in common ** -->
    <import file="../build-common.xml"/>                

</project>
