1
0
Fork 0
pdfbox/scripts/add-to-custom.xq
Andy Bunce 95b95b848d
Some checks failed
Run BaseX Tests / test (push) Failing after 31s
Z
2025-02-02 18:15:08 +00:00

16 lines
350 B
Text

import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
declare variable $base:= file:parent(db:system()/globaloptions/dbpath/string());
"
copy..
",
file:copy(
"dist/pdfbox-3.0.4.fat.jar"=>trace("Source: "),
file:resolve-path("lib/custom",$base)=>trace("Dest: ")
),
file:list(file:resolve-path("lib/custom",$base)),
"
"