[add]basex action
This commit is contained in:
parent
43f178f053
commit
8b96370e90
5 changed files with 68 additions and 17 deletions
|
|
@ -1,16 +0,0 @@
|
|||
|
||||
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)),
|
||||
"
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue