<?xml version="1.0" encoding="utf-8"?>
<project name="Mapillary" default="dist" basedir=".">

    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="8433"/>
    <property name="plugin.canloadatruntime" value="true"/>
    <property name="plugin.version" value="0.8.2"/>
    <property name="plugin.author" value="nokutu &lt;nokutu@openmailbox.org&gt;"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/>
    <property name="plugin.description" value="Enables user to work with pictures hosted at mapillary.com"/>
    <property name="plugin.icon" value="images/icon24.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary"/>
    <!--<property name="plugin.early" value="..."/>-->
    <property name="plugin.requires" value="commons-imaging"/>
    <!--<property name="plugin.stage" value="..."/>-->
    
	<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="commons-imaging.jar"/>
    </fileset>
</project>
