root / tmp / org.txm.progression.rcp / META-INF / MANIFEST.MF @ 859
History | View | Annotate | Download (1.6 kB)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Require-Bundle: org.txm.utils;visibility:=reexport, |
3 |
org.eclipse.osgi;bundle-version="3.10.2";visibility:=reexport, |
4 |
org.eclipse.core.runtime;bundle-version="3.10.0";visibility:=reexport, |
5 |
org.eclipse.ui;bundle-version="3.106.1";visibility:=reexport, |
6 |
org.eclipse.e4.ui.workbench;bundle-version="1.2.2";visibility:=reexport, |
7 |
org.txm.concordance.rcp;visibility:=reexport, |
8 |
org.txm.edition.rcp;visibility:=reexport, |
9 |
org.txm.searchengine.cqp.core;bundle-version="1.1.0";visibility:=reexport, |
10 |
org.txm.progression.core;bundle-version="1.0.0";visibility:=reexport, |
11 |
org.txm.lexicaltable.rcp;bundle-version="1.0.0";visibility:=reexport, |
12 |
org.txm.chartsengine.r.core;bundle-version="1.0.0";visibility:=reexport, |
13 |
org.txm.chartsengine.rcp;bundle-version="1.0.0";visibility:=reexport, |
14 |
org.eclipse.ui.workbench;visibility:=reexport, |
15 |
org.eclipse.swt;visibility:=reexport, |
16 |
org.txm.core;bundle-version="0.7.0";visibility:=reexport, |
17 |
org.eclipse.core.expressions;bundle-version="3.4.600";visibility:=reexport, |
18 |
org.txm.rcp;visibility:=reexport, |
19 |
org.txm.links.rcp;bundle-version="1.0.0" |
20 |
Export-Package: org.txm.progression.rcp.adapters,org.txm.progression.r |
21 |
cp.chartsengine.events,org.txm.progression.rcp.editors,org.txm.progre |
22 |
ssion.rcp.handlers,org.txm.progression.rcp.messages,org.txm.progressi |
23 |
on.rcp.preferences |
24 |
Bundle-Vendor: Textometrie.org |
25 |
Bundle-Version: 1.0.0.qualifier |
26 |
Bundle-Name: %Bundle-Name |
27 |
Bundle-ManifestVersion: 2 |
28 |
Bundle-SymbolicName: org.txm.progression.rcp;singleton:=true |
29 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
30 |
|