Lines Matching defs:xml
78 # All findbugs xml files1776 # 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-checked1781 @echo "Copy xml: $$@"1782 $(hide) xmllint $$< >/dev/null # Don't print the xml file to stdout.