Changeset 22202 in osm for applications/editors/josm
- Timestamp:
- 2010-07-06T17:38:40+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/roadsigns/build.xml
r21967 r22202 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" Commit message" />33 <property name="commit.message" value="fix message/i18n" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 35 <property name="plugin.main.version" value="3338" /> … … 103 103 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.roadsigns.RoadSignsPlugin"/> 104 104 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 105 <attribute name="Plugin-Description" 106 value="Selection of road signs from a list of presets. With simple clicks you can create combinations 107 of signs and generate tagging suggestions. The dialog can be opened by clicking a small icon 108 in the upper right corner of the properties window. 109 Available country presets: Germany (hopefully more to come)."/> 105 <attribute 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: Germany."/> 110 106 <attribute name="Plugin-Icon" value="images/pref/roadsigns.png"/> 111 107 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/RoadSigns"/>
Note:
See TracChangeset
for help on using the changeset viewer.