pdfbox/scripts/add-to-custom.xq
Andy Bunce 647ced64ee
Some checks failed
Run BaseX Tests / test (push) Failing after 28s
.
2025-02-01 22:57:21 +00:00

12 lines
341 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)=>trace("Source: ")
,$custom),
file:list($custom),
"
"