root / tmp / org.txm.para.rcp / META-INF / MANIFEST.MF @ 911
History | View | Annotate | Download (447 Bytes)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Require-Bundle: org.txm.concordance.rcp;visibility:=reexport, |
3 |
org.txm.para.core;visibility:=reexport |
4 |
Export-Package: org.txm.para.rcp.editors, |
5 |
org.txm.para.rcp.handlers, |
6 |
org.txm.para.rcp.messages |
7 |
Bundle-ActivationPolicy: lazy |
8 |
Bundle-Version: 1.0.0.qualifier |
9 |
Bundle-Name: Para RCP |
10 |
Bundle-ManifestVersion: 2 |
11 |
Bundle-SymbolicName: org.txm.para.rcp;singleton:=true |
12 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
13 |
|