Changeset 32200 in osm for applications/editors
- Timestamp:
- 2016-05-28T12:41:25+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.xml
r31783 r32200 4 4 <!-- edit the properties of this plugin in the file `gradle.properties` --> 5 5 <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"/> 6 8 7 9 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/mapillary/gradle.properties
r32040 r32200 2 2 plugin.canloadatruntime=true 3 3 plugin.class=org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin 4 plugin.description=Allows the user to work with pictures hosted at mapillary.com4 #plugin.description=Allows the user to work with pictures hosted at mapillary.com 5 5 plugin.icon=images/icon24.png 6 6 plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
Note:
See TracChangeset
for help on using the changeset viewer.