parent
647ced64ee
commit
5e516d3d39
3 changed files with 7 additions and 4 deletions
|
|
@ -2,8 +2,9 @@
|
|||
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..
|
||||
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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue