Ignore:
Timestamp:
2018-08-27T13:27:51+02:00 (6 years ago)
Author:
donvip
Message:

see #josm16682 - new property Plugin-Minimum-Java-Version for openjfx plugin

File:
1 edited

Legend:

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

    r34603 r34604  
    1212    <property name="plugin.class" value="org.openstreetmap.josm.plugins.jaxb.OpenJfxPlugin"/>
    1313    <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."/>
     14    <property name="plugin.minimum.java.version" value="11"/>
    1415    <!--<property name="plugin.icon" value="..."/>-->
    1516    <!--<property name="plugin.link" value="..."/>-->
Note: See TracChangeset for help on using the changeset viewer.