This commit is contained in:
parent
95b95b848d
commit
96ad5101d9
7 changed files with 62 additions and 11 deletions
8
scripts/make-xar.xq
Normal file
8
scripts/make-xar.xq
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
|
||||
|
||||
declare variable $base:= file:resolve-path("../",static-base-uri())=>trace("base ");
|
||||
let $xar:=build:xar-create($base)
|
||||
let $output-file := file:resolve-path("dist/pdfbox.xar",$base)
|
||||
return (build:write-binary($output-file, $xar),
|
||||
trace($output-file,"zar: "))
|
||||
Loading…
Add table
Add a link
Reference in a new issue