forked from eXist-db/shared-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpath-pkg.xml.tmpl
22 lines (22 loc) · 871 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/shared" abbrev="shared" version="@project.version@" spec="1.0">
<title>Shared Resources: jquery, dojo, ace ...</title>
<!-- fixme! This test needs to change. -->
<dependency processor="eXist-db" version="trunk > rev 18070"/>
<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>