root / TXM / trunk / org.txm.dictionary.rcp / META-INF / MANIFEST.MF @ 3628
Historique | Voir | Annoter | Télécharger (1,18 ko)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Export-Package: org.txm.dictionary.commands,org.txm.dictionary.functio |
3 |
ns.jpa,org.txm.dictionary.functions.sql,org.txm.dictionary.functions. |
4 |
tsv,org.txm.dictionary.preferences,org.txm.macro.frolex |
5 |
Bundle-SymbolicName: org.txm.dictionary.rcp;singleton:=true |
6 |
Bundle-Version: 1.0.0.qualifier |
7 |
Bundle-Name: %Bundle-Name |
8 |
Require-Bundle: org.txm.rcp;bundle-version="0.8.3";visibility:=reexport, |
9 |
org.txm.libs.groovy-all;bundle-version="2.3.3";visibility:=reexport, |
10 |
org.txm.core;bundle-version="0.7.0";visibility:=reexport, |
11 |
org.eclipse.ui;visibility:=reexport, |
12 |
org.eclipse.core.runtime;visibility:=reexport, |
13 |
org.txm.utils.core;visibility:=reexport, |
14 |
org.txm.index.core;bundle-version="1.0.0";visibility:=reexport, |
15 |
org.txm.index.rcp;bundle-version="1.0.0";visibility:=reexport, |
16 |
org.eclipse.persistence.jpa;visibility:=reexport, |
17 |
org.eclipse.persistence.asm, |
18 |
org.eclipse.persistence.jpa.jpql, |
19 |
org.eclipse.persistence.core, |
20 |
org.eclipse.persistence.antlr, |
21 |
jakarta.persistence |
22 |
Bundle-ActivationPolicy: lazy |
23 |
Bundle-ManifestVersion: 2 |
24 |
Bundle-RequiredExecutionEnvironment: JavaSE-16 |
25 |
Bundle-Vendor: Textometrie.org |
26 |
Automatic-Module-Name: org.txm.dictionary.rcp |
27 |
|