Changeset 20745 in osm for applications/editors/josm/plugins/turnrestrictions/build.xml
- Timestamp:
- 2010-03-30T11:23:05+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/build.xml
r20489 r20745 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" Second version of turnrestriction plugin. Still under development." />33 <property name="commit.message" value="First release" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="31 36" />35 <property name="plugin.main.version" value="3152" /> 36 36 37 37 <!-- … … 102 102 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.turnrestrictions.TurnRestrictionsPlugin"/> 103 103 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 104 <attribute name="Plugin-Description" value="The turnrestrictions plugin allows to enter maintain information about turn restrictions in the OpenStreetMap database."/>104 <attribute name="Plugin-Description" value="The turnrestrictions plugin allows to create and edit turn restrictions in the OpenStreetMap database."/> 105 105 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions"/> 106 106 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
Note:
See TracChangeset
for help on using the changeset viewer.