source: osm/applications/editors/josm/plugins/roadsigns/build.xml@ 36363

Last change on this file since 36363 was 36316, checked in by taylor.smock, 5 months ago

Fix #23586: Add Austria signs in RoadSigns (patch by Luzandro, modified)

Modifications are as follows:

  • Update minimum JOSM version to r19044 since we now build with Java 11.
  • Lint cleanup of RoadSignsPlugin.java
  • Property svn:mime-type set to text/xml
File size: 1.3 KB
RevLine 
[26174]1<?xml version="1.0" encoding="utf-8"?>
[21967]2<project name="RoadSigns" default="dist" basedir=".">
[26174]3 <!-- enter the SVN commit message -->
[30940]4 <property name="commit.message" value=""/>
[26174]5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
[36316]6 <property name="plugin.main.version" value="19044"/>
[26341]7
[35039]8 <property name="plugin.author" value="Paul Hartmann"/>
9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.roadsigns.RoadSignsPlugin"/>
[36316]10 <property name="plugin.description" value="Plugin for tagging of objects based on a selection of road signs. The dialog can be opened by clicking a small icon in the upper right corner of the properties window. Available country presets: Austria, Belgium, Czech Republic, Germany, Poland, Slovakia, Spain."/>
[35039]11 <property name="plugin.icon" value="images/pref/roadsigns.png"/>
12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/RoadSigns"/>
13 <property name="plugin.canloadatruntime" value="true"/>
14
[26174]15 <!--
[21967]16 **********************************************************
[26341]17 ** include targets that all plugins have in common
[21967]18 **********************************************************
19 -->
[26341]20 <import file="../build-common.xml"/>
21
[21967]22</project>
Note: See TracBrowser for help on using the repository browser.