Ignore:
Timestamp:
2020-03-16T23:15:34+01:00 (5 years ago)
Author:
donvip
Message:

fix #josm18925 - enable JavaFX plugin with Oracle Java 8 (patch by taylor.smock, modified)

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/javafx

    • Property svn:ignore
      •  

        old new  
        22build
        33javadoc
         4MANIFEST*
  • applications/editors/josm/plugins/javafx/build.xml

    r34729 r35371  
    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="10"/>
     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.