Skip to content

Commit

Permalink
Add javafx to ignore list for API check (ant check-plugins)
Browse files Browse the repository at this point in the history
javafx is expected to be provided by the installed Java distribution, be it our
installers, one provided by OpenWebStart, or installed by the user.

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19174 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Aug 8, 2024
1 parent 17cffbb commit 2f2830b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,8 @@ Build-Date: ${build.tstamp}
<ignore classname="org.w3c.*"/>
<ignore classname="org.zeromq.*"/>
<ignore classname="waffle.*"/>
<!-- Our installers include javafx -->
<ignore classname="javafx.*"/>
<!-- plugins used by another ones -->
<ignore classname="org.openstreetmap.josm.plugins.geotools.*"/>
<ignore classname="org.openstreetmap.josm.plugins.jaxb.*"/>
Expand Down

0 comments on commit 2f2830b

Please sign in to comment.