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