<?xml version="1.0" encoding="utf-8"?>
<project name="SeaChartEditor" 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="10580"/>

    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Malcolm Herring"/>
    <property name="plugin.class" value="scedit.SCedit"/>
    <property name="plugin.description" value="Edit features for Sea Charts"/>
    <property name="plugin.icon" value="images/SC.png"/>
    <property name="plugin.link" value="http://openseamap.org/"/>
    <property name="plugin.requires" value="seachart"/>

    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    <property name="plugin.dist.dir" value="../../dist"/>

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

    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
        <include name="SeaChart.jar"/>
    </fileset>

</project>
