This commit is contained in:
parent
ffb455b555
commit
1e48468b58
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
||||||
c
|
c
|
||||||
Xyxh
|
Xyxh
|
||||||
4456
|
4456
|
||||||
9.7.4 x
|
9.7.4 xy
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
|
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
|
||||||
|
|
||||||
let $output-file := file:resolve-path(`dist/pdfbox-{$build:PKG?version}.xar`,$build:base)
|
let $output-file := file:resolve-path("dist/pdfbox-" || $build:PKG?version ||".xar",$build:base)
|
||||||
return (
|
return (
|
||||||
repo:install($output-file),
|
repo:install($output-file),
|
||||||
trace($output-file,"repo: ")
|
trace($output-file,"repo: ")
|
||||||
|
|
Loading…
Add table
Reference in a new issue