Ignore:
Timestamp:
2011-12-30T16:58:35+01:00 (13 years ago)
Author:
stoecker
Message:

fix some plugin icons and plugin links

Location:
applications/editors/josm/plugins
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/DirectDownload/build.xml

    r27038 r27352  
    101101                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    102102                <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="..."/> -->
    107105                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    108106                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/czechaddress/build.xml

    r27119 r27352  
    3131            <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    3232            <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"/>
    3435            <attribute name="Plugin-Mainversion" value="4549"/>
    3536            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/imagewaypoint/build.xml

    r27178 r27352  
    6262                <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."/>
    6363                <attribute name="Plugin-Early" value="false"/>
     64                <attribute name="Plugin-Icon" value="images/dialogs/imagewaypoint.png"/>
    6465                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    6566                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/piclayer/build.xml

    r27290 r27352  
    8484                <attribute name="Plugin-Description" value="This plugin allows to display any picture as a background in the editor and align it with the map."/>
    8585                <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"/>
    8787                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    8888                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/turnlanes/build.xml

    r26605 r27352  
    101101                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    102102                <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" />
    105105                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    106106                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/turnrestrictions/build.xml

    r26990 r27352  
    103103                <attribute name="Plugin-Description" value="The turnrestrictions plugin allows to enter maintain information about turn restrictions in the OpenStreetMap database."/>
    104104                <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"/>
    106106                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    107107                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/utilsplugin2/build.xml

    r27318 r27352  
    101101                <attribute name="Plugin-Description" value="Several utilities that make your life easier."/>
    102102                <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"/>
    104104                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    105105                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note: See TracChangeset for help on using the changeset viewer.