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

Last change on this file since 35555 was 35417, checked in by klumbumbus, 5 years ago

see #josm18606 - Update description and fix wrong named files

  • Property svn:mime-type set to text/xml
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="RoadSigns" default="dist" basedir=".">
3 <!-- enter the SVN commit message -->
4 <property name="commit.message" value=""/>
5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
6 <property name="plugin.main.version" value="14153"/>
7
8 <property name="plugin.author" value="Paul Hartmann"/>
9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.roadsigns.RoadSignsPlugin"/>
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: Belgium, Czech Republic, Germany, Poland, Slovakia, Spain."/>
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
15 <!--
16 **********************************************************
17 ** include targets that all plugins have in common
18 **********************************************************
19 -->
20 <import file="../build-common.xml"/>
21
22</project>
Note: See TracBrowser for help on using the repository browser.