root / TXM / trunk / org.txm.properties.rcp / META-INF / MANIFEST.MF @ 3628
Historique | Voir | Annoter | Télécharger (661 octet)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Bundle-SymbolicName: org.txm.properties.rcp;singleton:=true |
3 |
Export-Package: org.txm.properties.rcp, |
4 |
org.txm.properties.rcp.adapters, |
5 |
org.txm.properties.rcp.editors, |
6 |
org.txm.properties.rcp.handlers, |
7 |
org.txm.properties.rcp.messages, |
8 |
org.txm.properties.rcp.preferences |
9 |
Bundle-Version: 1.0.0.qualifier |
10 |
Bundle-Name: %Bundle-Name |
11 |
Require-Bundle: org.txm.rcp;bundle-version="0.8.3";visibility:=reexpor |
12 |
t,org.txm.properties.core;bundle-version="1.0.0";visibility:=reexport |
13 |
Bundle-ManifestVersion: 2 |
14 |
Bundle-RequiredExecutionEnvironment: JavaSE-16 |
15 |
Bundle-Vendor: Textometrie.org |
16 |
Automatic-Module-Name: org.txm.properties.rcp |
17 |
|