2025-02-08 23:01:54 +00:00
|
|
|
|
|
|
|
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
|
|
|
|
|
2025-02-10 11:58:51 +00:00
|
|
|
let $output-file := file:resolve-path("dist/pdfbox-" || $build:PKG?version ||".xar",$build:base)
|
2025-02-08 23:01:54 +00:00
|
|
|
return (
|
|
|
|
repo:install($output-file),
|
|
|
|
trace($output-file,"repo: ")
|
|
|
|
)
|