root / tmp / org.txm.dictionary.rcp / META-INF / MANIFEST.MF @ 2212
History | View | Annotate | Download (1.1 kB)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Require-Bundle: org.txm.rcp;bundle-version="0.7.8";visibility:=reexport, |
3 |
org.txm.libs.groovy-all;bundle-version="2.3.3";visibility:=reexport, |
4 |
org.txm.core;bundle-version="0.7.0";visibility:=reexport, |
5 |
org.eclipse.ui;visibility:=reexport, |
6 |
org.eclipse.core.runtime;visibility:=reexport, |
7 |
org.txm.utils.core;visibility:=reexport, |
8 |
org.eclipse.persistence.jpa;bundle-version="2.6.0";visibility:=reexport, |
9 |
org.txm.index.core;bundle-version="1.0.0";visibility:=reexport, |
10 |
org.txm.index.rcp;bundle-version="1.0.0";visibility:=reexport, |
11 |
javax.persistence;visibility:=reexport |
12 |
Export-Package: org.txm.dictionary.commands, |
13 |
org.txm.dictionary.functions.jpa, |
14 |
org.txm.dictionary.functions.sql, |
15 |
org.txm.dictionary.functions.tsv, |
16 |
org.txm.dictionary.preferences, |
17 |
org.txm.macro.frolex |
18 |
Bundle-Vendor: Textometrie.org |
19 |
Bundle-ActivationPolicy: lazy |
20 |
Bundle-Version: 1.0.0.qualifier |
21 |
Bundle-Name: %Bundle-Name |
22 |
Bundle-ManifestVersion: 2 |
23 |
Bundle-SymbolicName: org.txm.dictionary.rcp;singleton:=true |
24 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
25 |
|