source: osm/applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties@ 34708

Last change on this file since 34708 was 34708, checked in by donvip, 6 years ago

make plugin depend on javafx plugin

File size: 1012 bytes
Line 
1plugin.author=renerr18
2plugin.canloadatruntime=true
3plugin.class=org.openstreetmap.josm.plugins.streetside.StreetsidePlugin
4plugin.description=Allows the user to work with pictures hosted at Microsoft Streetside
5plugin.icon=images/streetside-logo.svg
6plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MicrosoftStreetside
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`.
10plugin.main.version=14153
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.
15plugin.compile.version=14163
16plugin.requires=apache-commons;apache-http;utilsplugin2;javafx
17
18# Character encoding of Gradle files
19systemProp.file.encoding=utf-8
Note: See TracBrowser for help on using the repository browser.