Rev | Line | |
---|
[34772] | 1 | plugin.author=Microsoft
|
---|
[34317] | 2 | plugin.canloadatruntime=true
|
---|
| 3 | plugin.class=org.openstreetmap.josm.plugins.streetside.StreetsidePlugin
|
---|
| 4 | plugin.description=Allows the user to work with pictures hosted at Microsoft Streetside
|
---|
| 5 | plugin.icon=images/streetside-logo.svg
|
---|
[34772] | 6 | plugin.link=https://github.com/Microsoft/MicrosoftStreetsidePlugin
|
---|
[34317] | 7 |
|
---|
| 8 | # Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible.
|
---|
| 9 | # You can check if the plugin compiles against this version by executing `./gradlew minJosmVersionClasses`.
|
---|
[34772] | 10 | plugin.main.version=14460
|
---|
[34582] | 11 | #plugin.version=
|
---|
[34317] | 12 | # Version of JOSM against which the plugin is compiled
|
---|
| 13 | # Please check, if the specified version is available for download from https://josm.openstreetmap.de/download/ .
|
---|
| 14 | # If not, choose the next higher number that is available, or the gradle build will break.
|
---|
[34772] | 15 | plugin.compile.version=14460
|
---|
[34708] | 16 | plugin.requires=apache-commons;apache-http;utilsplugin2;javafx
|
---|
[34317] | 17 |
|
---|
| 18 | # Character encoding of Gradle files
|
---|
| 19 | systemProp.file.encoding=utf-8
|
---|
Note:
See
TracBrowser
for help on using the repository browser.