-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
expath-pkg.xml.tmpl
33 lines (33 loc) · 1.12 KB
/
expath-pkg.xml.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="@namespace@" abbrev="@target@" version="@version@" spec="1.0">
<title>@title@</title>
<dependency processor="http://exist-db.org" semver-min="5.0.0" />
<xquery>
<namespace>http://e-editiones.org/roaster</namespace>
<file>roaster.xqm</file>
</xquery>
<xquery>
<namespace>http://e-editiones.org/roaster/router</namespace>
<file>router.xql</file>
</xquery>
<xquery>
<namespace>http://e-editiones.org/roaster/errors</namespace>
<file>errors.xql</file>
</xquery>
<xquery>
<namespace>http://e-editiones.org/roaster/util</namespace>
<file>util.xql</file>
</xquery>
<xquery>
<namespace>http://e-editiones.org/roaster/auth</namespace>
<file>auth.xql</file>
</xquery>
<xquery>
<namespace>http://e-editiones.org/roaster/parameters</namespace>
<file>parameters.xql</file>
</xquery>
<xquery>
<namespace>http://e-editiones.org/roaster/body</namespace>
<file>body.xqm</file>
</xquery>
</package>