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

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

    <property name="plugin.author" value="Frederik Ramm"/>
    <property name="plugin.class" value="org.openstreetmap.hot.sds.SeparateDataStorePlugin"/>
    <property name="plugin.description" value="Loads data from SDS"/>
    <property name="plugin.icon" value="images/sds.png"/>
    <!--<property name="plugin.link" value=""/>-->

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

</project>
