This commit is contained in:
parent
fd295d8c88
commit
126890b397
2 changed files with 5 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
||||||
30/1/2025.................
|
30/1/2025.................
|
||||||
..lgn
|
..lgnf
|
|
@ -1,8 +1,9 @@
|
||||||
declare base-uri '../';
|
|
||||||
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
|
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
|
||||||
|
|
||||||
declare variable $custom:= "/usr/local/basex/lib/custom/";
|
declare variable $custom:= "/usr/local/basex/lib/custom/";
|
||||||
declare $jar:=file:parent(static-base-uri())
|
declare variable $base:=static-base-uri()=>file:parent()=>file:parent();
|
||||||
"copy..",
|
"copy..",
|
||||||
file:copy("dist/pdfbox-3.0.4.fat.jar",$custom),
|
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)
|
||||||
|
,$custom),
|
||||||
file:list($custom)
|
file:list($custom)
|
||||||
|
|
Loading…
Add table
Reference in a new issue