root / TXM / trunk / org.txm.libs.saxon / META-INF / MANIFEST.MF @ 3646
Historique | Voir | Annoter | Télécharger (2,3 ko)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Bundle-SymbolicName: org.txm.libs.saxon |
3 |
Export-Package: jline, |
4 |
jline.console, |
5 |
jline.console.completer, |
6 |
jline.console.history, |
7 |
jline.console.internal, |
8 |
jline.internal, |
9 |
net.sf.saxon, |
10 |
net.sf.saxon.dom, |
11 |
net.sf.saxon.event, |
12 |
net.sf.saxon.expr, |
13 |
net.sf.saxon.expr.accum, |
14 |
net.sf.saxon.expr.compat, |
15 |
net.sf.saxon.expr.flwor, |
16 |
net.sf.saxon.expr.instruct, |
17 |
net.sf.saxon.expr.number, |
18 |
net.sf.saxon.expr.oper, |
19 |
net.sf.saxon.expr.parser, |
20 |
net.sf.saxon.expr.sort, |
21 |
net.sf.saxon.functions, |
22 |
net.sf.saxon.functions.hof, |
23 |
net.sf.saxon.functions.registry, |
24 |
net.sf.saxon.gizmo, |
25 |
net.sf.saxon.java, |
26 |
net.sf.saxon.jaxp, |
27 |
net.sf.saxon.lib, |
28 |
net.sf.saxon.ma, |
29 |
net.sf.saxon.ma.arrays, |
30 |
net.sf.saxon.ma.json, |
31 |
net.sf.saxon.ma.map, |
32 |
net.sf.saxon.ma.parray, |
33 |
net.sf.saxon.ma.trie, |
34 |
net.sf.saxon.ma.zeno, |
35 |
net.sf.saxon.om, |
36 |
net.sf.saxon.pattern, |
37 |
net.sf.saxon.pull, |
38 |
net.sf.saxon.query, |
39 |
net.sf.saxon.regex, |
40 |
net.sf.saxon.regex.charclass, |
41 |
net.sf.saxon.resource, |
42 |
net.sf.saxon.s9api, |
43 |
net.sf.saxon.s9api.push, |
44 |
net.sf.saxon.s9api.streams, |
45 |
net.sf.saxon.sapling, |
46 |
net.sf.saxon.serialize, |
47 |
net.sf.saxon.serialize.charcode, |
48 |
net.sf.saxon.stax, |
49 |
net.sf.saxon.str, |
50 |
net.sf.saxon.style, |
51 |
net.sf.saxon.sxpath, |
52 |
net.sf.saxon.trace, |
53 |
net.sf.saxon.trans, |
54 |
net.sf.saxon.trans.packages, |
55 |
net.sf.saxon.trans.rules, |
56 |
net.sf.saxon.transpile, |
57 |
net.sf.saxon.tree, |
58 |
net.sf.saxon.tree.iter, |
59 |
net.sf.saxon.tree.jiter, |
60 |
net.sf.saxon.tree.linked, |
61 |
net.sf.saxon.tree.tiny, |
62 |
net.sf.saxon.tree.util, |
63 |
net.sf.saxon.tree.wrapper, |
64 |
net.sf.saxon.type, |
65 |
net.sf.saxon.value, |
66 |
net.sf.saxon.xpath, |
67 |
net.sf.saxon.z, |
68 |
org.fusesource.hawtjni.runtime, |
69 |
org.fusesource.jansi, |
70 |
org.fusesource.jansi.internal, |
71 |
org.xmlresolver, |
72 |
org.xmlresolver.cache, |
73 |
org.xmlresolver.catalog.entry, |
74 |
org.xmlresolver.catalog.query, |
75 |
org.xmlresolver.exceptions, |
76 |
org.xmlresolver.loaders, |
77 |
org.xmlresolver.logging, |
78 |
org.xmlresolver.sources, |
79 |
org.xmlresolver.tools, |
80 |
org.xmlresolver.utils |
81 |
Bundle-Name: Saxon |
82 |
Bundle-Version: 9.0.0 |
83 |
Bundle-ClassPath: ., |
84 |
lib/jline-2.14.6.jar, |
85 |
lib/saxon-he-11.3.jar, |
86 |
lib/xmlresolver-4.2.0.jar, |
87 |
lib/xmlresolver-4.2.0-data.jar |
88 |
Bundle-ManifestVersion: 2 |
89 |
Bundle-RequiredExecutionEnvironment: JavaSE-16 |
90 |
Bundle-Vendor: https://saxon.sourceforge.net/ |
91 |
Automatic-Module-Name: org.txm.libs.saxon |
92 |
|