Ignore:
Timestamp:
2019-02-11T20:24:56+01:00 (5 years ago)
Author:
Don-vip
Message:

see #16912 - update javafx plugin name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java

    r14778 r14781  
    120120            for (Iterator<PluginInformation> it = plugins.iterator(); it.hasNext();) {
    121121                PluginInformation pi = it.next();
    122                 if (pi.getRequiredPlugins().contains("openjfx")) {
     122                if (pi.getRequiredPlugins().contains("javafx")) {
    123123                    System.out.println("Ignoring " + pi.name + " (requiring JavaFX and we're using Java < 11 in headless mode)");
    124124                    it.remove();
Note: See TracChangeset for help on using the changeset viewer.