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

Last change on this file since 36407 was 36393, checked in by stoecker, 7 weeks ago

fix build.xml java version

  • Property svn:mime-type set to text/xml
File size: 1.5 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 -->
[35758]4 <property name="commit.message" value="recompile for compatibility with JOSM r17896"/>
[29526]5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
[36344]6 <property name="plugin.main.version" value="19044"/>
[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"/>
[36385]18 <property name="plugin.minimum.java.version" value="17"/>
[36393]19 <property name="java.lang.version" value="17" />
[22547]20
[29526]21 <!-- ** include targets that all plugins have in common ** -->
22 <import file="../build-common.xml"/>
[29734]23
[34115]24 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
25 <include name="apache-commons.jar"/>
26 <include name="ejml.jar"/>
27 <include name="jts.jar"/>
28 <include name="geotools.jar"/>
29 </fileset>
[13382]30</project>
Note: See TracBrowser for help on using the repository browser.