|
Last change
on this file since 31783 was 31783, checked in by floscher, 10 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 | |
|---|
| 1 | plugin.author=nokutu <nokutu@openmailbox.org>
|
|---|
| 2 | plugin.canloadatruntime=true
|
|---|
| 3 | plugin.class=org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin
|
|---|
| 4 | plugin.description=Allows the user to work with pictures hosted at mapillary.com
|
|---|
| 5 | plugin.icon=images/icon24.png
|
|---|
| 6 | plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
|
|---|
| 7 | plugin.main.version=8433
|
|---|
| 8 | plugin.requires=apache-commons;apache-http
|
|---|
| 9 | plugin.version=1.0.4
|
|---|
| 10 | #plugin.early=…
|
|---|
| 11 | #plugin.stage=…
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.