1
0
Fork 0
pdfbox/scripts/add-to-custom.xq
Andy Bunce 126890b397
Some checks failed
Run BaseX Tests / test (push) Failing after 25s
[fix]
2025-02-01 22:53:56 +00:00

9 lines
316 B
Text

import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
declare variable $custom:= "/usr/local/basex/lib/custom/";
declare variable $base:=static-base-uri()=>file:parent()=>file:parent();
"copy..",
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)
,$custom),
file:list($custom)