1
0
Fork 0
pdfbox/scripts/add-to-custom.xq
Andy Bunce 5e516d3d39
Some checks failed
Run BaseX Tests / test (push) Failing after 18s
.
2025-02-01 23:19:31 +00:00

13 lines
349 B
Text

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