Ignore:
Timestamp:
2018-10-28T17:28:36+01:00 (6 years ago)
Author:
donvip
Message:

openjfx => javafx

File:
1 edited

Legend:

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

    r34700 r34701  
    1010    -->
    1111    <property name="plugin.author" value="Don-vip"/>
    12     <property name="plugin.class" value="org.openstreetmap.josm.plugins.openjfx.OpenJfxPlugin"/>
     12    <property name="plugin.class" value="org.openstreetmap.josm.plugins.javafx.JavaFxPlugin"/>
    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."/>
    1414    <property name="plugin.minimum.java.version" value="11"/>
     15    <property name="plugin.provides" value="javafx"/>
    1516    <!--<property name="plugin.icon" value="..."/>-->
    1617    <!--<property name="plugin.link" value="..."/>-->
Note: See TracChangeset for help on using the changeset viewer.