root / tmp / org.txm.annotation.kr.core / META-INF / MANIFEST.MF @ 850
History | View | Annotate | Download (2.5 kB)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Require-Bundle: org.txm.core;bundle-version="0.7.0";visibility:=reexport, |
3 |
org.txm.searchengine.cqp.core;visibility:=reexport, |
4 |
org.txm.utils;bundle-version="1.0.0";visibility:=reexport, |
5 |
javax.persistence;bundle-version="2.1.0";visibility:=reexport, |
6 |
org.eclipse.persistence.asm;bundle-version="3.3.1";visibility:=reexport, |
7 |
org.eclipse.persistence.jpa;bundle-version="2.6.0";visibility:=reexport, |
8 |
org.eclipse.persistence.jpa.jpql;bundle-version="2.6.0";visibility:=reexport, |
9 |
org.eclipse.persistence.antlr;bundle-version="3.2.0";visibility:=reexport, |
10 |
org.eclipse.osgi;bundle-version="3.10.2";visibility:=reexport, |
11 |
org.txm.searchengine.core;bundle-version="1.0.0";visibility:=reexport, |
12 |
org.eclipse.ui.workbench;visibility:=reexport, |
13 |
org.txm.annotation.core;visibility:=reexport |
14 |
Export-Package: org.hsqldb, |
15 |
org.hsqldb.auth, |
16 |
org.hsqldb.dbinfo, |
17 |
org.hsqldb.error, |
18 |
org.hsqldb.index, |
19 |
org.hsqldb.jdbc, |
20 |
org.hsqldb.jdbc.pool, |
21 |
org.hsqldb.lib, |
22 |
org.hsqldb.lib.java, |
23 |
org.hsqldb.lib.tar, |
24 |
org.hsqldb.map, |
25 |
org.hsqldb.navigator, |
26 |
org.hsqldb.persist, |
27 |
org.hsqldb.resources, |
28 |
org.hsqldb.result, |
29 |
org.hsqldb.rights, |
30 |
org.hsqldb.rowio, |
31 |
org.hsqldb.scriptio, |
32 |
org.hsqldb.server, |
33 |
org.hsqldb.types, |
34 |
org.hsqldb.util, |
35 |
org.postgresql, |
36 |
org.postgresql.copy, |
37 |
org.postgresql.core, |
38 |
org.postgresql.core.v2, |
39 |
org.postgresql.core.v3, |
40 |
org.postgresql.ds, |
41 |
org.postgresql.ds.common, |
42 |
org.postgresql.fastpath, |
43 |
org.postgresql.geometric, |
44 |
org.postgresql.gss, |
45 |
org.postgresql.hostchooser, |
46 |
org.postgresql.jdbc, |
47 |
org.postgresql.jdbc2, |
48 |
org.postgresql.jdbc2.optional, |
49 |
org.postgresql.jdbc3, |
50 |
org.postgresql.largeobject, |
51 |
org.postgresql.osgi, |
52 |
org.postgresql.ssl, |
53 |
org.postgresql.ssl.jdbc4, |
54 |
org.postgresql.sspi, |
55 |
org.postgresql.translation, |
56 |
org.postgresql.util, |
57 |
org.postgresql.xa, |
58 |
org.sqlite, |
59 |
org.sqlite.core, |
60 |
org.sqlite.date, |
61 |
org.sqlite.javax, |
62 |
org.sqlite.jdbc3, |
63 |
org.sqlite.jdbc4, |
64 |
org.sqlite.util, |
65 |
org.txm.annotation.kr.core, |
66 |
org.txm.annotation.kr.core.conversion, |
67 |
org.txm.annotation.kr.core.preferences, |
68 |
org.txm.annotation.kr.core.repository, |
69 |
org.txm.annotation.kr.core.storage.temporary, |
70 |
org.txm.annotation.kr.core.temporary |
71 |
Bundle-ActivationPolicy: lazy |
72 |
Bundle-ClassPath: .,libs/hsqldb.jar,libs/postgresql-9.4.1207.jre6.jar, |
73 |
libs/sqlite-jdbc-3.8.11.2.jar |
74 |
Bundle-Version: 1.0.0.qualifier |
75 |
Bundle-Name: org.txm.annotation.kr.core |
76 |
Bundle-ManifestVersion: 2 |
77 |
Bundle-Activator: org.txm.annotation.kr.core.Activator |
78 |
Bundle-SymbolicName: org.txm.annotation.kr.core;singleton:=true |
79 |
Meta-Persistence: META-INF/persistence.xml |
80 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
81 |
|