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

    <!-- Configure these properties (replace "..." accordingly).
         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Roland M. Olbricht"/>
    <property name="plugin.class" value="mirrored_download.MirroredDownloadPlugin"/>
    <property name="plugin.description" value="Simplifies download from different read-only APIs."/>
    <property name="plugin.icon" value="images/download_mirror.png"/>
    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/mirrored_download"/>
    <property name="plugin.canloadatruntime" value="true"/>

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

</project>
