Statistics
| Revision:

root / tmp / org.txm.xmleditor.rcp / META-INF / MANIFEST.MF @ 2392

History | View | Annotate | Download (1.5 kB)

1
Manifest-Version: 1.0
2
Export-Package: org.txm.xmleditor,org.txm.xmleditor.messages
3
Bundle-SymbolicName: org.txm.xmleditor.rcp;singleton:=true
4
Bundle-Version: 1.0.0.qualifier
5
Bundle-Name: %Bundle-Name
6
Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.12.0,4.0.0)",
7
 org.eclipse.ui.views;bundle-version="[3.8.0,4.0.0)",
8
 org.eclipse.jface.text;bundle-version="[3.10.0,4.0.0)",
9
 org.eclipse.ui.workbench.texteditor;bundle-version="[3.10.0,4.0.0)",
10
 org.eclipse.wst.sse.ui;bundle-version="1.3.500",
11
 org.eclipse.wst.sse.core;bundle-version="1.1.900",
12
 org.eclipse.ui;bundle-version="[3.107.0,4.0.0)",
13
 org.eclipse.core.resources;bundle-version="[3.11.0,4.0.0)",
14
 org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)",
15
 org.eclipse.wst.common.uriresolver;bundle-version="[1.2.200,2.0.0)",
16
 org.eclipse.wst.xml.core;bundle-version="1.1.1100",
17
 org.eclipse.wst.common.ui;bundle-version="[1.1.500,1.2.0)",
18
 org.eclipse.wst.validation;bundle-version="[1.2.700,1.3.0)",
19
 org.eclipse.wst.validation.ui,
20
 org.eclipse.core.expressions;bundle-version="[3.5.0,4.0.0)",
21
 org.eclipse.core.filesystem;bundle-version="[1.6.0,2.0.0)",
22
 org.txm.core;bundle-version="0.7.0";visibility:=reexport,
23
 org.txm.rcp;bundle-version="0.7.8";visibility:=reexport,
24
 org.eclipse.wst.xml.ui;bundle-version="1.1.800",
25
 org.txm.concordance.rcp;bundle-version="1.0.0",
26
 org.txm.edition.rcp;bundle-version="1.0.0",
27
 org.eclipse.search
28
Bundle-ActivationPolicy: lazy
29
Bundle-ManifestVersion: 2
30
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
31
Bundle-Vendor: Textometrie.org
32