Changeset 32385 in osm for applications
- Timestamp:
- 2016-06-23T18:18:11+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.gradle
r32381 r32385 32 32 // The JOSM-version can be specified as "latest", "tested" or the numeric version number. 33 33 // When using a numeric version number you can leave out {changing=true}. 34 compile(':josm:103 27')34 compile(':josm:10338') 35 35 // For plugins it's irrelevant, which version is specified, always the latest version is used. 36 36 compile (name: 'apache-commons'){changing=true} -
applications/editors/josm/plugins/mapillary/gradle.properties
r32329 r32385 5 5 plugin.icon=images/icon24.png 6 6 plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary 7 plugin.main.version=10 2797 plugin.main.version=10332 8 8 plugin.requires=apache-commons;apache-http 9 9 plugin.version=1.1.5
Note:
See TracChangeset
for help on using the changeset viewer.