Changeset 32200 in osm


Ignore:
Timestamp:
2016-05-28T12:41:25+02:00 (8 years ago)
Author:
nokutu
Message:

Fixed #12854

Location:
applications/editors/josm/plugins/mapillary
Files:
2 edited

Legend:

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

    r31783 r32200  
    44  <!-- edit the properties of this plugin in the file `gradle.properties` -->
    55  <property file="${basedir}/gradle.properties"/>
     6  <!-- had to add the description here instead of grade.properties in order to have in translated -->
     7  <property name="plugin.description" value="Allows the user to work with pictures hosted at mapillary.com"/>
    68
    79  <property name="josm" location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/mapillary/gradle.properties

    r32040 r32200  
    22plugin.canloadatruntime=true
    33plugin.class=org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin
    4 plugin.description=Allows the user to work with pictures hosted at mapillary.com
     4#plugin.description=Allows the user to work with pictures hosted at mapillary.com
    55plugin.icon=images/icon24.png
    66plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
Note: See TracChangeset for help on using the changeset viewer.