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: ")
|
|
|
|
)
|