1
0
Fork 0
pdfbox/scripts/make-xar.xq
Andy Bunce 5c9e32d119
All checks were successful
Run BaseX Tests / test (push) Successful in 36s
[mod] back to v11
2025-02-10 12:24:34 +00:00

8 lines
224 B
Text

import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
let $xar:=build:xar-create()
let $output-file := build:xar-path()
return (build:write-binary($output-file, $xar),
trace($output-file,"xar: "))