Home | History | Annotate | Download | only in core

Lines Matching defs:xml

78 # All findbugs xml files
1776 # Copy the file only if it's a well-formed xml file. For use via $(eval).
1778 # $(2): destination file, must end with .xml.
1779 define copy-xml-file-checked
1781 @echo "Copy xml: $$@"
1782 $(hide) xmllint $$< >/dev/null # Don't print the xml file to stdout.