<?xml version="1.0" encoding="utf-8"?>
<project name="cadastre-fr" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="recompile for compatibility with JOSM r17896"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>
    
    <!-- Configure these properties (replace "..." accordingly).
         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Pieren;Don-vip"/>
    <property name="plugin.class" value="org.openstreetmap.josm.plugins.fr.cadastre.CadastrePlugin"/>
    <property name="plugin.description" value="A special handler for the French land registry WMS server."/>
    <property name="plugin.icon" value="images/preferences/cadastrewms.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/>
    <property name="plugin.stage" value="60"/>
    <property name="plugin.requires" value="apache-commons;ejml;jts;geotools"/>
    <property name="plugin.minimum.java.version" value="17"/>
    <property name="java.lang.version" value="17" />

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

	<fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
        <include name="apache-commons.jar"/>
        <include name="ejml.jar"/>
        <include name="jts.jar"/>
        <include name="geotools.jar"/>
    </fileset>
</project>
