-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpath-pkg.xml
76 lines (76 loc) · 2.68 KB
/
expath-pkg.xml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://exist.jmmc.fr/jmmc-resources" abbrev="jmmc-resources" version="0.47.1" spec="1.0">
<title>JMMC Commons module</title>
<dependency processor="http://exist-db.org" semver-min="6.0.0"/>
<!--
-->
<dependency package="http://expath.org/ns/ft-client" semver-min="1.2.0"/> <xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/about</namespace>
<file>jmmc-about.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/adsabs</namespace>
<file>adsabs.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/ads</namespace>
<file>jmmc-ads.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/astro</namespace>
<file>jmmc-astro.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/auth</namespace>
<file>jmmc-auth.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/cache</namespace>
<file>jmmc-cache.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/csv</namespace>
<file>jmmc-csv.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/dateutil</namespace>
<file>jmmc-dateutil.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/eso</namespace>
<file>jmmc-eso.xql</file>
</xquery>
<!-- in the future oiexplorer should replace oival -->
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/oiexplorer</namespace>
<file>jmmc-oiexplorer.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/oival</namespace>
<file>jmmc-oival.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/simbad</namespace>
<file>jmmc-simbad.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/tap</namespace>
<file>jmmc-tap.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/vizier</namespace>
<file>jmmc-vizier.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/web</namespace>
<file>jmmc-web.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/ws</namespace>
<file>jmmc-ws.xql</file>
</xquery>
<xquery>
<namespace>http://exist.jmmc.fr/jmmc-resources/xml</namespace>
<file>jmmc-xml.xql</file>
</xquery>
</package>