Changeset 20745 in osm for applications
- Timestamp:
- 2010-03-30T11:23:05+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/README
r20606 r20745 9 9 SEE ALSO 10 10 ======== 11 http://wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions and 12 online help informationhttp://josm.openstreetmap.de/wiki/Plugins/turnrestrictions. 11 * <http://josm.openstreetmap.de/wiki/Plugins/turnrestrictions> 12 Information about the plugin in the OSM wiki. 13 14 * <http://wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions> 15 Online help for the plugin, maintained on the JOSM wiki. 13 16 14 17 CREDIT 15 18 ====== 16 19 Initial development of this plugin was sponsored by skobbler GmbH, see 17 http://www.skobbler.de/.20 <http://www.skobbler.de/>. 18 21 19 22 -
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.