Changeset 34729 in osm for applications/editors/josm


Ignore:
Timestamp:
2018-11-19T00:32:53+01:00 (6 years ago)
Author:
donvip
Message:

fix #josm17008 - make JavaFX plugin work with Java 10

File:
1 edited

Legend:

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

    r34713 r34729  
    1414    <property name="plugin.class.osx" value="org.openstreetmap.josm.plugins.javafx.JavaFxPluginOsx"/>
    1515    <property name="plugin.description" value="Provides the OpenJFX (JavaFX) library for JOSM core and other JOSM plugins. Provides additional features such as MP3 audio playback."/>
    16     <property name="plugin.minimum.java.version" value="11"/>
     16    <property name="plugin.minimum.java.version" value="10"/>
    1717    <property name="plugin.provides" value="javafx"/>
    1818    <!--<property name="plugin.icon" value="..."/>-->
Note: See TracChangeset for help on using the changeset viewer.