Changeset 34708 in osm for applications/editors/josm


Ignore:
Timestamp:
2018-10-29T22:06:45+01:00 (6 years ago)
Author:
donvip
Message:

make plugin depend on javafx plugin

Location:
applications/editors/josm/plugins/MicrosoftStreetside
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside/build.xml

    r34610 r34708  
    1515        <property name="plugin.icon" value="images/streetside-logo-white.png" />
    1616        <property name="plugin.link" value="https://github.com/spatialdev/MicrosoftStreetside"/>
    17         <property name="plugin.requires" value="apache-commons;apache-http;openjfx"/>
    1817
    1918        <property name="plugin.canloadatruntime" value="true"/>
  • applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties

    r34582 r34708  
    1414# If not, choose the next higher number that is available, or the gradle build will break.
    1515plugin.compile.version=14163
    16 plugin.requires=apache-commons;apache-http;utilsplugin2
     16plugin.requires=apache-commons;apache-http;utilsplugin2;javafx
    1717
    1818# Character encoding of Gradle files
Note: See TracChangeset for help on using the changeset viewer.