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

    <!-- enter the SVN commit message -->
    <property name="commit.message" value="trustosm: recompile for compatibility with JOSM r17896" />
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>
    <property name="plugin.author" value="Christoph Wagner" />
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.trustosm.TrustOSMplugin" />
    <property name="plugin.description" value="Plugin to digital sign OSM-Data" />
    <property name="plugin.icon" value="images/trustosm.png" />
    <property name="plugin.link" value=""/>
    <property name="plugin.requires" value="plastic_laf"/>

    <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="plastic_laf.jar"/>
    </fileset>

    <target name="pre-compile" depends="fetch_dependencies">
        <!-- include fetch_dependencies task -->
    </target>
</project>
