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

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="fix after JOSM update"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="10580"/>
    <property name="plugin.author" value="Matthias Meißer"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.videomapping.VideoPlugin"/>
    <property name="plugin.description" value="(This Plugin is currently work in progress!!!) Links and syncs a georeferenced video against a GPS track, to use it for identify visible objects."/>
    <property name="plugin.icon" value="images/videomapping.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/VideoMapping"/>
    <property name="plugin.requires" value="jna;log4j"/>

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

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