Changeset 34772 in osm for applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties
- Timestamp:
- 2018-12-08T01:24:13+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties
r34708 r34772 1 plugin.author= renerr181 plugin.author=Microsoft 2 2 plugin.canloadatruntime=true 3 3 plugin.class=org.openstreetmap.josm.plugins.streetside.StreetsidePlugin 4 4 plugin.description=Allows the user to work with pictures hosted at Microsoft Streetside 5 5 plugin.icon=images/streetside-logo.svg 6 plugin.link=https:// wiki.openstreetmap.org/wiki/JOSM/Plugins/MicrosoftStreetside6 plugin.link=https://github.com/Microsoft/MicrosoftStreetsidePlugin 7 7 8 8 # Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible. 9 9 # You can check if the plugin compiles against this version by executing `./gradlew minJosmVersionClasses`. 10 plugin.main.version=14 15310 plugin.main.version=14460 11 11 #plugin.version= 12 12 # Version of JOSM against which the plugin is compiled 13 13 # Please check, if the specified version is available for download from https://josm.openstreetmap.de/download/ . 14 14 # If not, choose the next higher number that is available, or the gradle build will break. 15 plugin.compile.version=14 16315 plugin.compile.version=14460 16 16 plugin.requires=apache-commons;apache-http;utilsplugin2;javafx 17 17
Note:
See TracChangeset
for help on using the changeset viewer.