-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathexpath-pkg.xml.tmpl
More file actions
21 lines (21 loc) · 834 Bytes
/
expath-pkg.xml.tmpl
File metadata and controls
21 lines (21 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="@project.name@" abbrev="@project.abbrev@" version="@project.version@" spec="1.0">
<title>Shared Resources: jquery, dojo, ace, templating, utilities</title>
<dependency processor="http://exist-db.org" semver-min="3.0.4"/>
<xquery>
<namespace>http://exist-db.org/xquery/apps</namespace>
<file>apputil.xql</file>
</xquery>
<xquery>
<namespace>http://exist-db.org/xquery/templates</namespace>
<file>templates.xql</file>
</xquery>
<xquery>
<namespace>http://exist-db.org/apps/site-utils</namespace>
<file>siteutils.xql</file>
</xquery>
<xquery>
<namespace>http://exist-db.org/xquery/dbutil</namespace>
<file>dbutils.xql</file>
</xquery>
</package>