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

Last change on this file since 35657 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
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 -->
[34553]6 <property name="plugin.main.version" value="14153"/>
[26341]7
[35039]8 <property name="plugin.author" value="Paul Hartmann"/>
9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.roadsigns.RoadSignsPlugin"/>
[35417]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."/>
[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.