Changeset 35565 in osm for applications/editors/josm/plugins/pointInfo/build.xml
- Timestamp:
- 2020-09-29T18:19:41+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pointInfo/build.xml
r34545 r35565 3 3 4 4 <!-- 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"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 7 <property name="plugin.main.version" value="14153"/> … … 16 16 <property name="plugin.class" value="org.openstreetmap.josm.plugins.pointinfo.PointInfoPlugin"/> 17 17 <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"/> 19 19 <property name="plugin.link" value="https://github.com/mkyral/josm-pointInfo"/> 20 20 <!--<property name="plugin.early" value="..."/>--> … … 22 22 <!--<property name="plugin.stage" value="..."/>--> 23 23 24 <property name="josm" location="../../core/dist/josm-custom.jar"/>25 <property name="plugin.dist.dir" value="../../dist"/>26 27 24 <!-- ** include targets that all plugins have in common ** --> 28 25 <import file="../build-common.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.
