1
0
Fork 0
pdfbox/scripts/repo-install.xq

9 lines
201 B
Text
Raw Normal View History

2025-02-08 23:01:54 +00:00
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
2025-02-18 16:20:02 +00:00
let $output-file := build:xar-path()
2025-02-08 23:01:54 +00:00
return (
repo:install($output-file),
trace($output-file,"repo: ")
)