source: osm/applications/editors/josm/plugins/mapillary/gradle.properties@ 31783

Last change on this file since 31783 was 31783, checked in by floscher, 9 years ago

[mapillary] Move plugin-properties to a single file

To avoid having two places for setting project-wide properties, these are now set in the new file gradle.properties and picked up both by Ant and Gradle.

File size: 452 bytes
Line 
1plugin.author=nokutu <nokutu@openmailbox.org>
2plugin.canloadatruntime=true
3plugin.class=org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin
4plugin.description=Allows the user to work with pictures hosted at mapillary.com
5plugin.icon=images/icon24.png
6plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
7plugin.main.version=8433
8plugin.requires=apache-commons;apache-http
9plugin.version=1.0.4
10#plugin.early=…
11#plugin.stage=…
Note: See TracBrowser for help on using the repository browser.