Last change
on this file since 36360 was 36296, checked in by taylor.smock, 6 months ago |
Fix #23816: Update Microsoft Streetside plugin link to point at current source code instead of old source code
|
File size:
1.0 KB
|
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
|
---|
[36296] | 6 | plugin.link=https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins/MicrosoftStreetside
|
---|
[36228] | 7 | plugin.minimum.java.version=21
|
---|
[34317] | 8 |
|
---|
| 9 | # Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible.
|
---|
[35779] | 10 | # You can check if the plugin compiles against this version by executing `./gradlew compileJava_minJosm`.
|
---|
[36278] | 11 | plugin.main.version=19044
|
---|
[34582] | 12 | #plugin.version=
|
---|
[34317] | 13 | # Version of JOSM against which the plugin is compiled
|
---|
| 14 | # Please check, if the specified version is available for download from https://josm.openstreetmap.de/download/ .
|
---|
| 15 | # If not, choose the next higher number that is available, or the gradle build will break.
|
---|
[36228] | 16 | plugin.compile.version=18911
|
---|
| 17 | plugin.requires=apache-commons;javafx
|
---|
[34317] | 18 |
|
---|
| 19 | # Character encoding of Gradle files
|
---|
| 20 | systemProp.file.encoding=utf-8
|
---|
Note:
See
TracBrowser
for help on using the repository browser.