This commit is contained in:
parent
629bb2c756
commit
5c9e32d119
6 changed files with 7 additions and 7 deletions
|
|
@ -94,7 +94,7 @@ as xs:string{
|
|||
|
||||
declare function build:xar-create()
|
||||
as xs:base64Binary{
|
||||
|
||||
let $_:=build:maven-download($build:PKG?quodatum?maven=>array:flatten(),$build:base || "jars/")
|
||||
let $entries:=
|
||||
build:xar-add(map{},build:jars("content"),build:jars("download")!build:content(.))
|
||||
=>build:xar-add("content/Pdfbox3.xqm",build:content("src/Pdfbox3.xqm"))
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
|
||||
|
||||
let $_:=build:maven-download($build:PKG?quodatum?maven=>array:flatten(),$build:base || "jars/")
|
||||
|
||||
let $xar:=build:xar-create()
|
||||
let $output-file := build:xar-path()
|
||||
return (build:write-binary($output-file, $xar),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue