source: osm/applications/editors/josm/plugins/cadastre-fr/build.xml@ 35498

Last change on this file since 35498 was 35332, checked in by simon04, 5 years ago

update to JOSM 15844

  • Property svn:mime-type set to text/xml
File size: 1.4 KB
RevLine 
[26174]1<?xml version="1.0" encoding="utf-8"?>
[13382]2<project name="cadastre-fr" default="dist" basedir=".">
[29526]3 <!-- enter the SVN commit message -->
[26174]4 <property name="commit.message" value="Changed constructor for Plugin"/>
[29526]5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
[35332]6 <property name="plugin.main.version" value="15844"/>
[29526]7
8 <!-- Configure these properties (replace "..." accordingly).
[31926]9 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
[29526]10 -->
[33639]11 <property name="plugin.author" value="Pieren;Don-vip"/>
[33637]12 <property name="plugin.class" value="org.openstreetmap.josm.plugins.fr.cadastre.CadastrePlugin"/>
[29526]13 <property name="plugin.description" value="A special handler for the French land registry WMS server."/>
[30703]14 <property name="plugin.icon" value="images/preferences/cadastrewms.png"/>
[31923]15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/>
[29526]16 <property name="plugin.stage" value="60"/>
[33671]17 <property name="plugin.requires" value="apache-commons;ejml;jts;geotools"/>
[22547]18
[29526]19 <!-- ** include targets that all plugins have in common ** -->
20 <import file="../build-common.xml"/>
[29734]21
[34115]22 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
23 <include name="apache-commons.jar"/>
24 <include name="ejml.jar"/>
25 <include name="jts.jar"/>
26 <include name="geotools.jar"/>
27 </fileset>
[13382]28</project>
Note: See TracBrowser for help on using the repository browser.