Ignore:
Timestamp:
2020-09-29T18:19:41+02:00 (6 years ago)
Author:
Mkyral
Message:

PointInfo: Switch to SVG icons

File:
1 edited

Legend:

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

    r34545 r35565  
    33
    44    <!-- enter the SVN commit message -->
    5     <property name="commit.message" value="PointInfo: Adds a link to photo metadata in Catastro module. Patch by Javier Sánchez Portero."/>
     5    <property name="commit.message" value="PointInfo: Switch to SVG icons"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    77    <property name="plugin.main.version" value="14153"/>
     
    1616    <property name="plugin.class" value="org.openstreetmap.josm.plugins.pointinfo.PointInfoPlugin"/>
    1717    <property name="plugin.description" value="Shows an additional information about point on map. Only Czech RUIAN and Spanish Cadastre Web Services modules are available at this moment."/>
    18     <property name="plugin.icon" value="images/mapmode/info-sml.png"/>
     18    <property name="plugin.icon" value="images/mapmode/pointinfo.svg"/>
    1919    <property name="plugin.link" value="https://github.com/mkyral/josm-pointInfo"/>
    2020    <!--<property name="plugin.early" value="..."/>-->
     
    2222    <!--<property name="plugin.stage" value="..."/>-->
    2323
    24     <property name="josm" location="../../core/dist/josm-custom.jar"/>
    25     <property name="plugin.dist.dir" value="../../dist"/>
    26 
    2724    <!-- ** include targets that all plugins have in common ** -->
    2825    <import file="../build-common.xml"/>
Note: See TracChangeset for help on using the changeset viewer.