Changeset 19174 in josm for trunk


Ignore:
Timestamp:
2024-08-08T14:44:05+02:00 (6 months ago)
Author:
taylor.smock
Message:

Add javafx to ignore list for API check (ant check-plugins)

javafx is expected to be provided by the installed Java distribution, be it our
installers, one provided by OpenWebStart, or installed by the user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r19146 r19174  
    778778            <ignore classname="org.zeromq.*"/>
    779779            <ignore classname="waffle.*"/>
     780            <!-- Our installers include javafx -->
     781            <ignore classname="javafx.*"/>
    780782            <!-- plugins used by another ones -->
    781783            <ignore classname="org.openstreetmap.josm.plugins.geotools.*"/>
Note: See TracChangeset for help on using the changeset viewer.