<?xml version="1.0" encoding="utf-8"?>
<project name="cadastre-fr" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="Changed constructor for Plugin"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="5553"/>
    
    <!-- Configure these properties (replace "..." accordingly).
         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    -->
    <property name="plugin.author" value="Pieren"/>
    <property name="plugin.class" value="cadastre_fr.CadastrePlugin"/>
    <property name="plugin.description" value="A special handler for the French land registry WMS server."/>
    <property name="plugin.icon" value="images/preferences/cadastrewms.gif"/>
    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/>
    <property name="plugin.stage" value="60"/>

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