root / tmp / org.txm.searchengine.cqp.core / META-INF / MANIFEST.MF @ 2225
History | View | Annotate | Download (904 Bytes)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Require-Bundle: org.txm.searchengine.core;bundle-version="1.0.0";visibility:=reexport, |
3 |
org.txm.libs.cqp;bundle-version="1.0.0";visibility:=reexport |
4 |
Export-Package: org.txm.importer.cwb, |
5 |
org.txm.searchengine.cqp, |
6 |
org.txm.searchengine.cqp.clientExceptions, |
7 |
org.txm.searchengine.cqp.core.functions.preview, |
8 |
org.txm.searchengine.cqp.core.functions.selection, |
9 |
org.txm.searchengine.cqp.core.functions.summary, |
10 |
org.txm.searchengine.cqp.core.messages, |
11 |
org.txm.searchengine.cqp.core.tests, |
12 |
org.txm.searchengine.cqp.corpus, |
13 |
org.txm.searchengine.cqp.corpus.query, |
14 |
org.txm.searchengine.cqp.serverException |
15 |
Bundle-Vendor: %Bundle-Vendor |
16 |
Bundle-ClassPath: res/,. |
17 |
Bundle-Version: 1.1.0.qualifier |
18 |
Bundle-Name: %Bundle-Name |
19 |
Bundle-ManifestVersion: 2 |
20 |
Bundle-SymbolicName: org.txm.searchengine.cqp.core;singleton:=true |
21 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
22 |
|