8155872: Temporarily disable deprecation checking on the java.desktop module
Reviewed-by: erikj
This commit is contained in:
parent
0486d4e513
commit
72e6b8e873
@ -99,7 +99,7 @@ java.datatransfer_COPY := flavormap.properties
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
java.desktop_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference \
|
java.desktop_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference \
|
||||||
'-Xdoclint/package:java.*,javax.*'
|
'-Xdoclint/package:java.*,javax.*' -Xlint:-deprecation
|
||||||
java.desktop_COPY := .gif .png .wav .txt .xml .css .pf
|
java.desktop_COPY := .gif .png .wav .txt .xml .css .pf
|
||||||
java.desktop_CLEAN := iio-plugin.properties cursors.properties
|
java.desktop_CLEAN := iio-plugin.properties cursors.properties
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user