Last change
on this file since 36034 was 36034, checked in by taylor.smock, 2 years ago |
Dependency updates
apache-commons:
- zstd-jni: 1.5.2-3 -> 1.5.2-5
- commons-compress: 1.21 -> 1.22
- commons-text: 1.9 -> 1.10.0
flatlaf: 1.6.1 -> 2.6
javafx: 16 -> 19
log4j: 2.18.0 -> 2.19.0
MicrosoftStreetside:
- Enable builds on systems without JavaFX
- Remove dependencies that exist in other plugins
pbf: 3.13.0 -> 3.20.3
jackson: 2.13.3 -> 2.14.0
lwjgl: joml 1.10.3 -> 1.10.5
|
File size:
1011 bytes
|
Line | |
---|
1 | plugin.author=Microsoft
|
---|
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
|
---|
6 | plugin.link=https://github.com/Microsoft/MicrosoftStreetsidePlugin
|
---|
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 compileJava_minJosm`.
|
---|
10 | plugin.main.version=18494
|
---|
11 | #plugin.version=
|
---|
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.
|
---|
15 | plugin.compile.version=18494
|
---|
16 | plugin.requires=apache-commons;apache-http;jackson;javafx;log4j;utilsplugin2
|
---|
17 |
|
---|
18 | # Character encoding of Gradle files
|
---|
19 | systemProp.file.encoding=utf-8
|
---|
Note:
See
TracBrowser
for help on using the repository browser.