root / tmp / org.txm.statsengine.r.rcp / META-INF / MANIFEST.MF @ 875
History | View | Annotate | Download (2 kB)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Require-Bundle: org.eclipse.ui;bundle-version="3.106.1";visibility:=reexport, |
3 |
org.txm.utils;bundle-version="1.0.0";visibility:=reexport, |
4 |
org.eclipse.osgi;bundle-version="3.10.2";visibility:=reexport, |
5 |
org.eclipse.jface.text;bundle-version="3.9.2";visibility:=reexport, |
6 |
org.eclipse.core.runtime;bundle-version="3.10.0";visibility:=reexport, |
7 |
org.eclipse.ui.console;bundle-version="3.5.300";visibility:=reexport, |
8 |
org.eclipse.ui.ide;bundle-version="3.10.2";visibility:=reexport, |
9 |
org.txm.index.core;bundle-version="1.0.0";visibility:=reexport, |
10 |
org.txm.concordance.core;bundle-version="1.0.0";visibility:=reexport, |
11 |
org.txm.lexicaltable.core;bundle-version="1.0.0";visibility:=reexport, |
12 |
org.txm.ca.core;bundle-version="1.0.0";visibility:=reexport, |
13 |
org.txm.specificities.core;bundle-version="1.0.0";visibility:=reexport, |
14 |
org.txm.progression.core;bundle-version="1.0.0";visibility:=reexport, |
15 |
org.txm.ahc.core;bundle-version="1.0.0";visibility:=reexport, |
16 |
org.txm.cooccurrence.core;bundle-version="1.0.0";visibility:=reexport, |
17 |
org.txm.searchengine.core;bundle-version="1.0.0";visibility:=reexport, |
18 |
org.txm.referencer.core;bundle-version="1.0.0";visibility:=reexport, |
19 |
org.txm.statsengine.r.core;bundle-version="1.0.0";visibility:=reexport, |
20 |
org.txm.searchengine.cqp.core;bundle-version="1.1.0";visibility:=reexport, |
21 |
org.txm.statsengine.core;bundle-version="1.0.0";visibility:=reexport, |
22 |
org.txm.core;bundle-version="0.7.0";visibility:=reexport, |
23 |
org.txm.rcp;bundle-version="0.8.0" |
24 |
Export-Package: org.txm.rcp.commands.R, |
25 |
org.txm.statsengine.r.rcp.decorators, |
26 |
org.txm.statsengine.r.rcp.handlers, |
27 |
org.txm.statsengine.r.rcp.messages, |
28 |
org.txm.statsengine.r.rcp.perspectives, |
29 |
org.txm.statsengine.r.rcp.preferences, |
30 |
org.txm.statsengine.r.rcp.views |
31 |
Bundle-Vendor: Textometrie.org |
32 |
Bundle-Version: 1.0.0.qualifier |
33 |
Bundle-Name: R Statistics Engine RCP |
34 |
Bundle-ManifestVersion: 2 |
35 |
Bundle-SymbolicName: org.txm.statsengine.r.rcp;singleton:=true |
36 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
37 |
|