-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathexpath-pkg.xml
More file actions
17 lines (17 loc) · 904 Bytes
/
expath-pkg.xml
File metadata and controls
17 lines (17 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" ?>
<package xmlns="http://expath.org/ns/pkg" name="http://tei-publisher.com/library/jinks" abbrev="jinks" version="10.0.0" spec="1.0">
<title>jinks: App Manager for TEI Publisher</title>
<dependency processor="http://exist-db.org" semver-min="6.2.0" />
<dependency package="http://e-editiones.org/roaster" semver="1"/>
<dependency package="http://existsolutions.com/apps/tei-publisher-lib" semver="6"/>
<dependency package="http://tei-publisher.com/library/jinks-templates" semver="1"/>
<dependency package="http://existsolutions.com/ns/jwt" semver="2" />
<xquery>
<namespace>http://tei-publisher.com/jinks/path</namespace>
<file>modules/paths.xql</file>
</xquery>
<xquery>
<namespace>http://tei-publisher.com/library/generator/copy</namespace>
<file>modules/cpy.xql</file>
</xquery>
</package>