This commit is contained in:
parent
f3e9adea12
commit
8c65859693
3 changed files with 2 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ declare function build:xar-add($map as map(*),$src as xs:string,$xar-dir as xs:s
|
|||
as map(*){
|
||||
let $_:=trace(count($map?name),"size ")
|
||||
let $names:=if(file:is-dir($src))
|
||||
then file:children($src)
|
||||
then file:list($src)[not(starts-with(.,'.'))]!concat($src,.)
|
||||
else $src
|
||||
return map:merge((
|
||||
$map,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue