Changeset 27352 in osm for applications/editors/josm/plugins
- Timestamp:
- 2011-12-30T16:58:35+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectDownload/build.xml
r27038 r27352 101 101 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 102 102 <attribute name="Plugin-Description" value="Download your GPX tracks from openstreetmap.org"/> 103 <!-- 104 <attribute name="Plugin-Icon" value="..."/> 105 <attribute name="Plugin-Link" value="..."/> 106 --> 103 <attribute name="Plugin-Icon" value="images/DownloadAction.png"/> 104 <!-- <attribute name="Plugin-Link" value="..."/> --> 107 105 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 108 106 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/czechaddress/build.xml
r27119 r27352 31 31 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 32 32 <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/> 33 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/> 33 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/> 34 <attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/> 34 35 <attribute name="Plugin-Mainversion" value="4549"/> 35 36 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/imagewaypoint/build.xml
r27178 r27352 62 62 <attribute name="Plugin-Description" value="Another plugin to match images to the waypoints in a GPX file. A match is made when the ''name'', ''cmt'' or ''desc'' attribute of a waypoint tag matches the filename of an image."/> 63 63 <attribute name="Plugin-Early" value="false"/> 64 <attribute name="Plugin-Icon" value="images/dialogs/imagewaypoint.png"/> 64 65 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 65 66 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/piclayer/build.xml
r27290 r27352 84 84 <attribute name="Plugin-Description" value="This plugin allows to display any picture as a background in the editor and align it with the map."/> 85 85 <attribute name="Plugin-Icon" value="images/layericon.png"/> 86 <attribute name="Plugin-Link" value="http:// wiki.openstreetmap.org/wiki/JOSM/Plugins/PicLayer"/>86 <attribute name="Plugin-Link" value="http://josm.openstreetmap.de/wiki/Help/Plugin/PicLayer"/> 87 87 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 88 88 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/turnlanes/build.xml
r26605 r27352 101 101 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 102 102 <attribute name="Plugin-Description" value="Provides a straightforward GUI for adding, editing and deleting turn lanes."/> 103 < !--<attribute name="Plugin-Icon" value="..." />-->104 < !--<attribute name="Plugin-Link" value="..." />-->103 <attribute name="Plugin-Icon" value="images/dialogs/turnlanes.png" /> 104 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/Relations/Proposed/turn_lanes#Plugin" /> 105 105 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 106 106 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/turnrestrictions/build.xml
r26990 r27352 103 103 <attribute name="Plugin-Description" value="The turnrestrictions plugin allows to enter maintain information about turn restrictions in the OpenStreetMap database."/> 104 104 <attribute name="Plugin-Icon" value="images/preferences/turnrestrictions.png"/> 105 <attribute name="Plugin-Link" value="http:// wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions"/>105 <attribute name="Plugin-Link" value="http://josm.openstreetmap.de/wiki/Help/Plugin/TurnRestrictions"/> 106 106 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 107 107 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/utilsplugin2/build.xml
r27318 r27352 101 101 <attribute name="Plugin-Description" value="Several utilities that make your life easier."/> 102 102 <attribute name="Plugin-Icon" value="images/utils.png"/> 103 <attribute name="Plugin-Link" value="http:// wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2"/>103 <attribute name="Plugin-Link" value="http://josm.openstreetmap.de/wiki/Help/Plugin/UtilsPlugin2"/> 104 104 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 105 105 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note:
See TracChangeset
for help on using the changeset viewer.